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  -Dspring.config.additional-location=/app/config/override.yaml  

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

2022-09-13T07:38:40.403Z||main|||||INFO|500||The following profiles are active: basic
2022-09-13T07:38:54.465Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-13T07:38:54.466Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-13T07:38:54.613Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-13T07:38:58.963Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-13T07:38:59.526Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-13T07:39:00.132Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-13T07:39:00.200Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-13T07:39:00.386Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-13T07:39:00.665Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-13T07:39:01.301Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-13T07:39:03.729Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-13T07:39:06.285Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-13T07:39:06.343Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-13T07:39:06.893Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-13T07:39:07.120Z||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-09-13T07:39:08.333Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-13T07:39:09.514Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-09-13T07:39:09.565Z||main|||||WARN|500||The sdc end point is not alive
2022-09-13T07:39:13.676Z||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-09-13T07:39:16.823Z||main|||||WARN|500||---
2022-09-13T07:39:16.824Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-13T07:39:16.824Z||main|||||WARN|500||---
2022-09-13T07:39:17.325Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-13T07:39:23.324Z||main|||||INFO|500||Started Application in 46.826 seconds (JVM running for 49.982)
2022-09-13T07:39:23.381Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:39:23.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:39:23.399Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:39:23.443Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:39:23.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0260b477-6d97-4e3a-9dff-2bd1f73db7f3 url= /sdc/v1/artifactTypes
2022-09-13T07:39:23.506Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:39:23.641Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:39:23.643Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@143669c2
2022-09-13T07:39:23.643Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:39:23.667Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:39:23.669Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:39:23.674Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-09-13T07:40:13.320Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:40:13.321Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:40:13.321Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:40:13.325Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:40:13.342Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e7961e24-47fa-4d21-b997-843278b3fbed url= /sdc/v1/artifactTypes
2022-09-13T07:40:13.342Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:40:13.354Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:40:13.355Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c1ca1af
2022-09-13T07:40:13.356Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:40:13.356Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:40:13.357Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:40:13.358Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-09-13T07:41:03.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:41:03.320Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:41:03.320Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:41:03.333Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:41:03.339Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a8c72032-59be-4ba4-988e-b81a0499c870 url= /sdc/v1/artifactTypes
2022-09-13T07:41:03.339Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:41:03.360Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:41:03.361Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@615859ca
2022-09-13T07:41:03.361Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:41:03.361Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:41:03.362Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:41:03.362Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-09-13T07:41:53.323Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:41:53.325Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:41:53.325Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:41:53.347Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:41:53.362Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c2ffee3-0016-4cb3-956d-50a32b361317 url= /sdc/v1/artifactTypes
2022-09-13T07:41:53.364Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:41:53.371Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:41:53.372Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@516a9c31
2022-09-13T07:41:53.372Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:41:53.372Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:41:53.373Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:41:53.374Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-09-13T07:42:43.321Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:42:43.323Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:42:43.324Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:42:43.328Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:42:43.333Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5b28b7a3-febc-45f8-bff5-f2447d0941a9 url= /sdc/v1/artifactTypes
2022-09-13T07:42:43.333Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:42:43.344Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:42:43.344Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5eee370f
2022-09-13T07:42:43.344Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:42:43.345Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:42:43.345Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:42:43.346Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-09-13T07:43:33.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:43:33.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:43:33.320Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:43:33.325Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:43:33.332Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 015470dd-d5d6-4176-9a95-e62d13908bb6 url= /sdc/v1/artifactTypes
2022-09-13T07:43:33.332Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:43:33.338Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:43:33.338Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@58ea49d6
2022-09-13T07:43:33.339Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:43:33.339Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:43:33.340Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:43:33.340Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-09-13T07:44:23.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:44:23.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:44:23.319Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:44:23.324Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:44:23.329Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1cca59c7-5df7-45d1-8c43-c2bbb7aa0002 url= /sdc/v1/artifactTypes
2022-09-13T07:44:23.330Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:44:23.337Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:44:23.337Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1872c816
2022-09-13T07:44:23.339Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:44:23.340Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:44:23.340Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:44:23.341Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-09-13T07:45:13.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:45:13.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:45:13.319Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:45:13.324Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:45:13.331Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 74e43720-3cc4-43e6-8fcc-9bda74e22718 url= /sdc/v1/artifactTypes
2022-09-13T07:45:13.332Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:45:13.342Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:45:13.343Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@785d7b11
2022-09-13T07:45:13.344Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:45:13.345Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:45:13.345Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:45:13.347Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-09-13T07:46:03.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:46:03.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:46:03.318Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:46:03.323Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:46:03.327Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 475fe356-35f0-4ece-ba4d-2f454faa3d52 url= /sdc/v1/artifactTypes
2022-09-13T07:46:03.328Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:46:03.333Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:46:03.333Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24267bee
2022-09-13T07:46:03.333Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:46:03.334Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:46:03.334Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:46:03.335Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-09-13T07:46:53.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:46:53.319Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:46:53.319Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:46:53.324Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:46:53.330Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5b67fb6b-659e-4d85-b434-c8b7773749c9 url= /sdc/v1/artifactTypes
2022-09-13T07:46:53.330Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:46:53.336Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:46:53.337Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@575bb9e2
2022-09-13T07:46:53.337Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:46:53.338Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:46:53.338Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:46:53.339Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-09-13T07:47:43.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:47:43.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:47:43.318Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:47:43.322Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:47:43.327Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6d17a436-4235-43ed-8b8d-aca10a44caa3 url= /sdc/v1/artifactTypes
2022-09-13T07:47:43.328Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:47:43.334Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:47:43.334Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b732d25
2022-09-13T07:47:43.335Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:47:43.335Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:47:43.336Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:47:43.336Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-09-13T07:48:33.318Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:48:33.319Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:48:33.319Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:48:33.323Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:48:33.331Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 95026429-7ac0-4c7d-81cc-1651e36d3588 url= /sdc/v1/artifactTypes
2022-09-13T07:48:33.331Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:48:33.342Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:48:33.343Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b57d9a
2022-09-13T07:48:33.343Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:48:33.344Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:48:33.344Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:48:33.345Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-09-13T07:49:23.318Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:49:23.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:49:23.318Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:49:23.322Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:49:23.328Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3ccba3ac-d5da-4c91-ab8d-a5c415b24d3b url= /sdc/v1/artifactTypes
2022-09-13T07:49:23.328Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:49:23.334Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:49:23.334Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5bc18735
2022-09-13T07:49:23.335Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:49:23.335Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:49:23.335Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:49:23.336Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-09-13T07:49:24.020Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-13T07:50:13.318Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:50:13.319Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:50:13.320Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:50:13.324Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:50:13.332Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 79f0cd9d-07d4-4e40-8bd5-6fc1274a793f url= /sdc/v1/artifactTypes
2022-09-13T07:50:13.333Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:50:13.349Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:50:13.350Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f3fa0d2
2022-09-13T07:50:13.351Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:50:13.351Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:50:13.351Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:50:13.352Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-09-13T07:51:03.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:51:03.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:51:03.319Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:51:03.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:51:03.327Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 62d8206c-e81c-4f0a-8775-86724e3c99bf url= /sdc/v1/artifactTypes
2022-09-13T07:51:03.328Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:51:03.337Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:51:03.338Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79d86680
2022-09-13T07:51:03.338Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:51:03.338Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:51:03.339Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:51:03.339Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-09-13T07:51:53.318Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:51:53.319Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:51:53.319Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:51:53.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:51:53.332Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b441a4b0-1dda-4427-895d-e1f6d4bc96ac url= /sdc/v1/artifactTypes
2022-09-13T07:51:53.333Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:51:53.338Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:51:53.338Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7797fa73
2022-09-13T07:51:53.338Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:51:53.339Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:51:53.339Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:51:53.340Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
	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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-09-13T07:52:43.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:52:43.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:52:43.318Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:52:43.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:52:43.326Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dceb29cb-7636-450d-aab8-f5be4a8026c1 url= /sdc/v1/artifactTypes
2022-09-13T07:52:43.326Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:52:43.332Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:52:43.332Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@465fa775
2022-09-13T07:52:43.332Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:52:43.333Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:52:43.333Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:52:43.333Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-09-13T07:53:33.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:53:33.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:53:33.319Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:53:33.322Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:53:33.326Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0a9c1dbe-52a4-4ce8-aa50-d48efe049986 url= /sdc/v1/artifactTypes
2022-09-13T07:53:33.327Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:53:33.514Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-13T07:53:33.532Z||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-09-13T07:53:33.577Z||scheduling-1|||||DEBUG|500||create keys
2022-09-13T07:53:33.592Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-13T07:53:33.769Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:53:33.805Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b79c6f0e-9db0-4bfb-91cf-5417466007db url= /sdc/v1/registerForDistribution
2022-09-13T07:53:34.013Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b79c6f0e-9db0-4bfb-91cf-5417466007db url= /sdc/v1/registerForDistribution
2022-09-13T07:53:34.013Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-13T07:53:34.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:53:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:53:34.037Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-13T07:53:34.042Z||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-09-13T07:53:34.042Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:53:34.042Z||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-09-13T07:53:34.043Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:53:44.429Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:53:44.429Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:54:34.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:54:34.025Z||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-09-13T07:54:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:54:34.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:54:34.029Z||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-09-13T07:54:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:54:43.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:54:43.582Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:55:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:55:34.025Z||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-09-13T07:55:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:55:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:55:34.029Z||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-09-13T07:55:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:55:43.592Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:55:43.595Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:56:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:56:34.025Z||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-09-13T07:56:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:56:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:56:34.030Z||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-09-13T07:56:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:56:43.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:56:43.584Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:57:34.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:57:34.026Z||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-09-13T07:57:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:57:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:57:34.030Z||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-09-13T07:57:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:57:43.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:57:43.591Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:58:34.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:58:34.029Z||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-09-13T07:58:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:58:34.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:58:34.029Z||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-09-13T07:58:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:58:43.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:58:43.591Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:59:34.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:59:34.025Z||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-09-13T07:59:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:59:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:59:34.029Z||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-09-13T07:59:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:59:43.587Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T07:59:43.587Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:00:34.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:00:34.025Z||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-09-13T08:00:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:00:34.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:00:34.029Z||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-09-13T08:00:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:00:43.596Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:00:43.606Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:01:34.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:01:34.028Z||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-09-13T08:01:34.028Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:01:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:01:34.030Z||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-09-13T08:01:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:01:43.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:01:43.585Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:02:34.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:02:34.025Z||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-09-13T08:02:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:02:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:02:34.029Z||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-09-13T08:02:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:02:43.597Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:02:43.597Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:03:34.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:03:34.025Z||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-09-13T08:03:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:03:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:03:34.029Z||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-09-13T08:03:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:03:43.580Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:03:43.589Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:04:34.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:04:34.025Z||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-09-13T08:04:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:04:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:04:34.029Z||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-09-13T08:04:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:04:43.589Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:04:43.589Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:05:34.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:05:34.025Z||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-09-13T08:05:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:05:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:05:34.030Z||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-09-13T08:05:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:05:43.582Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:05:43.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:06:34.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:06:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:06:34.029Z||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-09-13T08:06:34.029Z||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-09-13T08:06:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:06:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:06:43.599Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:06:43.603Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:07:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:07:34.025Z||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-09-13T08:07:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:07:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:07:34.029Z||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-09-13T08:07:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:07:43.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:07:43.590Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:08:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:08:34.025Z||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-09-13T08:08:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:08:34.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:08:34.029Z||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-09-13T08:08:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:08:43.587Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:08:43.590Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:09:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:09:34.025Z||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-09-13T08:09:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:09:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:09:34.029Z||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-09-13T08:09:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:09:43.574Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:09:43.574Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:10:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:10:34.025Z||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-09-13T08:10:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:10:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:10:34.029Z||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-09-13T08:10:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:10:43.569Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:10:43.580Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:11:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:11:34.025Z||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-09-13T08:11:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:11:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:11:34.029Z||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-09-13T08:11:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:11:43.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:11:43.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:12:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:12:34.025Z||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-09-13T08:12:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:12:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:12:34.029Z||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-09-13T08:12:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:12:43.587Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:12:43.587Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:13:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:13:34.025Z||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-09-13T08:13:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:13:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:13:34.029Z||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-09-13T08:13:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:13:43.586Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:13:43.589Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:14:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:14:34.025Z||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-09-13T08:14:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:14:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:14:34.029Z||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-09-13T08:14:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:14:43.590Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:14:43.597Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:15:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:15:34.028Z||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-09-13T08:15:34.028Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:15:34.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:15:34.029Z||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-09-13T08:15:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:15:43.604Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:15:43.604Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:16:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:16:34.025Z||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-09-13T08:16:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:16:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:16:34.029Z||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-09-13T08:16:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:16:43.604Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:16:43.606Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:17:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:17:34.025Z||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-09-13T08:17:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:17:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:17:34.029Z||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-09-13T08:17:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:17:43.584Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:17:43.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:18:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:18:34.025Z||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-09-13T08:18:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:18:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:18:34.029Z||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-09-13T08:18:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:18:43.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:18:43.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:19:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:19:34.025Z||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-09-13T08:19:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:19:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:19:34.030Z||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-09-13T08:19:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:19:43.591Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:19:43.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:20:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:20:34.025Z||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-09-13T08:20:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:20:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:20:34.030Z||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-09-13T08:20:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:20:43.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:20:43.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:21:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:21:34.025Z||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-09-13T08:21:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:21:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:21:34.029Z||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-09-13T08:21:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:21:43.582Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:21:43.582Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:22:34.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:22:34.025Z||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-09-13T08:22:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:22:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:22:34.029Z||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-09-13T08:22:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:22:43.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:22:43.576Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:23:34.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:23:34.025Z||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-09-13T08:23:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:23:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:23:34.029Z||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-09-13T08:23:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:23:43.572Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:23:43.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:24:34.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:24:34.027Z||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-09-13T08:24:34.027Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:24:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:24:34.030Z||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-09-13T08:24:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:24:43.579Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:24:43.588Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:25:34.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:25:34.026Z||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-09-13T08:25:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:25:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:25:34.030Z||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-09-13T08:25:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:25:43.581Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:25:43.589Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:26:34.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:26:34.025Z||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-09-13T08:26:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:26:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:26:34.030Z||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-09-13T08:26:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:26:43.584Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:26:43.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:27:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:27:34.025Z||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-09-13T08:27:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:27:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:27:34.029Z||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-09-13T08:27:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:27:43.581Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:27:43.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:28:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:28:34.025Z||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-09-13T08:28:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:28:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:28:34.030Z||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-09-13T08:28:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:28:43.574Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:28:43.574Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:29:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:29:34.025Z||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-09-13T08:29:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:29:34.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:29:34.030Z||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-09-13T08:29:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:29:43.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:29:43.581Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:30:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:30:34.025Z||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-09-13T08:30:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:30:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:30:34.029Z||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-09-13T08:30:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:30:43.602Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:30:43.602Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:31:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:31:34.025Z||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-09-13T08:31:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:31:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:31:34.029Z||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-09-13T08:31:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:31:43.596Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:31:43.596Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:32:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:32:34.025Z||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-09-13T08:32:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:32:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:32:34.030Z||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-09-13T08:32:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:32:43.577Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:32:43.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:33:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:33:34.026Z||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-09-13T08:33:34.027Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:33:34.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:33:34.029Z||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-09-13T08:33:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:33:43.585Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:33:43.591Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:34:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:34:34.025Z||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-09-13T08:34:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:34:34.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:34:34.029Z||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-09-13T08:34:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:34:43.591Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:34:43.592Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:35:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:35:34.025Z||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-09-13T08:35:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:35:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:35:34.029Z||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-09-13T08:35:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:35:43.575Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:35:43.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:36:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:36:34.025Z||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-09-13T08:36:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:36:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:36:34.030Z||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-09-13T08:36:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:36:43.582Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:36:43.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:37:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:37:34.025Z||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-09-13T08:37:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:37:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:37:34.029Z||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-09-13T08:37:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:37:43.656Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:37:43.657Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:38:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:38:34.025Z||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-09-13T08:38:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:38:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:38:34.029Z||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-09-13T08:38:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:38:43.578Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:38:43.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:39:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:39:34.025Z||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-09-13T08:39:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:39:34.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:39:34.029Z||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-09-13T08:39:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:39:43.573Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:39:43.574Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:40:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:40:34.025Z||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-09-13T08:40:34.028Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:40:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:40:34.029Z||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-09-13T08:40:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:40:43.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:40:43.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:41:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:41:34.025Z||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-09-13T08:41:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:41:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:41:34.029Z||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-09-13T08:41:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:41:43.576Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:41:43.587Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:42:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:42:34.026Z||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-09-13T08:42:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:42:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:42:34.029Z||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-09-13T08:42:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:42:43.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:42:43.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:43:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:43:34.025Z||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-09-13T08:43:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:43:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:43:34.030Z||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-09-13T08:43:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:43:43.579Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:43:43.584Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:44:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:44:34.025Z||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-09-13T08:44:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:44:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:44:34.030Z||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-09-13T08:44:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:44:43.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:44:43.580Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:45:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:45:34.025Z||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-09-13T08:45:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:45:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:45:34.029Z||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-09-13T08:45:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:45:43.574Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:45:43.574Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:46:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:46:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:46:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:46:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:46:34.029Z||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-09-13T08:46:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:46:43.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:46:43.591Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:47:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:47:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:47:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:47:34.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:47:34.029Z||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-09-13T08:47:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:47:43.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:47:43.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:48:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:48:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:48:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:48:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:48:34.029Z||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-09-13T08:48:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:48:43.586Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:48:43.589Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:49:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:49:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:49:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:49:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:49:34.029Z||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-09-13T08:49:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:49:43.586Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:49:43.590Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:50:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:50:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:50:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:50:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:50:34.029Z||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-09-13T08:50:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:50:43.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:50:43.597Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:51:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:51:34.028Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:51:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:51:34.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:51:34.029Z||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-09-13T08:51:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:51:43.605Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:51:43.608Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:52:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:52:34.026Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:52:34.026Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:52:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:52:34.029Z||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-09-13T08:52:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:52:43.576Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:52:43.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:53:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:53:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:53:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:53:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:53:34.029Z||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-09-13T08:53:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:53:43.622Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:53:43.626Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:54:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:54:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:54:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:54:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:54:34.029Z||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-09-13T08:54:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:54:43.586Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:54:43.585Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:55:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:55:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:55:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:55:34.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:55:34.029Z||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-09-13T08:55:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:55:43.579Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:55:43.580Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:56:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:56:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:56:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:56:34.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:56:34.029Z||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-09-13T08:56:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:56:43.581Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:56:43.585Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:57:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:57:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:57:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:57:34.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:57:34.029Z||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-09-13T08:57:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:57:43.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:57:43.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:58:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:58:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:58:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:58:34.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:58:34.029Z||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-09-13T08:58:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:58:43.589Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:58:43.589Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:59:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:59:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:59:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:59:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:59:34.030Z||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-09-13T08:59:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:59:43.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T08:59:43.580Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:00:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:00:34.026Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:00:34.026Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:00:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:00:34.029Z||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-09-13T09:00:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:00:43.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:00:43.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:01:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:01:34.027Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:01:34.027Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:01:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:01:34.029Z||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-09-13T09:01:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:01:43.649Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:01:43.697Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:02:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:02:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:02:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:02:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:02:34.029Z||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-09-13T09:02:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:02:43.582Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:02:43.584Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:03:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:03:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:03:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:03:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:03:34.030Z||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-09-13T09:03:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:03:43.580Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:03:43.583Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:04:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:04:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:04:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:04:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:04:34.029Z||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-09-13T09:04:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:04:43.578Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:04:43.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:05:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:05:34.025Z||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-09-13T09:05:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:05:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:05:34.030Z||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-09-13T09:05:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:05:43.575Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:05:43.579Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:06:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:06:34.025Z||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-09-13T09:06:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:06:34.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:06:34.029Z||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-09-13T09:06:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:06:43.577Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:06:43.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:07:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:07:34.025Z||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-09-13T09:07:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:07:34.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:07:34.029Z||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-09-13T09:07:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:07:43.625Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:07:43.649Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:08:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:08:34.025Z||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-09-13T09:08:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:08:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:08:34.029Z||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-09-13T09:08:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:08:43.594Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:08:43.595Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:09:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:09:34.025Z||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-09-13T09:09:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:09:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:09:34.029Z||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-09-13T09:09:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:09:43.575Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:09:43.575Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:10:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:10:34.026Z||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-09-13T09:10:34.027Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:10:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:10:34.029Z||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-09-13T09:10:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:10:43.580Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:10:43.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:11:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:11:34.025Z||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-09-13T09:11:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:11:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:11:34.029Z||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-09-13T09:11:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:11:43.590Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:11:43.592Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:12:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:12:34.025Z||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-09-13T09:12:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:12:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:12:34.029Z||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-09-13T09:12:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:12:43.575Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:12:43.575Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:13:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:13:34.025Z||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-09-13T09:13:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:13:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:13:34.029Z||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-09-13T09:13:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:13:43.580Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:13:43.610Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:14:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:14:34.025Z||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-09-13T09:14:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:14:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:14:34.029Z||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-09-13T09:14:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:14:43.580Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:14:43.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:15:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:15:34.024Z||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-09-13T09:15:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:15:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:15:34.030Z||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-09-13T09:15:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:15:43.573Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:15:43.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:16:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:16:34.025Z||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-09-13T09:16:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:16:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:16:34.030Z||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-09-13T09:16:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:16:43.587Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:16:43.589Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:17:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:17:34.025Z||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-09-13T09:17:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:17:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:17:34.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:17:34.031Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:17:43.575Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:17:43.576Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:18:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:18:34.025Z||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-09-13T09:18:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:18:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:18:34.029Z||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-09-13T09:18:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:18:43.587Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:18:43.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:19:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:19:34.026Z||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-09-13T09:19:34.027Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:19:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:19:34.029Z||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-09-13T09:19:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:19:43.586Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:19:43.587Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:20:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:20:34.025Z||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-09-13T09:20:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:20:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:20:34.030Z||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-09-13T09:20:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:20:43.573Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:20:43.575Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:21:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:21:34.025Z||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-09-13T09:21:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:21:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:21:34.029Z||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-09-13T09:21:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:21:43.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:21:43.585Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:22:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:22:34.024Z||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-09-13T09:22:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:22:34.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:22:34.029Z||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-09-13T09:22:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:22:43.573Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:22:43.575Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:23:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:23:34.025Z||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-09-13T09:23:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:23:34.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:23:34.029Z||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-09-13T09:23:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:23:43.575Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:23:43.575Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:24:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:24:34.025Z||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-09-13T09:24:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:24:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:24:34.029Z||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-09-13T09:24:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:24:43.571Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:24:43.572Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:25:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:25:34.025Z||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-09-13T09:25:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:25:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:25:34.030Z||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-09-13T09:25:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:25:43.571Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:25:43.575Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:26:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:26:34.025Z||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-09-13T09:26:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:26:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:26:34.030Z||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-09-13T09:26:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:26:43.576Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:26:43.577Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:27:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:27:34.025Z||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-09-13T09:27:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:27:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:27:34.029Z||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-09-13T09:27:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:27:43.577Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:27:43.607Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:28:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:28:34.027Z||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-09-13T09:28:34.027Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:28:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:28:34.029Z||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-09-13T09:28:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:28:43.611Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:28:43.618Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:29:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:29:34.025Z||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-09-13T09:29:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:29:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:29:34.029Z||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-09-13T09:29:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:29:43.584Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:29:43.607Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:30:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:30:34.025Z||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-09-13T09:30:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:30:34.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:30:34.029Z||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-09-13T09:30:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:30:43.571Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:30:43.574Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:31:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:31:34.025Z||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-09-13T09:31:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:31:34.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:31:34.029Z||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-09-13T09:31:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:31:43.587Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:31:43.587Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:32:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:32:34.025Z||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-09-13T09:32:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:32:34.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:32:34.029Z||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-09-13T09:32:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:32:43.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:32:43.580Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:33:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:33:34.025Z||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-09-13T09:33:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:33:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:33:34.029Z||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-09-13T09:33:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:33:43.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:33:43.582Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:34:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:34:34.025Z||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-09-13T09:34:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:34:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:34:34.029Z||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-09-13T09:34:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:34:43.591Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:34:43.595Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:35:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:35:34.025Z||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-09-13T09:35:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:35:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:35:34.029Z||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-09-13T09:35:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:35:43.615Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:35:43.645Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:36:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:36:34.025Z||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-09-13T09:36:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:36:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:36:34.029Z||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-09-13T09:36:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:36:43.578Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:36:43.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:37:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:37:34.026Z||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-09-13T09:37:34.027Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:37:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:37:34.029Z||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-09-13T09:37:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:37:43.581Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:37:43.581Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:38:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:38:34.025Z||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-09-13T09:38:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:38:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:38:34.029Z||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-09-13T09:38:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:38:43.571Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:38:43.574Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:39:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:39:34.025Z||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-09-13T09:39:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:39:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:39:34.029Z||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-09-13T09:39:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:39:43.578Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:39:43.578Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:40:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:40:34.025Z||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-09-13T09:40:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:40:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:40:34.029Z||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-09-13T09:40:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:40:43.574Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:40:43.599Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:41:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:41:34.025Z||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-09-13T09:41:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:41:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:41:34.030Z||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-09-13T09:41:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:41:43.576Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:41:43.577Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:42:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:42:34.025Z||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-09-13T09:42:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:42:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:42:34.030Z||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-09-13T09:42:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:42:43.580Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:42:43.595Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:43:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:43:34.024Z||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-09-13T09:43:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:43:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:43:34.029Z||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-09-13T09:43:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:43:43.575Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:43:43.604Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:44:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:44:34.025Z||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-09-13T09:44:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:44:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:44:34.029Z||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-09-13T09:44:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:44:43.573Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:44:43.574Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:45:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:45:34.025Z||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-09-13T09:45:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:45:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:45:34.030Z||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-09-13T09:45:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:45:43.577Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:45:43.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:46:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:46:34.025Z||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-09-13T09:46:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:46:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:46:34.029Z||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-09-13T09:46:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:46:43.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:46:43.577Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:47:34.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:47:34.028Z||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-09-13T09:47:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:47:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:47:34.030Z||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-09-13T09:47:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:47:43.631Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:47:43.633Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:48:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:48:34.025Z||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-09-13T09:48:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:48:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:48:34.029Z||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-09-13T09:48:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:48:43.570Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:48:43.571Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:49:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:49:34.025Z||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-09-13T09:49:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:49:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:49:34.029Z||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-09-13T09:49:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:49:43.576Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:49:43.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:50:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:50:34.025Z||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-09-13T09:50:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:50:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:50:34.030Z||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-09-13T09:50:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:50:43.578Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:50:43.578Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:51:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:51:34.025Z||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-09-13T09:51:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:51:34.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:51:34.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:51:34.033Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:51:43.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:51:43.611Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:52:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:52:34.025Z||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-09-13T09:52:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:52:34.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:52:34.029Z||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-09-13T09:52:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:52:43.595Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:52:43.595Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:53:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:53:34.025Z||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-09-13T09:53:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:53:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:53:34.029Z||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-09-13T09:53:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:53:43.580Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:53:43.588Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:54:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:54:34.025Z||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-09-13T09:54:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:54:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:54:34.030Z||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-09-13T09:54:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:54:43.585Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:54:43.585Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:55:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:55:34.025Z||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-09-13T09:55:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:55:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:55:34.029Z||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-09-13T09:55:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:55:43.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:55:43.582Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:56:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:56:34.026Z||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-09-13T09:56:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:56:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:56:34.029Z||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-09-13T09:56:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:56:43.580Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:56:43.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:57:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:57:34.025Z||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-09-13T09:57:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:57:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:57:34.030Z||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-09-13T09:57:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:57:43.574Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:57:43.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:58:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:58:34.025Z||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-09-13T09:58:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:58:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:58:34.030Z||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-09-13T09:58:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:58:43.607Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:58:43.639Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:59:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:59:34.025Z||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-09-13T09:59:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:59:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:59:34.030Z||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-09-13T09:59:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:59:43.585Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T09:59:43.591Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:00:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:00:34.025Z||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-09-13T10:00:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:00:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:00:34.029Z||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-09-13T10:00:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:00:43.576Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:00:43.583Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:01:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:01:34.025Z||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-09-13T10:01:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:01:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:01:34.029Z||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-09-13T10:01:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:01:43.580Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:01:43.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:02:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:02:34.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:02:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:02:34.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:02:34.029Z||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-09-13T10:02:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:02:43.578Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:02:43.581Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:03:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:03:34.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:03:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:03:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:03:34.029Z||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-09-13T10:03:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:03:43.573Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:03:43.577Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:04:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:04:34.025Z||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-09-13T10:04:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:04:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:04:34.029Z||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-09-13T10:04:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:04:43.638Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:04:43.653Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:05:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:05:34.025Z||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-09-13T10:05:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:05:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:05:34.029Z||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-09-13T10:05:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:05:43.601Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:05:43.602Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:06:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:06:34.025Z||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-09-13T10:06:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:06:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:06:34.029Z||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-09-13T10:06:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:06:43.583Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:06:43.583Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:07:34.026Z||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-09-13T10:07:34.027Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:07:34.030Z||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-09-13T10:07:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:34.240Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:34.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663063633463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663063633463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663063633463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663063633463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "cds",
  "timestamp": 1663063638542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663063633463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "cds",
  "timestamp": 1663063638542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663063633463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "cds",
  "timestamp": 1663063638542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663063633463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:07:34.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "cds",
  "timestamp": 1663063638542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663063641299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:07:34.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:07:34.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663063640842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "cds",
  "timestamp": 1663063638542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663063640842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T10:07:34.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "cds",
  "timestamp": 1663063638542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663063640842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-13T10:07:34.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "cds",
  "timestamp": 1663063638542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:07:34.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "aai-ml",
  "timestamp": 1663063645469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663063640842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "cds",
  "timestamp": 1663063646365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:07:34.315Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:07:34.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "aai-ml",
  "timestamp": 1663063645469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663063640842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-13T10:07:34.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "aai-ml",
  "timestamp": 1663063645469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663063646875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:07:34.319Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:07:34.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663063640842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "aai-ml",
  "timestamp": 1663063645469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663063647881,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:07:34.552Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0433e4e5-dd3e-41e0-b797-405fdc509d66
2022-09-13T10:07:34.577Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0433e4e5-dd3e-41e0-b797-405fdc509d66 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-09-13T10:07:34.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663063640842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:07:34.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "aai-ml",
  "timestamp": 1663063645469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663063648677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:07:34.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:07:34.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "aai-ml",
  "timestamp": 1663063645469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663063649780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:07:34.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:07:34.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "aai-ml",
  "timestamp": 1663063645469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:07:34.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:07:34.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663063650894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:07:34.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:07:34.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "aai-ml",
  "timestamp": 1663063653322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:07:34.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:07:34.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663063651993,
  "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-09-13T10:07:34.637Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0433e4e5-dd3e-41e0-b797-405fdc509d66
2022-09-13T10:07:34.637Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0433e4e5-dd3e-41e0-b797-405fdc509d66 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-09-13T10:07:34.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "aai-ml",
  "timestamp": 1663063654348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T10:07:34.650Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:07:34.669Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:34.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0433e4e5-dd3e-41e0-b797-405fdc509d66","serviceName":"vFW 2022-09-13 10-06-03","serviceVersion":"1.0","serviceUUID":"1a75ebca-e2a0-4b12-915f-cb6f690a6546","serviceDescription":"catalog service description","serviceInvariantUUID":"24e60706-5944-4864-81c1-e0004cda3b89","resources":[{"resourceInstanceName":"vFW b6bb75eb-2987 0","resourceName":"vFW b6bb75eb-2987","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cbd5a799-cd7b-464f-8e1e-41cf2f709e13","resourceInvariantUUID":"87cfe7b2-ed1e-4346-a520-042ac829c793","resourceCustomizationUUID":"b84cd7e3-3a3a-4139-b844-61d69317a558","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vf-license-model.xml","artifactChecksum":"ODY0NzExNDU4YTY2NDUzMWE1ODYyNmZhNzlhYzAzNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f65f10cf-f3d3-47e2-b4d1-df2ea96616de","artifactVersion":"1"},{"artifactName":"vfwb6bb75eb29870_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json","artifactChecksum":"YzE1Mzg5ODQ0NWRhZDQzMzQyYzRmZWJiYTMzZmIwNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"46725192-e755-4d01-9e76-3a8439f3c49f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"15c68566-5b4c-4736-b5a5-c1aa45bd428c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vendor-license-model.xml","artifactChecksum":"OTQ5NzE4YWQ3OGJhYTRlYzE5ODVhYzEyMGE0NmRiMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"40673088-c777-464a-9cbf-9aa030ab2a29","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"19eb41b7-4642-400e-a6a0-b72ddd5f4a08","artifactVersion":"2","generatedFromUUID":"15c68566-5b4c-4736-b5a5-c1aa45bd428c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220913100603-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-template.yml","artifactChecksum":"ZDc5ZDA0MzJkMGVkZTYwZTlhOWRmOTcxZDc4NmZlNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b24148f-3f05-4e52-81b4-784ca2e45822","artifactVersion":"1"},{"artifactName":"service-Vfw20220913100603-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar","artifactChecksum":"YWUxMTY1MzdhMDA0YTQ2NGQ2MjBhNTQ3YWVmZGNjZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e77e9af-0d65-4fcf-ace5-3e8bdc77d126","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T10:07:34.686Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:07:34.697Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:34.712Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:34.713Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.813Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-13T10:07:34.818Z||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-09-13T10:07:34.818Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:34.842Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:34.843Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:35.720Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:07:35.721Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:35.723Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:35.723Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T10:07:35.823Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:35.824Z||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-09-13T10:07:35.825Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:35.855Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:35.855Z||pool-4-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:36.724Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:07:36.725Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:36.728Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:36.729Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-13T10:07:36.828Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:07:36.829Z||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-09-13T10:07:36.830Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:36.847Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:36.848Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:37.730Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:07:37.731Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:37.733Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:37.733Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:37.834Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:07:37.835Z||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-09-13T10:07:37.835Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:37.860Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:37.861Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:38.734Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:07:38.735Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:38.738Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:38.738Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-13T10:07:38.838Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:38.839Z||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-09-13T10:07:38.840Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:38.858Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:38.859Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:07:39.738Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:07:39.739Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:39.742Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:39.743Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:07:39.842Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-13T10:07:39.844Z||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-09-13T10:07:39.844Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:39.864Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:39.865Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:40.744Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:07:40.746Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:40.750Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:40.750Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:07:40.849Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:07:40.850Z||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-09-13T10:07:40.850Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:40.869Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:40.870Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:07:41.752Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "serviceName": "vFW 2022-09-13 10-06-03",
  "serviceVersion": "1.0",
  "serviceUUID": "1a75ebca-e2a0-4b12-915f-cb6f690a6546",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "24e60706-5944-4864-81c1-e0004cda3b89",
  "resources": [
    {
      "resourceInstanceName": "vFW b6bb75eb-2987 0",
      "resourceCustomizationUUID": "b84cd7e3-3a3a-4139-b844-61d69317a558",
      "resourceName": "vFW b6bb75eb-2987",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cbd5a799-cd7b-464f-8e1e-41cf2f709e13",
      "resourceInvariantUUID": "87cfe7b2-ed1e-4346-a520-042ac829c793",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb6bb75eb29870_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
          "artifactChecksum": "YzE1Mzg5ODQ0NWRhZDQzMzQyYzRmZWJiYTMzZmIwNWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "46725192-e755-4d01-9e76-3a8439f3c49f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "15c68566-5b4c-4736-b5a5-c1aa45bd428c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "19eb41b7-4642-400e-a6a0-b72ddd5f4a08",
            "generatedFromUUID": "15c68566-5b4c-4736-b5a5-c1aa45bd428c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "19eb41b7-4642-400e-a6a0-b72ddd5f4a08",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220913100603-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
      "artifactChecksum": "YWUxMTY1MzdhMDA0YTQ2NGQ2MjBhNTQ3YWVmZGNjZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6e77e9af-0d65-4fcf-ace5-3e8bdc77d126"
    }
  ],
  "workloadContext": "Production"
}
2022-09-13T10:07:41.753Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T10:07:41.754Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1a75ebca-e2a0-4b12-915f-cb6f690a6546 ASDC
2022-09-13T10:07:41.906Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0433e4e5-dd3e-41e0-b797-405fdc509d66
ServiceName:vFW 2022-09-13 10-06-03
ServiceVersion:1.0
ServiceUUID:1a75ebca-e2a0-4b12-915f-cb6f690a6546
ServiceInvariantUUID:24e60706-5944-4864-81c1-e0004cda3b89
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220913100603-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar
ArtifactUUID:6e77e9af-0d65-4fcf-ace5-3e8bdc77d126
ArtifactChecksum:YWUxMTY1MzdhMDA0YTQ2NGQ2MjBhNTQ3YWVmZGNjZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b6bb75eb-2987 0
ResourceCustomizationUUID:b84cd7e3-3a3a-4139-b844-61d69317a558
ResourceInvariantUUID:87cfe7b2-ed1e-4346-a520-042ac829c793
ResourceName:vFW b6bb75eb-2987
ResourceType:VF
ResourceUUID:cbd5a799-cd7b-464f-8e1e-41cf2f709e13
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb6bb75eb29870_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json
ArtifactUUID:46725192-e755-4d01-9e76-3a8439f3c49f
ArtifactChecksum:YzE1Mzg5ODQ0NWRhZDQzMzQyYzRmZWJiYTMzZmIwNWU=
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/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml
ArtifactUUID:15c68566-5b4c-4736-b5a5-c1aa45bd428c
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/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env
ArtifactUUID:19eb41b7-4642-400e-a6a0-b72ddd5f4a08
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/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env
ArtifactUUID:19eb41b7-4642-400e-a6a0-b72ddd5f4a08
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-13T10:07:41.907Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1a75ebca-e2a0-4b12-915f-cb6f690a6546 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-09-13T10:07:41.981Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:07:41.982Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T10:07:41.983Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T10:07:41.984Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6e77e9af-0d65-4fcf-ace5-3e8bdc77d126 from URL: /sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:41.984Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T10:07:41.986Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:42.059Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T10:07:42.089Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar 6e77e9af-0d65-4fcf-ace5-3e8bdc77d126 100651
2022-09-13T10:07:42.090Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar ASDC sendASDCNotification
2022-09-13T10:07:42.091Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:42.092Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:07:42.093Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:42.095Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:42.096Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063662089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:07:42.196Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:42.197Z||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-09-13T10:07:42.197Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:42.213Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:42.214Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:43.096Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:07:43.097Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T10:07:43.098Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6e77e9af-0d65-4fcf-ace5-3e8bdc77d126, URL: /sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar to file: /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:43.099Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220913100603-csar.csar
2022-09-13T10:07:43.275Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:43.276Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:44.042Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12818139274620892260/Definitions/service-Vfw20220913100603-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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-09-13T10:07:46.796Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T10:07:46.806Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-13T10:07:46.806Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.806Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-13T10:07:46.806Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b6bb75eb-2987 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.807Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.807Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.807Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.807Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.807Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.808Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.808Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.808Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.808Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.808Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.808Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-13T10:07:46.819Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:46.821Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:46.826Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:46.826Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-13T10:07:46.828Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:07:46.830Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:46.830Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:46.830Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:46.830Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-13T10:07:46.830Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:07:46.831Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:46.831Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:46.835Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:46.836Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is not matching search criteria
2022-09-13T10:07:46.836Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:07:46.836Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:07:46.836Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:07:46.836Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.836Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.836Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:07:46.837Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.837Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:07:46.837Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:07:46.837Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.837Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.837Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:07:46.838Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.838Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:07:46.838Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.838Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-13T10:07:46.838Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:46.838Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T10:07:46.840Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:46.840Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:46.840Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:07:46.840Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:46.841Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:46.841Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:07:46.841Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:46.841Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:46.841Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:07:46.842Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:46.842Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is not matching search criteria
2022-09-13T10:07:46.842Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:07:46.842Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:07:46.843Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-13T10:07:46.843Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:07:46.843Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:07:46.844Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.844Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.844Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:07:46.844Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.845Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:07:46.845Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.845Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=042c5346-b4cb-4e6b-ac61-3ecf2e1cf25e
2022-09-13T10:07:46.846Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:46.846Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is not matching search criteria
2022-09-13T10:07:46.846Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:07:46.847Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:07:46.847Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:07:46.848Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.848Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.848Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:07:46.848Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.849Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-13T10:07:46.849Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:07:46.849Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.849Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:07:46.850Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.850Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ecff17d6-a8de-4374-9cd0-2a40eaf3a0e4
2022-09-13T10:07:46.851Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:46.851Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is not matching search criteria
2022-09-13T10:07:46.851Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:07:46.852Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:07:46.852Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:07:46.852Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.853Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.853Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:07:46.853Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.854Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:07:46.854Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:07:46.854Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.855Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.855Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-13T10:07:46.856Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e84b810f-c25d-469d-b0ee-703dc6f6a2e1
2022-09-13T10:07:46.856Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:46.856Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:46.857Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:46.857Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:46.857Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:46.858Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:46.858Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:46.859Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:46.859Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-13 10-06-03
Description:catalog service description
Model UUID:1a75ebca-e2a0-4b12-915f-cb6f690a6546
Model Version:NULL
Model InvariantUuid:24e60706-5944-4864-81c1-e0004cda3b89
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b6bb75eb-2987
Model UUID:877a98dd-0412-4fdc-8830-9c4739757628
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:87cfe7b2-ed1e-4346-a520-042ac829c793
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b84cd7e3-3a3a-4139-b844-61d69317a558
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3066f3a6-9231-47c9-bc57-fd7a699460ff
ModelName:VfwB6bb75eb2987..base_vfw..module-0
ModelUuid:f20f46e4-c0d5-407e-8e59-de23126873d4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:042c5346-b4cb-4e6b-ac61-3ecf2e1cf25e
ModelInvariantUuid:6414df18-046d-407e-b117-93f3b9487209
ModelName:vFW b6bb75eb-2987-nodes.vfwCvfc
ModelUuid:d3fba152-2873-4cf2-b788-f2e4317ebc1b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:22d60609-9c4c-48f3-8124-d410291ca410
ModelInvariantUuid:d653544f-49ce-45e9-96c5-f854df6325a9
ModelName:VfwB6bb75eb2987.compute.nodes.heat.vfw
ModelUuid:cec86f72-8dcc-44dd-b98a-25fe90d5d9bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ecff17d6-a8de-4374-9cd0-2a40eaf3a0e4
ModelInvariantUuid:3dc8cd29-40b0-4e74-97f7-fceb78ec2fcb
ModelName:vFW b6bb75eb-2987-nodes.vsnCvfc
ModelUuid:6351f310-0ce4-47b5-8b1a-059123e6330c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f6dbe945-01ff-411b-b0b4-c575290eee5c
ModelInvariantUuid:1e6a0ccf-12d5-4029-9d1d-921ddc9736b8
ModelName:VfwB6bb75eb2987.compute.nodes.heat.vsn
ModelUuid:0e33fbe5-fa8a-47fa-a5a4-aed6ec55a0ff
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e84b810f-c25d-469d-b0ee-703dc6f6a2e1
ModelInvariantUuid:be4d0b41-0b72-41e9-aa4b-3500113b280e
ModelName:vFW b6bb75eb-2987-nodes.vpgCvfc
ModelUuid:830c15ad-be16-405f-9b9f-8de3b5d999ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:42817720-3490-4230-a45a-8b05316a5644
ModelInvariantUuid:12c8fe48-a1eb-4213-916e-169fd94dc299
ModelName:VfwB6bb75eb2987.compute.nodes.heat.vpg
ModelUuid:2e2f588a-b5e6-4014-a3bd-56df96bc8ee8
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-09-13T10:07:46.877Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: cbd5a799-cd7b-464f-8e1e-41cf2f709e13
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-09-13T10:07:46.974Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||vFW b6bb75eb-2987 0
2022-09-13T10:07:46.981Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cbd5a799-cd7b-464f-8e1e-41cf2f709e13
2022-09-13T10:07:46.981Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 46725192-e755-4d01-9e76-3a8439f3c49f from URL: /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json
2022-09-13T10:07:46.981Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T10:07:46.981Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json
2022-09-13T10:07:47.051Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T10:07:47.051Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json 46725192-e755-4d01-9e76-3a8439f3c49f 785
2022-09-13T10:07:47.052Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json ASDC sendASDCNotification
2022-09-13T10:07:47.052Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json
2022-09-13T10:07:47.052Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:07:47.052Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:47.055Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:47.055Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063667052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:07:47.155Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:47.156Z||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-09-13T10:07:47.156Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:47.173Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:47.174Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:48.056Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB6bb75eb2987..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3066f3a6-9231-47c9-bc57-fd7a699460ff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f20f46e4-c0d5-407e-8e59-de23126873d4",
    "vfModuleModelCustomizationUUID": "7ab28292-1925-430f-86a9-e7a89f20497e",
    "isBase": true,
    "artifacts": [
      "15c68566-5b4c-4736-b5a5-c1aa45bd428c",
      "19eb41b7-4642-400e-a6a0-b72ddd5f4a08"
    ],
    "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-09-13T10:07:48.070Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB6bb75eb2987..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f20f46e4-c0d5-407e-8e59-de23126873d4
VfModuleModelInvariantUUID:3066f3a6-9231-47c9-bc57-fd7a699460ff
VfModuleModelDescription:NULL
Artifacts UUID List:{
15c68566-5b4c-4736-b5a5-c1aa45bd428c
,
19eb41b7-4642-400e-a6a0-b72ddd5f4a08

}
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-09-13T10:07:48.073Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB6bb75eb2987..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3066f3a6-9231-47c9-bc57-fd7a699460ff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f20f46e4-c0d5-407e-8e59-de23126873d4",
    "vfModuleModelCustomizationUUID": "7ab28292-1925-430f-86a9-e7a89f20497e",
    "isBase": true,
    "artifacts": [
      "15c68566-5b4c-4736-b5a5-c1aa45bd428c",
      "19eb41b7-4642-400e-a6a0-b72ddd5f4a08"
    ],
    "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-09-13T10:07:48.074Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB6bb75eb2987..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f20f46e4-c0d5-407e-8e59-de23126873d4
VfModuleModelInvariantUUID:3066f3a6-9231-47c9-bc57-fd7a699460ff
VfModuleModelDescription:NULL
Artifacts UUID List:{
15c68566-5b4c-4736-b5a5-c1aa45bd428c
,
19eb41b7-4642-400e-a6a0-b72ddd5f4a08

}
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-09-13T10:07:48.074Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 15c68566-5b4c-4736-b5a5-c1aa45bd428c from URL: /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml
2022-09-13T10:07:48.074Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T10:07:48.075Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml
2022-09-13T10:07:48.258Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T10:07:48.259Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml 15c68566-5b4c-4736-b5a5-c1aa45bd428c 20368
2022-09-13T10:07:48.260Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-13T10:07:48.260Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml
2022-09-13T10:07:48.260Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:07:48.261Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:48.264Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:48.264Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063668260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:07:48.364Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:48.365Z||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-09-13T10:07:48.365Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:48.383Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:48.384Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:49.265Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 19eb41b7-4642-400e-a6a0-b72ddd5f4a08 from URL: /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env
2022-09-13T10:07:49.266Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T10:07:49.266Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env
2022-09-13T10:07:49.355Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T10:07:49.356Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env 19eb41b7-4642-400e-a6a0-b72ddd5f4a08 2098
2022-09-13T10:07:49.356Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-13T10:07:49.356Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env
2022-09-13T10:07:49.357Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:07:49.357Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:49.359Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:49.360Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063669356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:07:49.459Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:07:49.460Z||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-09-13T10:07:49.461Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:49.480Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:49.481Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:07:50.360Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1a75ebca-e2a0-4b12-915f-cb6f690a6546
2022-09-13T10:07:50.361Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b6bb75eb-2987 0 cbd5a799-cd7b-464f-8e1e-41cf2f709e13 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-09-13T10:07:50.408Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fee127b, org.onap.sdc.toscaparser.api.parameters.Input@79c7e2c, org.onap.sdc.toscaparser.api.parameters.Input@2feabc09, org.onap.sdc.toscaparser.api.parameters.Input@63f95d5e, org.onap.sdc.toscaparser.api.parameters.Input@6c8bf690]
2022-09-13T10:07:50.412Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.412Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:50.413Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-09-13T10:07:50.413Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b84cd7e3-3a3a-4139-b844-61d69317a558
2022-09-13T10:07:50.413Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b84cd7e3-3a3a-4139-b844-61d69317a558 matches Tosca VF Customization UUID: b84cd7e3-3a3a-4139-b844-61d69317a558
2022-09-13T10:07:50.414Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b84cd7e3-3a3a-4139-b844-61d69317a558  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-09-13T10:07:50.423Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.423Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:50.425Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b84cd7e3-3a3a-4139-b844-61d69317a558: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-13T10:07:50.425Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62c98bd6
2022-09-13T10:07:50.425Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.426Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T10:07:50.426Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ab28292-1925-430f-86a9-e7a89f20497e
2022-09-13T10:07:50.428Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ab28292-1925-430f-86a9-e7a89f20497e
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-09-13T10:07:50.436Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.436Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:50.437Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:07:50.438Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.439Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:50.439Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:07:50.439Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.440Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is not matching search criteria
2022-09-13T10:07:50.440Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:07:50.440Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:07:50.440Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-13T10:07:50.441Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:07:50.441Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:07:50.441Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:50.441Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:50.442Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:07:50.442Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:50.442Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:07:50.442Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:50.443Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=042c5346-b4cb-4e6b-ac61-3ecf2e1cf25e
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-09-13T10:07:50.454Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.454Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:50.454Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:07:50.455Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.455Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is not matching search criteria
2022-09-13T10:07:50.455Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:07:50.455Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:07:50.456Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:07:50.456Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:50.456Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:50.456Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:07:50.457Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:50.457Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-13T10:07:50.457Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:07:50.457Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:50.457Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:07:50.458Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:50.458Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ecff17d6-a8de-4374-9cd0-2a40eaf3a0e4
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-09-13T10:07:50.461Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.461Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:50.462Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:07:50.464Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.465Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is not matching search criteria
2022-09-13T10:07:50.465Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:07:50.465Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:07:50.465Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:07:50.466Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:50.466Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:50.466Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:07:50.466Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:50.467Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:07:50.467Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:07:50.467Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:50.467Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:50.468Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-13T10:07:50.468Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e84b810f-c25d-469d-b0ee-703dc6f6a2e1
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-09-13T10:07:50.472Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.472Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:50.472Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:07:50.473Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.473Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:50.473Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=b84cd7e3-3a3a-4139-b844-61d69317a558
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-09-13T10:07:50.476Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.477Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:50.477Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1a75ebca-e2a0-4b12-915f-cb6f690a6546: vFW b6bb75eb-2987
2022-09-13T10:07:50.477Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.477Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:50.478Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.478Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:50.478Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.479Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:50.479Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.479Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:50.480Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:07:50.480Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:50.480Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-09-13 10-06-03 
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-09-13T10:07:50.814Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b6bb75eb-2987 cbd5a799-cd7b-464f-8e1e-41cf2f709e13 1 ASDC deployResourceStructure
2022-09-13T10:07:50.815Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json ASDC sendASDCNotification
2022-09-13T10:07:50.815Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json
2022-09-13T10:07:50.815Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:07:50.816Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:50.818Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:50.818Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063670815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T10:07:50.918Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:50.919Z||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-09-13T10:07:50.919Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:50.962Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:50.963Z||pool-14-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:51.820Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-13T10:07:51.820Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml
2022-09-13T10:07:51.820Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:07:51.820Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:51.823Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:51.824Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063671819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T10:07:51.924Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:51.925Z||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-09-13T10:07:51.925Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:51.949Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:51.949Z||pool-15-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:52.825Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-13T10:07:52.825Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env
2022-09-13T10:07:52.825Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:07:52.826Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:52.828Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:52.828Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063672824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-13T10:07:52.928Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:52.929Z||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-09-13T10:07:52.930Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:52.953Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:52.954Z||pool-16-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:53.829Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar ASDC sendASDCNotification
2022-09-13T10:07:53.829Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:53.830Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:07:53.830Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:53.832Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:53.832Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063673829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:07:53.932Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:53.934Z||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-09-13T10:07:53.934Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:53.950Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:07:53.950Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:54.834Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:07:54.853Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:07:54.856Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:07:54.856Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:07:54.856Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:08:24.857Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:08:24.881Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:08:24.885Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:08:24.885Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:08:24.886Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:08:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:08:34.030Z||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-09-13T10:08:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:08:34.064Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:08:34.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:08:34.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663063652997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T10:08:34.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:08:54.886Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:08:54.901Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:08:54.907Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:08:54.908Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:08:54.908Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:09:24.909Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:09:24.926Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:09:24.930Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:09:24.930Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:09:24.930Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:09:34.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:09:34.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:09:34.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:09:34.586Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:09:34.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "aai-ml",
  "timestamp": 1663063655368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T10:09:34.590Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:34.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:09:34.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:09:34.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "aai-ml",
  "timestamp": 1663063656374,
  "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-09-13T10:09:34.602Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0433e4e5-dd3e-41e0-b797-405fdc509d66
2022-09-13T10:09:34.602Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0433e4e5-dd3e-41e0-b797-405fdc509d66 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-09-13T10:09:34.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T10:09:34.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:09:34.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-13T10:09:34.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:09:34.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:09:34.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:09:34.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-13T10:09:34.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:09:34.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:09:34.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:09:34.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:09:34.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:09:34.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063662089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:09:34.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:34.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063667052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:09:34.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:34.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063668260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:09:34.618Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:34.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063669356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:09:34.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:34.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063670815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T10:09:34.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:34.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063671819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T10:09:34.620Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:34.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063672824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-13T10:09:34.621Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:34.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063673829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:09:34.621Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:54.930Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:09:54.944Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:09:54.946Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:09:54.946Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T10:09:54.946Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T10:09:54.947Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T10:09:54.947Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-13T10:09:54.947Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-09-13T10:09:54.952Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T10:10:24.952Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66 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-09-13T10:10:24.963Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66 and serviceModelVersionId: 1a75ebca-e2a0-4b12-915f-cb6f690a6546
2022-09-13T10:10:24.963Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24e60706-5944-4864-81c1-e0004cda3b89
2022-09-13T10:10:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:10:34.030Z||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-09-13T10:10:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:10:39.731Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0
2022-09-13T10:10:39.856Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T10:10:40.431Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0|INFO|500||Invoke
2022-09-13T10:10:40.439Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0433e4e5-dd3e-41e0-b797-405fdc509d66], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[61d8ac2f-2be4-4ea0-96c0-cb5790a64fe6], X-ECOMP-RequestID=[0433e4e5-dd3e-41e0-b797-405fdc509d66], X-TransactionId=[], X-ONAP-RequestID=[0433e4e5-dd3e-41e0-b797-405fdc509d66], Content-Type=[application/merge-patch+json]}
2022-09-13T10:10:40.464Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-13T10:10:40.504Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0 has http status code:503 and response headers:{date=[Tue, 13 Sep 2022 10:10:40 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-13T10:10:40.507Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111

2022-09-13T10:10:40.508Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-13T10:10:40.524Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0433e4e5-dd3e-41e0-b797-405fdc509d66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:10:40.524Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=0433e4e5-dd3e-41e0-b797-405fdc509d66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	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)
2022-09-13T10:10:40.525Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=0433e4e5-dd3e-41e0-b797-405fdc509d66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:10:40.526Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0433e4e5-dd3e-41e0-b797-405fdc509d66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-09-13T10:10:40.534Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T10:10:40.537Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0433e4e5-dd3e-41e0-b797-405fdc509d66 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=0433e4e5-dd3e-41e0-b797-405fdc509d66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:10:40.539Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-13T10:10:40.539Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:10:40.541Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:10:40.541Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063840538,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d0433e4e5-dd3e-41e0-b797-405fdc509d66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T10:10:40.641Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:10:40.643Z||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-09-13T10:10:40.643Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:10:40.665Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:10:40.666Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:10:41.304Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:10:41.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:10:41.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663063840538,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d0433e4e5-dd3e-41e0-b797-405fdc509d66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T10:10:41.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:10:41.557Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:10:41.558Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-09-13T10:10:41.558Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:10:51.870Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:10:51.871Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:10:51.871Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-09-13T10:10:51.872Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:11:01.423Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:11:01.424Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:11:01.424Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-09-13T10:11:01.425Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:11:10.968Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:11:34.024Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:11:34.024Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-09-13T10:11:34.025Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:11:34.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:11:34.030Z||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-09-13T10:11:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:11:43.574Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:11:43.580Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:12:34.024Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:12:34.024Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-09-13T10:12:34.025Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:12:34.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:12:34.029Z||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-09-13T10:12:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:12:43.573Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:12:43.574Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:13:34.024Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:13:34.025Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-09-13T10:13:34.025Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:13:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:13:34.029Z||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-09-13T10:13:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:13:43.577Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:13:43.578Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:14:34.024Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:14:34.026Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-09-13T10:14:34.026Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:14:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:14:34.029Z||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-09-13T10:14:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:14:43.638Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:14:43.638Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:34.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:15:34.026Z||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-09-13T10:15:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:15:34.029Z||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-09-13T10:15:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:34.169Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:34.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "cds",
  "timestamp": 1663064103542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "cds",
  "timestamp": 1663064103542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "cds",
  "timestamp": 1663064103542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064113464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "cds",
  "timestamp": 1663064103542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064113464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "cds",
  "timestamp": 1663064103542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064113464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "cds",
  "timestamp": 1663064103542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064113464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "cds",
  "timestamp": 1663064103542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:15:34.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064113464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "cds",
  "timestamp": 1663064119744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:15:34.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:15:34.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064113464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064113464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:15:34.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064121208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:15:34.188Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:15:34.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064120842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064120842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T10:15:34.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064120842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-13T10:15:34.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "aai-ml",
  "timestamp": 1663064125470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064124779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:15:34.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:15:34.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064120842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "aai-ml",
  "timestamp": 1663064125470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064125784,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:15:34.229Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 084fa754-6b4a-4629-91c4-7a8a7dcb511e
2022-09-13T10:15:34.230Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 084fa754-6b4a-4629-91c4-7a8a7dcb511e 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-09-13T10:15:34.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064120842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-13T10:15:34.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "aai-ml",
  "timestamp": 1663064125470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064120842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "aai-ml",
  "timestamp": 1663064125470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064120842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:15:34.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "aai-ml",
  "timestamp": 1663064125470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064128646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:15:34.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:15:34.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "aai-ml",
  "timestamp": 1663064125470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064129717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:15:34.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:15:34.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "aai-ml",
  "timestamp": 1663064125470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:15:34.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:15:34.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064130822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:15:34.254Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:15:34.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "aai-ml",
  "timestamp": 1663064133223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:15:34.256Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:15:34.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064131853,
  "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-09-13T10:15:34.264Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 084fa754-6b4a-4629-91c4-7a8a7dcb511e
2022-09-13T10:15:34.265Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 084fa754-6b4a-4629-91c4-7a8a7dcb511e 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-09-13T10:15:34.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "aai-ml",
  "timestamp": 1663064134229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T10:15:34.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:15:34.663Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:34.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"084fa754-6b4a-4629-91c4-7a8a7dcb511e","serviceName":"vFW 2022-09-13 10-14-14","serviceVersion":"1.0","serviceUUID":"a01bc7ad-98a0-4399-a14c-ffe9090b3d71","serviceDescription":"catalog service description","serviceInvariantUUID":"9281394c-0f94-4b90-b9a9-596527c7dab6","resources":[{"resourceInstanceName":"vFW f207d950-3f6d 0","resourceName":"vFW f207d950-3f6d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"77fdaa38-0512-4bfb-ae3b-d028b7e30754","resourceInvariantUUID":"84956b23-151b-4889-bb49-c16010fcc499","resourceCustomizationUUID":"457dea0e-fe21-4340-b298-75bfbfe0740b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vf-license-model.xml","artifactChecksum":"NWRjNGFhZDk5MTMxMjI2NzQwNWJjZjNmZTMyN2U3OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac155ac2-1898-4406-b67b-179088681dc0","artifactVersion":"1"},{"artifactName":"vfwf207d9503f6d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json","artifactChecksum":"Y2FmNjU0ZjRiZDk3MThkMjUxYzdjZDU2ZDE2NjYyYWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6f88658d-1e89-491a-9e7f-ed14398a62e8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c48d9b2f-6def-42af-962c-ce3a62e65d0a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTZmOGFhYjEyNGUwN2E4Y2IyMzk0YzE1YWIwMDEyZmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7721b2ff-98eb-45e3-91c2-460c925d3eca","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"94421ffe-059e-4c96-b392-b5948a3e994e","artifactVersion":"2","generatedFromUUID":"c48d9b2f-6def-42af-962c-ce3a62e65d0a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220913101414-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-template.yml","artifactChecksum":"OTYyMGM1NzkyOWIzYTIzMzI5YjBjZWJjOWYxNzQxZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f566720c-bf18-4463-b365-08323c9f9c29","artifactVersion":"1"},{"artifactName":"service-Vfw20220913101414-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar","artifactChecksum":"YTJmY2EwODIxNmJlMTUwMDRjN2M1NmM0NDI1ZGMxM2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ef2f798-28b3-4e7d-aef8-d378cc7abe6a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T10:15:34.669Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:15:34.669Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:34.672Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:34.673Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064134024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.779Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-09-13T10:15:34.780Z||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-09-13T10:15:34.781Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:34.854Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:34.855Z||pool-19-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:15:35.673Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:15:35.674Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:35.676Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:35.676Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064134024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T10:15:35.777Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:35.778Z||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-09-13T10:15:35.778Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:35.797Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:35.797Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:36.677Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:15:36.678Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:36.680Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:36.680Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064134024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-13T10:15:36.780Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:36.781Z||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-09-13T10:15:36.782Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:36.800Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:36.800Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:37.681Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:15:37.681Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:37.683Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:37.684Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064134024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:37.784Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:37.785Z||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-09-13T10:15:37.785Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:37.802Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:37.803Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:38.685Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:15:38.686Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:38.689Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:38.689Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064134024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-13T10:15:38.789Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:38.791Z||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-09-13T10:15:38.791Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:38.822Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:38.823Z||pool-23-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:15:39.690Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:15:39.691Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:39.693Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:39.693Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064134024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:15:39.793Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:39.794Z||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-09-13T10:15:39.795Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:39.815Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:39.815Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:40.693Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:15:40.694Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:40.696Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:40.697Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064134024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:15:40.797Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:40.798Z||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-09-13T10:15:40.798Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:40.817Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:40.817Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:41.698Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "serviceName": "vFW 2022-09-13 10-14-14",
  "serviceVersion": "1.0",
  "serviceUUID": "a01bc7ad-98a0-4399-a14c-ffe9090b3d71",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9281394c-0f94-4b90-b9a9-596527c7dab6",
  "resources": [
    {
      "resourceInstanceName": "vFW f207d950-3f6d 0",
      "resourceCustomizationUUID": "457dea0e-fe21-4340-b298-75bfbfe0740b",
      "resourceName": "vFW f207d950-3f6d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "77fdaa38-0512-4bfb-ae3b-d028b7e30754",
      "resourceInvariantUUID": "84956b23-151b-4889-bb49-c16010fcc499",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf207d9503f6d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
          "artifactChecksum": "Y2FmNjU0ZjRiZDk3MThkMjUxYzdjZDU2ZDE2NjYyYWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6f88658d-1e89-491a-9e7f-ed14398a62e8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c48d9b2f-6def-42af-962c-ce3a62e65d0a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "94421ffe-059e-4c96-b392-b5948a3e994e",
            "generatedFromUUID": "c48d9b2f-6def-42af-962c-ce3a62e65d0a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "94421ffe-059e-4c96-b392-b5948a3e994e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220913101414-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
      "artifactChecksum": "YTJmY2EwODIxNmJlMTUwMDRjN2M1NmM0NDI1ZGMxM2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ef2f798-28b3-4e7d-aef8-d378cc7abe6a"
    }
  ],
  "workloadContext": "Production"
}
2022-09-13T10:15:41.698Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T10:15:41.698Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a01bc7ad-98a0-4399-a14c-ffe9090b3d71 ASDC
2022-09-13T10:15:41.699Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:084fa754-6b4a-4629-91c4-7a8a7dcb511e
ServiceName:vFW 2022-09-13 10-14-14
ServiceVersion:1.0
ServiceUUID:a01bc7ad-98a0-4399-a14c-ffe9090b3d71
ServiceInvariantUUID:9281394c-0f94-4b90-b9a9-596527c7dab6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220913101414-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar
ArtifactUUID:5ef2f798-28b3-4e7d-aef8-d378cc7abe6a
ArtifactChecksum:YTJmY2EwODIxNmJlMTUwMDRjN2M1NmM0NDI1ZGMxM2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f207d950-3f6d 0
ResourceCustomizationUUID:457dea0e-fe21-4340-b298-75bfbfe0740b
ResourceInvariantUUID:84956b23-151b-4889-bb49-c16010fcc499
ResourceName:vFW f207d950-3f6d
ResourceType:VF
ResourceUUID:77fdaa38-0512-4bfb-ae3b-d028b7e30754
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf207d9503f6d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json
ArtifactUUID:6f88658d-1e89-491a-9e7f-ed14398a62e8
ArtifactChecksum:Y2FmNjU0ZjRiZDk3MThkMjUxYzdjZDU2ZDE2NjYyYWM=
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/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml
ArtifactUUID:c48d9b2f-6def-42af-962c-ce3a62e65d0a
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/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env
ArtifactUUID:94421ffe-059e-4c96-b392-b5948a3e994e
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/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env
ArtifactUUID:94421ffe-059e-4c96-b392-b5948a3e994e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-13T10:15:41.700Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a01bc7ad-98a0-4399-a14c-ffe9090b3d71 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-09-13T10:15:41.757Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:15:41.758Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:15:41.758Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:15:41.758Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5ef2f798-28b3-4e7d-aef8-d378cc7abe6a from URL: /sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:41.758Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-13T10:15:41.758Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:41.822Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-13T10:15:41.823Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar 5ef2f798-28b3-4e7d-aef8-d378cc7abe6a 100647
2022-09-13T10:15:41.823Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar ASDC sendASDCNotification
2022-09-13T10:15:41.823Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:41.823Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:15:41.824Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:41.826Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:41.826Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064141823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:15:41.926Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:41.927Z||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-09-13T10:15:41.927Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:41.951Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:41.952Z||pool-26-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:15:42.826Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:15:42.827Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:15:42.828Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5ef2f798-28b3-4e7d-aef8-d378cc7abe6a, URL: /sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar to file: /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:42.828Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220913101414-csar.csar
2022-09-13T10:15:42.829Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:42.829Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:43.078Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4235575749761630090/Definitions/service-Vfw20220913101414-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-09-13T10:15:45.033Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T10:15:45.034Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-13T10:15:45.034Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.034Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-13T10:15:45.034Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.034Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|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-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.034Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|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-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|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-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|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-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|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-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|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-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f207d950-3f6d 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|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-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:45.036Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:45.036Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:45.036Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-13T10:15:45.036Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:15:45.037Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:45.037Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:45.037Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:45.037Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-13T10:15:45.037Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:15:45.037Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:45.037Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:45.038Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:45.038Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is not matching search criteria
2022-09-13T10:15:45.038Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:15:45.038Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:15:45.038Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:15:45.038Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.039Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.039Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.039Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:15:45.039Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:15:45.039Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:15:45.039Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.039Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.040Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:15:45.040Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.040Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:15:45.040Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.040Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-13T10:15:45.040Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:45.040Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T10:15:45.041Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:45.041Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:45.041Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:15:45.041Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:45.041Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:45.041Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:15:45.042Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:45.042Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:45.042Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:15:45.042Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:45.042Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is not matching search criteria
2022-09-13T10:15:45.042Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:15:45.042Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:15:45.042Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-13T10:15:45.043Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:15:45.043Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:15:45.043Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.043Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.043Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:15:45.043Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.043Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:15:45.044Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.044Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d4721012-d992-4a8c-bd5e-a2e07f0dce80
2022-09-13T10:15:45.044Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:45.044Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is not matching search criteria
2022-09-13T10:15:45.044Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:15:45.044Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:15:45.044Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:15:45.045Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.045Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.045Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.045Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:15:45.045Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-13T10:15:45.045Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:15:45.045Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.046Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:15:45.046Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.046Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=53d96988-3119-4dc0-958b-52f4db34c527
2022-09-13T10:15:45.046Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:45.046Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is not matching search criteria
2022-09-13T10:15:45.046Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:15:45.046Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:15:45.047Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:15:45.047Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.047Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.047Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.047Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:15:45.047Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:15:45.047Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:15:45.048Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.048Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.048Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-13T10:15:45.048Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=998bdea6-81f1-4430-9bb3-3c729311d3c3
2022-09-13T10:15:45.048Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:45.048Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:45.048Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:45.049Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:45.049Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:45.049Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:45.049Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:45.049Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:45.049Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-13 10-14-14
Description:catalog service description
Model UUID:a01bc7ad-98a0-4399-a14c-ffe9090b3d71
Model Version:NULL
Model InvariantUuid:9281394c-0f94-4b90-b9a9-596527c7dab6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f207d950-3f6d
Model UUID:aea6fad8-6bd8-432f-9494-9b9dc5d82ee9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:84956b23-151b-4889-bb49-c16010fcc499
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:457dea0e-fe21-4340-b298-75bfbfe0740b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0c4dfadb-5d35-4cd0-84b0-5231352193e7
ModelName:VfwF207d9503f6d..base_vfw..module-0
ModelUuid:2f05ec7a-acff-4626-817e-daf222577eff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d4721012-d992-4a8c-bd5e-a2e07f0dce80
ModelInvariantUuid:41615672-de62-433f-b699-ccf7d0caa714
ModelName:vFW f207d950-3f6d-nodes.vfwCvfc
ModelUuid:1ca39642-cf24-4ab7-88b4-5482456999e5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c006d40e-1d77-4fdc-9372-23af4a8a34b5
ModelInvariantUuid:a6f4775f-8e1c-42d5-8acb-1d238afd3d57
ModelName:VfwF207d9503f6d.compute.nodes.heat.vfw
ModelUuid:78c8b4c9-852e-40bc-99bc-760eb6961b47
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:53d96988-3119-4dc0-958b-52f4db34c527
ModelInvariantUuid:dd7979e4-7d77-4b88-970a-7112242c6423
ModelName:vFW f207d950-3f6d-nodes.vsnCvfc
ModelUuid:2b18a5f4-b251-4ce2-b3eb-8c6a34f127d6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d85893bb-3f1c-4fbb-99aa-bc925b6b072d
ModelInvariantUuid:d441d637-5500-4351-b2a1-09a2c047f0aa
ModelName:VfwF207d9503f6d.compute.nodes.heat.vsn
ModelUuid:6339de69-e5a5-47ea-8b60-f8279e87c65a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:998bdea6-81f1-4430-9bb3-3c729311d3c3
ModelInvariantUuid:d64479df-5bae-4134-a10a-b2208e528f61
ModelName:vFW f207d950-3f6d-nodes.vpgCvfc
ModelUuid:b287f1f6-25d7-4c72-9d67-e820935c85a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0087cfcb-8986-4bb9-a2eb-ceb645a0964e
ModelInvariantUuid:609f1c94-d471-4c57-b996-e8bbbdeae32d
ModelName:VfwF207d9503f6d.compute.nodes.heat.vpg
ModelUuid:1f612d65-198e-4a0f-8913-c7842d61eec9
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-09-13T10:15:45.061Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 77fdaa38-0512-4bfb-ae3b-d028b7e30754
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-09-13T10:15:45.066Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||vFW f207d950-3f6d 0
2022-09-13T10:15:45.067Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 77fdaa38-0512-4bfb-ae3b-d028b7e30754
2022-09-13T10:15:45.067Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6f88658d-1e89-491a-9e7f-ed14398a62e8 from URL: /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json
2022-09-13T10:15:45.067Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-13T10:15:45.067Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json
2022-09-13T10:15:45.154Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-13T10:15:45.154Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json 6f88658d-1e89-491a-9e7f-ed14398a62e8 785
2022-09-13T10:15:45.155Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json ASDC sendASDCNotification
2022-09-13T10:15:45.155Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json
2022-09-13T10:15:45.155Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:15:45.155Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:45.158Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:45.158Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064145155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:15:45.258Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:45.258Z||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-09-13T10:15:45.259Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:45.276Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:45.277Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:46.159Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF207d9503f6d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0c4dfadb-5d35-4cd0-84b0-5231352193e7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2f05ec7a-acff-4626-817e-daf222577eff",
    "vfModuleModelCustomizationUUID": "d253390a-a3a5-446b-a6dd-f25b5c115004",
    "isBase": true,
    "artifacts": [
      "c48d9b2f-6def-42af-962c-ce3a62e65d0a",
      "94421ffe-059e-4c96-b392-b5948a3e994e"
    ],
    "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-09-13T10:15:46.167Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF207d9503f6d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f05ec7a-acff-4626-817e-daf222577eff
VfModuleModelInvariantUUID:0c4dfadb-5d35-4cd0-84b0-5231352193e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
c48d9b2f-6def-42af-962c-ce3a62e65d0a
,
94421ffe-059e-4c96-b392-b5948a3e994e

}
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-09-13T10:15:46.169Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF207d9503f6d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0c4dfadb-5d35-4cd0-84b0-5231352193e7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2f05ec7a-acff-4626-817e-daf222577eff",
    "vfModuleModelCustomizationUUID": "d253390a-a3a5-446b-a6dd-f25b5c115004",
    "isBase": true,
    "artifacts": [
      "c48d9b2f-6def-42af-962c-ce3a62e65d0a",
      "94421ffe-059e-4c96-b392-b5948a3e994e"
    ],
    "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-09-13T10:15:46.169Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF207d9503f6d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f05ec7a-acff-4626-817e-daf222577eff
VfModuleModelInvariantUUID:0c4dfadb-5d35-4cd0-84b0-5231352193e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
c48d9b2f-6def-42af-962c-ce3a62e65d0a
,
94421ffe-059e-4c96-b392-b5948a3e994e

}
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-09-13T10:15:46.169Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c48d9b2f-6def-42af-962c-ce3a62e65d0a from URL: /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml
2022-09-13T10:15:46.169Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-13T10:15:46.169Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml
2022-09-13T10:15:46.259Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-13T10:15:46.260Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml c48d9b2f-6def-42af-962c-ce3a62e65d0a 20368
2022-09-13T10:15:46.261Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-13T10:15:46.261Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml
2022-09-13T10:15:46.261Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:15:46.262Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:46.266Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:46.266Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064146261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:15:46.366Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:46.368Z||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-09-13T10:15:46.368Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:46.385Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:46.386Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:47.271Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 94421ffe-059e-4c96-b392-b5948a3e994e from URL: /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env
2022-09-13T10:15:47.271Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-13T10:15:47.272Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env
2022-09-13T10:15:47.322Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-13T10:15:47.323Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env 94421ffe-059e-4c96-b392-b5948a3e994e 2098
2022-09-13T10:15:47.323Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-13T10:15:47.324Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env
2022-09-13T10:15:47.324Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:15:47.324Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:47.326Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:47.327Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064147323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:15:47.427Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:47.428Z||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-09-13T10:15:47.428Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:47.444Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:47.445Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:48.332Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a01bc7ad-98a0-4399-a14c-ffe9090b3d71
2022-09-13T10:15:48.333Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f207d950-3f6d 0 77fdaa38-0512-4bfb-ae3b-d028b7e30754 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-09-13T10:15:48.363Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7536cfea, org.onap.sdc.toscaparser.api.parameters.Input@52de7b05, org.onap.sdc.toscaparser.api.parameters.Input@66452ac0, org.onap.sdc.toscaparser.api.parameters.Input@7b272c4e, org.onap.sdc.toscaparser.api.parameters.Input@382de55f]
2022-09-13T10:15:48.366Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.366Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:48.367Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-09-13T10:15:48.367Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 457dea0e-fe21-4340-b298-75bfbfe0740b
2022-09-13T10:15:48.367Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 457dea0e-fe21-4340-b298-75bfbfe0740b matches Tosca VF Customization UUID: 457dea0e-fe21-4340-b298-75bfbfe0740b
2022-09-13T10:15:48.368Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 457dea0e-fe21-4340-b298-75bfbfe0740b  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-09-13T10:15:48.373Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.373Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:48.374Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 457dea0e-fe21-4340-b298-75bfbfe0740b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-13T10:15:48.374Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14518e1f
2022-09-13T10:15:48.375Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.375Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T10:15:48.376Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d253390a-a3a5-446b-a6dd-f25b5c115004
2022-09-13T10:15:48.376Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d253390a-a3a5-446b-a6dd-f25b5c115004
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-09-13T10:15:48.381Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.381Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:48.382Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:15:48.382Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.383Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:48.383Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:15:48.383Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.384Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is not matching search criteria
2022-09-13T10:15:48.384Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:15:48.384Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:15:48.384Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-13T10:15:48.385Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:15:48.385Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:15:48.385Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:48.385Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:48.386Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:15:48.386Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:48.387Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:15:48.387Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:48.387Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d4721012-d992-4a8c-bd5e-a2e07f0dce80
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-09-13T10:15:48.392Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.392Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:48.392Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:15:48.393Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.393Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is not matching search criteria
2022-09-13T10:15:48.393Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:15:48.394Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:15:48.394Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:15:48.394Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:48.394Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:48.395Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:48.395Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:15:48.395Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-13T10:15:48.395Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:15:48.395Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:48.396Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:15:48.396Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:48.396Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=53d96988-3119-4dc0-958b-52f4db34c527
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-09-13T10:15:48.400Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.401Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:48.401Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:15:48.401Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.402Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is not matching search criteria
2022-09-13T10:15:48.402Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:15:48.402Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:15:48.402Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:15:48.403Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:48.403Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:48.404Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:48.404Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:15:48.404Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:15:48.405Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:15:48.405Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:48.405Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:48.406Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-13T10:15:48.406Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=998bdea6-81f1-4430-9bb3-3c729311d3c3
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-09-13T10:15:48.411Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.411Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:48.411Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:15:48.412Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.412Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:48.412Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=457dea0e-fe21-4340-b298-75bfbfe0740b
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-09-13T10:15:48.415Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.415Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:48.415Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a01bc7ad-98a0-4399-a14c-ffe9090b3d71: vFW f207d950-3f6d
2022-09-13T10:15:48.415Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.416Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:48.416Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.416Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:48.416Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.417Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:48.417Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.417Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:48.418Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:15:48.418Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:48.418Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-09-13 10-14-14 
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-09-13T10:15:48.695Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f207d950-3f6d 77fdaa38-0512-4bfb-ae3b-d028b7e30754 1 ASDC deployResourceStructure
2022-09-13T10:15:48.697Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json ASDC sendASDCNotification
2022-09-13T10:15:48.697Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json
2022-09-13T10:15:48.697Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:15:48.698Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:48.701Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:48.701Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064148697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T10:15:48.801Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:48.803Z||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-09-13T10:15:48.803Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:48.826Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:48.828Z||pool-30-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:49.702Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-13T10:15:49.703Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml
2022-09-13T10:15:49.703Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:15:49.703Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:49.705Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:49.705Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064149702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T10:15:49.806Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:49.807Z||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-09-13T10:15:49.807Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:49.825Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:49.825Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:50.707Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-13T10:15:50.707Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env
2022-09-13T10:15:50.707Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:15:50.708Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:50.710Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:50.710Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064150707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-13T10:15:50.810Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:50.811Z||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-09-13T10:15:50.811Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:50.840Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:50.840Z||pool-32-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:51.720Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar ASDC sendASDCNotification
2022-09-13T10:15:51.721Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:51.721Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:15:51.721Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:51.728Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:51.728Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064151720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:15:51.828Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:51.830Z||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-09-13T10:15:51.830Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:51.877Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:15:51.878Z||pool-33-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:15:52.730Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:15:52.744Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:15:52.748Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:15:52.749Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:15:52.749Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:16:22.749Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:16:22.767Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:16:22.770Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:16:22.770Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:16:22.770Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:16:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:16:34.030Z||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-09-13T10:16:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:16:34.065Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:16:34.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:16:34.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064132858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T10:16:34.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:16:52.770Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:16:52.785Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:16:52.789Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:16:52.790Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:16:52.790Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:17:22.791Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:17:22.804Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:17:22.807Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:17:22.807Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:17:22.807Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:17:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:17:34.030Z||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-09-13T10:17:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:17:34.065Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:17:34.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "aai-ml",
  "timestamp": 1663064135234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T10:17:34.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:34.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064134024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:17:34.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:17:34.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "aai-ml",
  "timestamp": 1663064136238,
  "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-09-13T10:17:34.075Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 084fa754-6b4a-4629-91c4-7a8a7dcb511e
2022-09-13T10:17:34.075Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 084fa754-6b4a-4629-91c4-7a8a7dcb511e 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-09-13T10:17:34.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064134024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T10:17:34.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:17:34.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064134024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-13T10:17:34.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:17:34.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064134024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:17:34.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:17:34.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064134024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-13T10:17:34.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:17:34.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064134024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064134024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064141823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064145155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064146261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064147323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064148697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064149702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T10:17:34.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:34.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064150707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-13T10:17:34.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:34.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064151720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:17:34.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:52.808Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:17:52.821Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:17:52.825Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:17:52.825Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T10:17:52.825Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T10:17:52.825Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T10:17:52.825Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-13T10:17:52.825Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|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-09-13T10:17:52.832Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T10:18:22.833Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e 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-09-13T10:18:22.840Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e and serviceModelVersionId: a01bc7ad-98a0-4399-a14c-ffe9090b3d71
2022-09-13T10:18:22.841Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9281394c-0f94-4b90-b9a9-596527c7dab6
2022-09-13T10:18:22.843Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0
2022-09-13T10:18:22.851Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T10:18:22.919Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0|INFO|500||Invoke
2022-09-13T10:18:22.920Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[084fa754-6b4a-4629-91c4-7a8a7dcb511e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c5dea1c3-54d0-4dc3-a0e8-21d4d3589993], X-ECOMP-RequestID=[084fa754-6b4a-4629-91c4-7a8a7dcb511e], X-TransactionId=[], X-ONAP-RequestID=[084fa754-6b4a-4629-91c4-7a8a7dcb511e], Content-Type=[application/merge-patch+json]}
2022-09-13T10:18:22.927Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-13T10:18:22.943Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0 has http status code:503 and response headers:{date=[Tue, 13 Sep 2022 10:18:22 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-13T10:18:22.945Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111

2022-09-13T10:18:22.946Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-13T10:18:22.948Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=084fa754-6b4a-4629-91c4-7a8a7dcb511e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:18:22.949Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=084fa754-6b4a-4629-91c4-7a8a7dcb511e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	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)
2022-09-13T10:18:22.949Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=084fa754-6b4a-4629-91c4-7a8a7dcb511e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:18:22.949Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=084fa754-6b4a-4629-91c4-7a8a7dcb511e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-09-13T10:18:22.955Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T10:18:22.956Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 084fa754-6b4a-4629-91c4-7a8a7dcb511e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=084fa754-6b4a-4629-91c4-7a8a7dcb511e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:18:22.956Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-13T10:18:22.956Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:22.959Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:22.959Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064302956,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d084fa754-6b4a-4629-91c4-7a8a7dcb511e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T10:18:23.059Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:18:23.060Z||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-09-13T10:18:23.060Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:23.080Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:18:23.081Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 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-09-13T10:18:23.986Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:18:23.987Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|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-09-13T10:18:23.987Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:28.445Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:18:28.446Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:18:28.447Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"13a5f782-1528-4173-9aaf-9a6eaeb80ba3","serviceName":"Demo_pNF_cpHlyXZeXuaWocbH0vAU","serviceVersion":"1.0","serviceUUID":"00a866cd-93ed-4de9-8ab4-d977dca51009","serviceDescription":"catalog service description","serviceInvariantUUID":"5ae3772a-4649-432f-b9b5-2ab281664a2f","resources":[{"resourceInstanceName":"pNF e46539e8-8422 0","resourceName":"pNF e46539e8-8422","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"172231d3-e74a-432a-b616-dd071e76be6c","resourceInvariantUUID":"e48900d7-ccfe-4829-82b6-c0c90bb78e18","resourceCustomizationUUID":"f2dba52a-66f9-4d36-9d98-f17b1e9f8fe3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vf-license-model.xml","artifactChecksum":"MmRkMDM3ZjI1ODI0MGZiYWQwYzVkOGQ0ZmE4ZDAwZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c0bca2a-c84c-4157-bea3-b6267e24bc42","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/pNF.csar","artifactChecksum":"YWM2NDBlMGFhZGQwZjQ5MGQ0ZmQ5OWJmYjhjOWIyNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7d2022cd-3c8c-4786-aad3-6314828e6666","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"73c63719-1e4c-482b-90aa-89e2a48c2263","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vendor-license-model.xml","artifactChecksum":"YmMyYzZhNGFhYzdlOGY5N2UxYTViZjllMTU4YWY0YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f0e0898-7341-4444-8dec-ba3b4583807b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2539e121-1497-44df-ba34-cc61bb81c0df","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ac493e42-a698-4c6c-bf80-28b52af68cc2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCphlyxzexuawocbh0vau-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-template.yml","artifactChecksum":"M2E0NGZlYjMxZmFlZDg1ODlmN2Y5NjY1MDU4Nzg4MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a674867-c10e-4f7c-b93c-19506082bcc7","artifactVersion":"1"},{"artifactName":"service-DemoPnfCphlyxzexuawocbh0vau-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar","artifactChecksum":"NTBhYTM5YzNmYzg2MGFlNjE0ODhjOTI2ZmFhN2E2MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f38a0569-55fb-4332-b7a1-caed67210b0b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T10:18:28.449Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:18:28.449Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:28.451Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:28.452Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064303986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:28.552Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:18:28.553Z||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-09-13T10:18:28.553Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:28.572Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:18:28.573Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:18:29.452Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:18:29.453Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:29.455Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:29.456Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064303986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:29.556Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:18:29.557Z||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-09-13T10:18:29.557Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:29.574Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:18:29.574Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:18:30.456Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:18:30.457Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:30.460Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:30.460Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064303986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:30.560Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:18:30.561Z||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-09-13T10:18:30.561Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:30.580Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:18:30.581Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:18:31.460Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:18:31.462Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:31.464Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:31.464Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064303986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:31.565Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:18:31.565Z||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-09-13T10:18:31.566Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:31.581Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:18:31.582Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:18:32.465Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:18:32.466Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:32.469Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:32.469Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064303986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:32.569Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:18:32.570Z||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-09-13T10:18:32.570Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:32.586Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:18:32.587Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:18:33.470Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:18:33.471Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:33.474Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:33.474Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064303986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:33.574Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:18:33.575Z||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-09-13T10:18:33.575Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:33.596Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:18:33.597Z||pool-40-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:18:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:18:34.029Z||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-09-13T10:18:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:34.063Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:18:34.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "cds",
  "timestamp": 1663064193542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "cds",
  "timestamp": 1663064193542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "cds",
  "timestamp": 1663064193542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "cds",
  "timestamp": 1663064193542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "cds",
  "timestamp": 1663064193542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "cds",
  "timestamp": 1663064193542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064200842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "cds",
  "timestamp": 1663064193542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064200842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "cds",
  "timestamp": 1663064193542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:18:34.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064200842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064203463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "cds",
  "timestamp": 1663064205631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:18:34.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:18:34.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064200842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064203463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064200842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064203463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064200842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064203463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064200842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064203463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064200842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:18:34.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064203463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064203463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064203463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:18:34.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064212225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:18:34.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:18:34.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064214117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:18:34.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:18:34.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "aai-ml",
  "timestamp": 1663064215469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064215121,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:18:34.101Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13a5f782-1528-4173-9aaf-9a6eaeb80ba3
2022-09-13T10:18:34.101Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13a5f782-1528-4173-9aaf-9a6eaeb80ba3 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-09-13T10:18:34.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "aai-ml",
  "timestamp": 1663064215469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "aai-ml",
  "timestamp": 1663064215469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "aai-ml",
  "timestamp": 1663064215469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "aai-ml",
  "timestamp": 1663064215469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "aai-ml",
  "timestamp": 1663064215469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "aai-ml",
  "timestamp": 1663064215469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "aai-ml",
  "timestamp": 1663064215469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:18:34.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:18:34.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "aai-ml",
  "timestamp": 1663064224205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:18:34.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:18:34.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "aai-ml",
  "timestamp": 1663064225215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T10:18:34.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:18:34.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "aai-ml",
  "timestamp": 1663064226220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T10:18:34.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:18:34.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "aai-ml",
  "timestamp": 1663064227225,
  "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-09-13T10:18:34.122Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 13a5f782-1528-4173-9aaf-9a6eaeb80ba3
2022-09-13T10:18:34.123Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13a5f782-1528-4173-9aaf-9a6eaeb80ba3 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-09-13T10:18:34.478Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:18:34.479Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:34.513Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:34.518Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064303986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.613Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-13T10:18:34.614Z||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-09-13T10:18:34.615Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:34.651Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:18:34.652Z||pool-41-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:18:35.519Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:18:35.520Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:35.522Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:35.522Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064303986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:18:35.623Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:18:35.624Z||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-09-13T10:18:35.624Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:35.641Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:18:35.641Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:18:36.524Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "serviceName": "Demo_pNF_cpHlyXZeXuaWocbH0vAU",
  "serviceVersion": "1.0",
  "serviceUUID": "00a866cd-93ed-4de9-8ab4-d977dca51009",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5ae3772a-4649-432f-b9b5-2ab281664a2f",
  "resources": [
    {
      "resourceInstanceName": "pNF e46539e8-8422 0",
      "resourceCustomizationUUID": "f2dba52a-66f9-4d36-9d98-f17b1e9f8fe3",
      "resourceName": "pNF e46539e8-8422",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "172231d3-e74a-432a-b616-dd071e76be6c",
      "resourceInvariantUUID": "e48900d7-ccfe-4829-82b6-c0c90bb78e18",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
      "artifactChecksum": "NTBhYTM5YzNmYzg2MGFlNjE0ODhjOTI2ZmFhN2E2MDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f38a0569-55fb-4332-b7a1-caed67210b0b"
    }
  ],
  "workloadContext": "Production"
}
2022-09-13T10:18:36.524Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T10:18:36.525Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 00a866cd-93ed-4de9-8ab4-d977dca51009 ASDC
2022-09-13T10:18:36.525Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:13a5f782-1528-4173-9aaf-9a6eaeb80ba3
ServiceName:Demo_pNF_cpHlyXZeXuaWocbH0vAU
ServiceVersion:1.0
ServiceUUID:00a866cd-93ed-4de9-8ab4-d977dca51009
ServiceInvariantUUID:5ae3772a-4649-432f-b9b5-2ab281664a2f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
ArtifactUUID:f38a0569-55fb-4332-b7a1-caed67210b0b
ArtifactChecksum:NTBhYTM5YzNmYzg2MGFlNjE0ODhjOTI2ZmFhN2E2MDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e46539e8-8422 0
ResourceCustomizationUUID:f2dba52a-66f9-4d36-9d98-f17b1e9f8fe3
ResourceInvariantUUID:e48900d7-ccfe-4829-82b6-c0c90bb78e18
ResourceName:pNF e46539e8-8422
ResourceType:PNF
ResourceUUID:172231d3-e74a-432a-b616-dd071e76be6c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-13T10:18:36.526Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00a866cd-93ed-4de9-8ab4-d977dca51009 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-09-13T10:18:36.555Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:18:36.556Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:18:36.556Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:18:36.556Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f38a0569-55fb-4332-b7a1-caed67210b0b from URL: /sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:36.556Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-13T10:18:36.557Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:36.642Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-13T10:18:36.643Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar f38a0569-55fb-4332-b7a1-caed67210b0b 87793
2022-09-13T10:18:36.644Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar ASDC sendASDCNotification
2022-09-13T10:18:36.644Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:36.644Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:18:36.645Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:36.647Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:36.647Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064316644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:18:36.748Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:18:36.749Z||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-09-13T10:18:36.749Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:36.766Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:18:36.767Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:18:37.648Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:18:37.650Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:18:37.650Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f38a0569-55fb-4332-b7a1-caed67210b0b, URL: /sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar to file: /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:37.651Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:37.652Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:37.652Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:37.884Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12273228974853897103/Definitions/service-DemoPnfCphlyxzexuawocbh0vau-template.yml
2022-09-13T10:18:38.735Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T10:18:38.736Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-13T10:18:38.736Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:38.736Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-13T10:18:38.736Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:38.737Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e46539e8-8422 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-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:38.737Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:38.737Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:38.738Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|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-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:38.738Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|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-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:38.738Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|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-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:38.738Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-13T10:18:38.739Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:18:38.739Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_cpHlyXZeXuaWocbH0vAU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:18:38.740Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Node template pNF e46539e8-8422 0 is matching search criteria
2022-09-13T10:18:38.740Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-13T10:18:38.740Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF e46539e8-8422 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:18:38.741Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:18:38.741Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_cpHlyXZeXuaWocbH0vAU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:18:38.741Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Node template pNF e46539e8-8422 0 is matching search criteria
2022-09-13T10:18:38.742Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-13T10:18:38.742Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF e46539e8-8422 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:18:38.742Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:18:38.743Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_cpHlyXZeXuaWocbH0vAU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:18:38.743Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:18:38.743Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_cpHlyXZeXuaWocbH0vAU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:18:38.743Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:18:38.744Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_cpHlyXZeXuaWocbH0vAU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:18:38.744Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:18:38.744Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_cpHlyXZeXuaWocbH0vAU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:18:38.744Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:18:38.744Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_cpHlyXZeXuaWocbH0vAU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:18:38.745Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_cpHlyXZeXuaWocbH0vAU
Description:catalog service description
Model UUID:00a866cd-93ed-4de9-8ab4-d977dca51009
Model Version:NULL
Model InvariantUuid:5ae3772a-4649-432f-b9b5-2ab281664a2f
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-09-13T10:18:38.757Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 172231d3-e74a-432a-b616-dd071e76be6c
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-09-13T10:18:38.762Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||pNF e46539e8-8422 0
2022-09-13T10:18:38.762Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 172231d3-e74a-432a-b616-dd071e76be6c
2022-09-13T10:18:38.763Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 00a866cd-93ed-4de9-8ab4-d977dca51009
2022-09-13T10:18:38.764Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 00a866cd-93ed-4de9-8ab4-d977dca51009
2022-09-13T10:18:38.764Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e46539e8-8422 0 172231d3-e74a-432a-b616-dd071e76be6c 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-09-13T10:18:38.774Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e5ee39e, org.onap.sdc.toscaparser.api.parameters.Input@46042073, org.onap.sdc.toscaparser.api.parameters.Input@56b319c5, org.onap.sdc.toscaparser.api.parameters.Input@e3cfb1c, org.onap.sdc.toscaparser.api.parameters.Input@7707ab56]
2022-09-13T10:18:38.774Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:18:38.775Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_cpHlyXZeXuaWocbH0vAU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:18:38.775Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 00a866cd-93ed-4de9-8ab4-d977dca51009: pNF e46539e8-8422
2022-09-13T10:18:38.775Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||Processing PNF resource: 172231d3-e74a-432a-b616-dd071e76be6c
2022-09-13T10:18:38.776Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:18:38.776Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_cpHlyXZeXuaWocbH0vAU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:18:38.776Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||Resource customization UUID: f2dba52a-66f9-4d36-9d98-f17b1e9f8fe3 is the same as notified resource customizationUUID: f2dba52a-66f9-4d36-9d98-f17b1e9f8fe3
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-09-13T10:18:38.841Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e46539e8-8422 172231d3-e74a-432a-b616-dd071e76be6c 0 ASDC deployResourceStructure
2022-09-13T10:18:38.842Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar ASDC sendASDCNotification
2022-09-13T10:18:38.842Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:38.842Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:18:38.843Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:38.845Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:38.845Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064318842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:18:38.945Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:18:38.946Z||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-09-13T10:18:38.946Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:38.964Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:18:38.965Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:18:39.846Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13a5f782-1528-4173-9aaf-9a6eaeb80ba3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:18:39.860Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13a5f782-1528-4173-9aaf-9a6eaeb80ba3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:18:39.867Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:18:39.867Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T10:18:39.868Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T10:18:39.868Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T10:18:39.868Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-13T10:18:39.868Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|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-09-13T10:18:39.874Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T10:19:09.874Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13a5f782-1528-4173-9aaf-9a6eaeb80ba3 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-09-13T10:19:09.882Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13a5f782-1528-4173-9aaf-9a6eaeb80ba3 and serviceModelVersionId: 00a866cd-93ed-4de9-8ab4-d977dca51009
2022-09-13T10:19:09.882Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ae3772a-4649-432f-b9b5-2ab281664a2f
2022-09-13T10:19:09.883Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ae3772a-4649-432f-b9b5-2ab281664a2f/model-vers/model-ver/00a866cd-93ed-4de9-8ab4-d977dca51009?depth=0
2022-09-13T10:19:09.886Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T10:19:09.934Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5ae3772a-4649-432f-b9b5-2ab281664a2f/model-vers/model-ver/00a866cd-93ed-4de9-8ab4-d977dca51009?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-09-13T10:19:09.936Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5ae3772a-4649-432f-b9b5-2ab281664a2f/model-vers/model-ver/00a866cd-93ed-4de9-8ab4-d977dca51009?depth=0|INFO|500||Invoke
2022-09-13T10:19:09.942Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5ae3772a-4649-432f-b9b5-2ab281664a2f/model-vers/model-ver/00a866cd-93ed-4de9-8ab4-d977dca51009?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-13T10:19:09.945Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5ae3772a-4649-432f-b9b5-2ab281664a2f/model-vers/model-ver/00a866cd-93ed-4de9-8ab4-d977dca51009?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-13T10:19:09.945Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5ae3772a-4649-432f-b9b5-2ab281664a2f/model-vers/model-ver/00a866cd-93ed-4de9-8ab4-d977dca51009?depth=0 has http status code:503 and response headers:{date=[Tue, 13 Sep 2022 10:19:09 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-13T10:19:09.946Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111

2022-09-13T10:19:09.948Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=13a5f782-1528-4173-9aaf-9a6eaeb80ba3 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:19:09.948Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=13a5f782-1528-4173-9aaf-9a6eaeb80ba3 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	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)
2022-09-13T10:19:09.948Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=13a5f782-1528-4173-9aaf-9a6eaeb80ba3 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:19:09.948Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=13a5f782-1528-4173-9aaf-9a6eaeb80ba3 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-09-13T10:19:09.954Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T10:19:09.954Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13a5f782-1528-4173-9aaf-9a6eaeb80ba3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=13a5f782-1528-4173-9aaf-9a6eaeb80ba3 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:19:09.955Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-13T10:19:09.955Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:19:09.957Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:19:09.957Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064349955,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d13a5f782-1528-4173-9aaf-9a6eaeb80ba3 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T10:19:10.058Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:19:10.058Z||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-09-13T10:19:10.059Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:19:10.080Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:19:10.080Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 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-09-13T10:19:10.975Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:19:10.976Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|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-09-13T10:19:10.976Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:19:11.612Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:19:11.613Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:19:11.613Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d0a04c1-b66e-4746-aee8-b553d935438c","serviceName":"Demo_pNF_RFyRFboBtpL6mJ7Fu7dN","serviceVersion":"1.0","serviceUUID":"ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4","serviceDescription":"catalog service description","serviceInvariantUUID":"ffb34dad-ae3d-464e-baf3-15d002a3a4d7","resources":[{"resourceInstanceName":"pNF b360cbd0-cc42 0","resourceName":"pNF b360cbd0-cc42","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5ed647d9-c818-4d65-a41c-29e16c1d8e9e","resourceInvariantUUID":"40524b2a-f798-409c-b047-7baa7124b6cc","resourceCustomizationUUID":"3afb71a9-0c11-444a-a070-1cdbe0f17360","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/vf-license-model.xml","artifactChecksum":"MWRmOWY4OWI3Y2UwZDY2ZjIxNWI0ODZjMmRmYTYxOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83c4864f-de24-44b8-8c0e-c6c35d611124","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/pNF.csar","artifactChecksum":"YWM2NDBlMGFhZGQwZjQ5MGQ0ZmQ5OWJmYjhjOWIyNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b712eebc-cfc1-4cc7-85c8-0613bc28ec24","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"49b1ff2c-6387-42ac-971e-170b1b566aec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/vendor-license-model.xml","artifactChecksum":"ZDk1ZmJmZmM4MDlhMTc5NzFlOTJjODY4YjRhY2ExZmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fbfd035c-0833-4cb6-9bdb-a68ce2eb2dbf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"56ef9e04-d666-405c-b083-ccf56e659e23","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad627ce8-d778-4710-8132-853964a11f51","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRfyrfbobtpl6mj7fu7dn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-template.yml","artifactChecksum":"NmQzZmQ0ZTk4NTYwYWIxNTkzNTNmYTc0Y2JlMjA1NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6bca5472-04a1-456e-b3c6-b2765f2225ee","artifactVersion":"1"},{"artifactName":"service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar","artifactChecksum":"OTg5MjJiM2QxY2M5ZTAxYzgxZTA2NjNjYmJjOGVjMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fcb0adb4-eb0d-410e-b27e-cba7e01e0744","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T10:19:11.619Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:19:11.620Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:19:11.622Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:19:11.622Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064350975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:19:11.722Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:19:11.723Z||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-09-13T10:19:11.723Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:19:11.741Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:19:11.741Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:19:12.622Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:19:12.623Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:19:12.625Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:19:12.626Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064350975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:19:12.725Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:19:12.726Z||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-09-13T10:19:12.726Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:19:12.741Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:19:12.742Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:19:13.627Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:19:13.627Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:19:13.629Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:19:13.630Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064350975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:19:13.730Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:19:13.731Z||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-09-13T10:19:13.731Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:19:13.759Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:19:13.761Z||pool-48-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:19:14.630Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:19:14.631Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:19:14.634Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:19:14.634Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064350975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:19:14.734Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:19:14.735Z||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-09-13T10:19:14.736Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:19:14.753Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:19:14.754Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:19:15.635Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:19:15.636Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:19:15.638Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:19:15.638Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064350975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:19:15.738Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:19:15.739Z||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-09-13T10:19:15.740Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:19:15.754Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:19:15.754Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:19:16.639Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:19:16.640Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:19:16.642Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:19:16.642Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064350975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:19:16.742Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:19:16.743Z||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-09-13T10:19:16.743Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:19:16.765Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:19:16.766Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:19:17.643Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:19:17.644Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:19:17.646Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:19:17.647Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064350975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:19:17.747Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:19:17.748Z||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-09-13T10:19:17.748Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:19:17.769Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:19:17.770Z||pool-52-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:19:18.647Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:19:18.648Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:19:18.650Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:19:18.650Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064350975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:19:18.751Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-13T10:19:18.752Z||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-09-13T10:19:18.752Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:19:18.768Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:19:18.769Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:19:19.652Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "serviceName": "Demo_pNF_RFyRFboBtpL6mJ7Fu7dN",
  "serviceVersion": "1.0",
  "serviceUUID": "ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ffb34dad-ae3d-464e-baf3-15d002a3a4d7",
  "resources": [
    {
      "resourceInstanceName": "pNF b360cbd0-cc42 0",
      "resourceCustomizationUUID": "3afb71a9-0c11-444a-a070-1cdbe0f17360",
      "resourceName": "pNF b360cbd0-cc42",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5ed647d9-c818-4d65-a41c-29e16c1d8e9e",
      "resourceInvariantUUID": "40524b2a-f798-409c-b047-7baa7124b6cc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
      "artifactChecksum": "OTg5MjJiM2QxY2M5ZTAxYzgxZTA2NjNjYmJjOGVjMzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fcb0adb4-eb0d-410e-b27e-cba7e01e0744"
    }
  ],
  "workloadContext": "Production"
}
2022-09-13T10:19:19.652Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T10:19:19.652Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4 ASDC
2022-09-13T10:19:19.653Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3d0a04c1-b66e-4746-aee8-b553d935438c
ServiceName:Demo_pNF_RFyRFboBtpL6mJ7Fu7dN
ServiceVersion:1.0
ServiceUUID:ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4
ServiceInvariantUUID:ffb34dad-ae3d-464e-baf3-15d002a3a4d7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
ArtifactUUID:fcb0adb4-eb0d-410e-b27e-cba7e01e0744
ArtifactChecksum:OTg5MjJiM2QxY2M5ZTAxYzgxZTA2NjNjYmJjOGVjMzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b360cbd0-cc42 0
ResourceCustomizationUUID:3afb71a9-0c11-444a-a070-1cdbe0f17360
ResourceInvariantUUID:40524b2a-f798-409c-b047-7baa7124b6cc
ResourceName:pNF b360cbd0-cc42
ResourceType:PNF
ResourceUUID:5ed647d9-c818-4d65-a41c-29e16c1d8e9e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-13T10:19:19.653Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4 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-09-13T10:19:19.684Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:19:19.684Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:19:19.685Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:19:19.685Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fcb0adb4-eb0d-410e-b27e-cba7e01e0744 from URL: /sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
2022-09-13T10:19:19.685Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-13T10:19:19.685Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
2022-09-13T10:19:19.745Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-13T10:19:19.746Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar fcb0adb4-eb0d-410e-b27e-cba7e01e0744 87779
2022-09-13T10:19:19.747Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar ASDC sendASDCNotification
2022-09-13T10:19:19.747Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
2022-09-13T10:19:19.747Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:19:19.747Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:19:19.750Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:19:19.750Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064359747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:19:19.850Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:19:19.851Z||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-09-13T10:19:19.851Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:19:19.871Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:19:19.871Z||pool-54-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:19:20.751Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:19:20.752Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:19:20.752Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: fcb0adb4-eb0d-410e-b27e-cba7e01e0744, URL: /sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar to file: /app/ASDC/1/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
2022-09-13T10:19:20.753Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
2022-09-13T10:19:20.753Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
2022-09-13T10:19:20.753Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
2022-09-13T10:19:20.881Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11453457053236501307/Definitions/service-DemoPnfRfyrfbobtpl6mj7fu7dn-template.yml
2022-09-13T10:19:21.654Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T10:19:21.655Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-13T10:19:21.655Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
2022-09-13T10:19:21.655Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-13T10:19:21.656Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b360cbd0-cc42 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-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
2022-09-13T10:19:21.656Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
2022-09-13T10:19:21.656Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
2022-09-13T10:19:21.656Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
2022-09-13T10:19:21.656Z|3d0a04c1-b66e-4746-aee8-b553d935438c|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-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
2022-09-13T10:19:21.656Z|3d0a04c1-b66e-4746-aee8-b553d935438c|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-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
2022-09-13T10:19:21.656Z|3d0a04c1-b66e-4746-aee8-b553d935438c|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-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
2022-09-13T10:19:21.657Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-13T10:19:21.657Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:19:21.657Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RFyRFboBtpL6mJ7Fu7dN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:19:21.657Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Node template pNF b360cbd0-cc42 0 is matching search criteria
2022-09-13T10:19:21.658Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-13T10:19:21.658Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF b360cbd0-cc42 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:19:21.658Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:19:21.658Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RFyRFboBtpL6mJ7Fu7dN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:19:21.659Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Node template pNF b360cbd0-cc42 0 is matching search criteria
2022-09-13T10:19:21.659Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-13T10:19:21.659Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF b360cbd0-cc42 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:19:21.659Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:19:21.659Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RFyRFboBtpL6mJ7Fu7dN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:19:21.660Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:19:21.660Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RFyRFboBtpL6mJ7Fu7dN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:19:21.660Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:19:21.660Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RFyRFboBtpL6mJ7Fu7dN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:19:21.660Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:19:21.661Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RFyRFboBtpL6mJ7Fu7dN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:19:21.661Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:19:21.661Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RFyRFboBtpL6mJ7Fu7dN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:19:21.661Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_RFyRFboBtpL6mJ7Fu7dN
Description:catalog service description
Model UUID:ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4
Model Version:NULL
Model InvariantUuid:ffb34dad-ae3d-464e-baf3-15d002a3a4d7
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-09-13T10:19:21.672Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5ed647d9-c818-4d65-a41c-29e16c1d8e9e
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-09-13T10:19:21.676Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||pNF b360cbd0-cc42 0
2022-09-13T10:19:21.676Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5ed647d9-c818-4d65-a41c-29e16c1d8e9e
2022-09-13T10:19:21.676Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||No resources found for Service: ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4
2022-09-13T10:19:21.676Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4
2022-09-13T10:19:21.676Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b360cbd0-cc42 0 5ed647d9-c818-4d65-a41c-29e16c1d8e9e 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-09-13T10:19:21.682Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@610c9ff8, org.onap.sdc.toscaparser.api.parameters.Input@1618fa3a, org.onap.sdc.toscaparser.api.parameters.Input@7da716ae, org.onap.sdc.toscaparser.api.parameters.Input@42529b2, org.onap.sdc.toscaparser.api.parameters.Input@1539591]
2022-09-13T10:19:21.682Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:19:21.682Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RFyRFboBtpL6mJ7Fu7dN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:19:21.683Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4: pNF b360cbd0-cc42
2022-09-13T10:19:21.683Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||Processing PNF resource: 5ed647d9-c818-4d65-a41c-29e16c1d8e9e
2022-09-13T10:19:21.683Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:19:21.683Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RFyRFboBtpL6mJ7Fu7dN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:19:21.683Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||Resource customization UUID: 3afb71a9-0c11-444a-a070-1cdbe0f17360 is the same as notified resource customizationUUID: 3afb71a9-0c11-444a-a070-1cdbe0f17360
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-09-13T10:19:21.728Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b360cbd0-cc42 5ed647d9-c818-4d65-a41c-29e16c1d8e9e 0 ASDC deployResourceStructure
2022-09-13T10:19:21.728Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar ASDC sendASDCNotification
2022-09-13T10:19:21.728Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar
2022-09-13T10:19:21.729Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:19:21.729Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:19:21.731Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:19:21.731Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064361728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:19:21.831Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:19:21.832Z||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-09-13T10:19:21.832Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:19:21.852Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:19:21.853Z||pool-55-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:19:22.732Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d0a04c1-b66e-4746-aee8-b553d935438c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:19:22.748Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d0a04c1-b66e-4746-aee8-b553d935438c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:19:22.752Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:19:22.752Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:19:22.752Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:19:34.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:19:34.030Z||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-09-13T10:19:34.031Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:19:34.122Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:19:34.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:19:34.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064302956,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d084fa754-6b4a-4629-91c4-7a8a7dcb511e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T10:19:34.125Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:19:34.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:19:34.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064303986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:19:34.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:19:34.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:19:34.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064303986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:19:34.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:19:34.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:19:34.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064303986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:19:34.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:19:34.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:19:34.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064303986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:19:34.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:19:34.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:19:34.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064303986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:19:34.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:19:34.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:19:34.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064303986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:19:34.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:19:52.752Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d0a04c1-b66e-4746-aee8-b553d935438c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:19:52.764Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d0a04c1-b66e-4746-aee8-b553d935438c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:19:52.766Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:19:52.766Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:19:52.766Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:20:22.767Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d0a04c1-b66e-4746-aee8-b553d935438c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:20:22.778Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d0a04c1-b66e-4746-aee8-b553d935438c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:20:22.780Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:20:22.780Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:20:22.780Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:20:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:20:34.029Z||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-09-13T10:20:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:20:34.610Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:20:34.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064303986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064303986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:20:34.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064316644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:20:34.614Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:20:34.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064318842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:20:34.614Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:20:34.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064320842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064323463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064320842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064323463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064320842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.617Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064323463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.618Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064320842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.618Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064323463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.618Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064320842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.619Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "cds",
  "timestamp": 1663064328543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.619Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064323463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.620Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064320842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.620Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "cds",
  "timestamp": 1663064328543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064323463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064320842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "cds",
  "timestamp": 1663064328543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064323463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064320842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:20:34.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "cds",
  "timestamp": 1663064328543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064323463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:20:34.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "cds",
  "timestamp": 1663064328543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064332291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:20:34.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:20:34.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "cds",
  "timestamp": 1663064328543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "cds",
  "timestamp": 1663064328543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064334196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:20:34.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:20:34.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "aai-ml",
  "timestamp": 1663064335469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "cds",
  "timestamp": 1663064328543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:20:34.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064335203,
  "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-09-13T10:20:34.639Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d0a04c1-b66e-4746-aee8-b553d935438c
2022-09-13T10:20:34.639Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d0a04c1-b66e-4746-aee8-b553d935438c 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-09-13T10:20:34.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "aai-ml",
  "timestamp": 1663064335469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "cds",
  "timestamp": 1663064337281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:20:34.652Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:20:34.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "aai-ml",
  "timestamp": 1663064335469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "aai-ml",
  "timestamp": 1663064335469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "aai-ml",
  "timestamp": 1663064335469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "aai-ml",
  "timestamp": 1663064335469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "aai-ml",
  "timestamp": 1663064335469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "aai-ml",
  "timestamp": 1663064335469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:20:34.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "aai-ml",
  "timestamp": 1663064344208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:20:34.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:20:34.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "aai-ml",
  "timestamp": 1663064345214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T10:20:34.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:20:34.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "aai-ml",
  "timestamp": 1663064346219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T10:20:34.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:20:34.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "aai-ml",
  "timestamp": 1663064347224,
  "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-09-13T10:20:34.663Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3d0a04c1-b66e-4746-aee8-b553d935438c
2022-09-13T10:20:34.663Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d0a04c1-b66e-4746-aee8-b553d935438c 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-09-13T10:20:34.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064349955,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d13a5f782-1528-4173-9aaf-9a6eaeb80ba3 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T10:20:34.682Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:20:34.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064350975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064350975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064350975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064350975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064350975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064350975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/resourceInstances/pnfb360cbd0cc420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064350975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:20:34.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064350975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:20:34.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:20:34.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064359747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:20:34.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:20:34.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:20:34.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064361728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRfyrfbobtpl6mj7fu7dn/1.0/artifacts/service-DemoPnfRfyrfbobtpl6mj7fu7dn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:20:34.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:20:52.781Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d0a04c1-b66e-4746-aee8-b553d935438c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:20:52.792Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d0a04c1-b66e-4746-aee8-b553d935438c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:20:52.795Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:20:52.795Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T10:20:52.795Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T10:20:52.796Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T10:20:52.796Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-13T10:20:52.796Z|3d0a04c1-b66e-4746-aee8-b553d935438c|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-09-13T10:20:52.803Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T10:21:22.803Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d0a04c1-b66e-4746-aee8-b553d935438c 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-09-13T10:21:22.809Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d0a04c1-b66e-4746-aee8-b553d935438c and serviceModelVersionId: ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4
2022-09-13T10:21:22.809Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ffb34dad-ae3d-464e-baf3-15d002a3a4d7
2022-09-13T10:21:22.810Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ffb34dad-ae3d-464e-baf3-15d002a3a4d7/model-vers/model-ver/ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4?depth=0
2022-09-13T10:21:22.814Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T10:21:22.856Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ffb34dad-ae3d-464e-baf3-15d002a3a4d7/model-vers/model-ver/ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4?depth=0|INFO|500||Invoke
2022-09-13T10:21:22.856Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ffb34dad-ae3d-464e-baf3-15d002a3a4d7/model-vers/model-ver/ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ffb34dad-ae3d-464e-baf3-15d002a3a4d7/model-vers/model-ver/ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d0a04c1-b66e-4746-aee8-b553d935438c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[958c0884-3c51-4e32-a3bd-1d7304e64eb0], X-ECOMP-RequestID=[3d0a04c1-b66e-4746-aee8-b553d935438c], X-TransactionId=[], X-ONAP-RequestID=[3d0a04c1-b66e-4746-aee8-b553d935438c], Content-Type=[application/merge-patch+json]}
2022-09-13T10:21:22.861Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ffb34dad-ae3d-464e-baf3-15d002a3a4d7/model-vers/model-ver/ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-13T10:21:22.863Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ffb34dad-ae3d-464e-baf3-15d002a3a4d7/model-vers/model-ver/ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ffb34dad-ae3d-464e-baf3-15d002a3a4d7/model-vers/model-ver/ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4?depth=0 has http status code:503 and response headers:{date=[Tue, 13 Sep 2022 10:21:22 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-13T10:21:22.864Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ffb34dad-ae3d-464e-baf3-15d002a3a4d7/model-vers/model-ver/ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111

2022-09-13T10:21:22.864Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ffb34dad-ae3d-464e-baf3-15d002a3a4d7/model-vers/model-ver/ea21fe1a-5641-4a0d-86eb-fa2ebf5c30e4?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-13T10:21:22.866Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=3d0a04c1-b66e-4746-aee8-b553d935438c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:21:22.867Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=3d0a04c1-b66e-4746-aee8-b553d935438c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	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)
2022-09-13T10:21:22.867Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=3d0a04c1-b66e-4746-aee8-b553d935438c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:21:22.867Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=3d0a04c1-b66e-4746-aee8-b553d935438c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-09-13T10:21:22.873Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T10:21:22.873Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d0a04c1-b66e-4746-aee8-b553d935438c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=3d0a04c1-b66e-4746-aee8-b553d935438c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:21:22.873Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-13T10:21:22.873Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:21:22.875Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:21:22.875Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064482873,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d3d0a04c1-b66e-4746-aee8-b553d935438c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T10:21:22.975Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:21:22.976Z||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-09-13T10:21:22.977Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:21:23.000Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:21:23.001Z||pool-56-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-13T10:21:23.891Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:21:23.892Z|3d0a04c1-b66e-4746-aee8-b553d935438c|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-09-13T10:21:23.892Z|3d0a04c1-b66e-4746-aee8-b553d935438c|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:21:33.442Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:21:33.443Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:21:33.443Z|3d0a04c1-b66e-4746-aee8-b553d935438c|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-09-13T10:21:33.443Z|3d0a04c1-b66e-4746-aee8-b553d935438c|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:21:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:21:34.030Z||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-09-13T10:21:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:21:34.689Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:21:34.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T10:21:34.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d0a04c1-b66e-4746-aee8-b553d935438c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064482873,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d3d0a04c1-b66e-4746-aee8-b553d935438c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T10:21:34.691Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:21:42.997Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:21:42.999Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:21:42.999Z|3d0a04c1-b66e-4746-aee8-b553d935438c|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-09-13T10:21:43.000Z|3d0a04c1-b66e-4746-aee8-b553d935438c|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:21:52.559Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:21:52.560Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:21:52.561Z|3d0a04c1-b66e-4746-aee8-b553d935438c|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-09-13T10:21:52.561Z|3d0a04c1-b66e-4746-aee8-b553d935438c|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:22:02.112Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:22:34.024Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:22:34.025Z|3d0a04c1-b66e-4746-aee8-b553d935438c|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-09-13T10:22:34.025Z|3d0a04c1-b66e-4746-aee8-b553d935438c|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:22:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:22:34.029Z||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-09-13T10:22:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:22:43.582Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:22:43.592Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:34.024Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:23:34.025Z|3d0a04c1-b66e-4746-aee8-b553d935438c|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-09-13T10:23:34.025Z|3d0a04c1-b66e-4746-aee8-b553d935438c|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:23:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:23:34.029Z||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-09-13T10:23:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:23:34.528Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:34.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064600842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "cds",
  "timestamp": 1663064598542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064593463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064600842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T10:23:34.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "cds",
  "timestamp": 1663064598542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064593463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064600842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-13T10:23:34.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "cds",
  "timestamp": 1663064598542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064593463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "aai-ml",
  "timestamp": 1663064605469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064600842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "cds",
  "timestamp": 1663064598542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064593463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "aai-ml",
  "timestamp": 1663064605469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064600842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-13T10:23:34.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "cds",
  "timestamp": 1663064598542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064593463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "aai-ml",
  "timestamp": 1663064605469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064600842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "cds",
  "timestamp": 1663064598542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064593463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "aai-ml",
  "timestamp": 1663064605469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "cds",
  "timestamp": 1663064598542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:23:34.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064600842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:23:34.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064593463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:23:34.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "aai-ml",
  "timestamp": 1663064605469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "cds",
  "timestamp": 1663064610648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:23:34.560Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:23:34.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064609072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:23:34.560Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:23:34.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064609490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:23:34.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:23:34.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "aai-ml",
  "timestamp": 1663064605469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064610146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:23:34.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:23:34.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "aai-ml",
  "timestamp": 1663064605469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:23:34.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:23:34.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064611255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:23:34.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:23:34.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "aai-ml",
  "timestamp": 1663064613216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:23:34.563Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:23:34.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064612286,
  "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-09-13T10:23:34.588Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
2022-09-13T10:23:34.589Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace 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-09-13T10:23:34.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064612747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:23:34.600Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:23:34.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "aai-ml",
  "timestamp": 1663064614223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T10:23:34.601Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:23:34.659Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:34.660Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:23:34.660Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3971a6d0-c9a0-4cff-87c0-bb2ecf29dace","serviceName":"vFW 2022-09-13 10-22-26","serviceVersion":"1.0","serviceUUID":"5b04ced6-d29c-4135-8213-f0e5bd995328","serviceDescription":"catalog service description","serviceInvariantUUID":"28b95a2f-3213-4c65-a249-56dcb8279839","resources":[{"resourceInstanceName":"vFW f18a55bf-042d 0","resourceName":"vFW f18a55bf-042d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"359b4f97-5017-46fc-8810-914da55ee709","resourceInvariantUUID":"90166460-f5a6-4752-afff-c89b0f5a4d6a","resourceCustomizationUUID":"e9ad0382-7a67-4f59-81e8-5418b4693e7f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vf-license-model.xml","artifactChecksum":"YmY1NjUwODYzZmRkNTlkM2M4YThiM2VkZjc4MjRhYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7e7af18b-2f27-403c-bd75-b4379a24c7cc","artifactVersion":"1"},{"artifactName":"vfwf18a55bf042d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json","artifactChecksum":"OGRlOTQ0ODM3Y2ZkNmM1MmQ4Y2RjODc4N2UzNjBiNTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"24a152a6-bc34-40cd-afca-d1b6b583def9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"52af4902-913c-42e1-8a1d-cad2274d7c08","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vendor-license-model.xml","artifactChecksum":"N2ZlOWU2YWZlZjRjZTk2NWRlZmVmODc1NTg2OGIyZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1a433280-67ec-4257-a0b4-9f385e9f4e92","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6434d7dd-f2e5-42cc-b2f4-1f5f48c90cab","artifactVersion":"2","generatedFromUUID":"52af4902-913c-42e1-8a1d-cad2274d7c08"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220913102226-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-template.yml","artifactChecksum":"MGQ0NzkzZmYyNzJlNzU4ZGUyNmEzYjBjZTcyYWFjNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a1623f0-02ed-48e5-b4b8-0ac98cc40345","artifactVersion":"1"},{"artifactName":"service-Vfw20220913102226-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar","artifactChecksum":"NmNhOTM2OTBhOThiNzUwN2MwYmFjNTMyMGQzYjFkMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"644e69c3-673f-4267-8770-5611f389fe39","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T10:23:34.664Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:23:34.664Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:23:34.667Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:23:34.667Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064614024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:34.767Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:23:34.768Z||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-09-13T10:23:34.768Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:23:34.792Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:34.794Z||pool-57-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:23:35.671Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:23:35.672Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:23:35.674Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:23:35.674Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064614024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T10:23:35.776Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-13T10:23:35.777Z||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-09-13T10:23:35.777Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:23:35.795Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:35.795Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:23:36.674Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:23:36.676Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:23:36.678Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:23:36.678Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064614024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-13T10:23:36.778Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:23:36.780Z||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-09-13T10:23:36.780Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:23:36.799Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:36.799Z||pool-59-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:23:37.679Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:23:37.680Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:23:37.682Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:23:37.682Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064614024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:37.783Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:23:37.784Z||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-09-13T10:23:37.785Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:23:37.804Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:37.805Z||pool-60-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:23:38.683Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:23:38.684Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:23:38.686Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:23:38.686Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064614024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-13T10:23:38.786Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:23:38.787Z||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-09-13T10:23:38.787Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:23:38.813Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:38.813Z||pool-61-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:23:39.687Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:23:39.688Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:23:39.690Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:23:39.691Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064614024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:23:39.791Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:23:39.792Z||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-09-13T10:23:39.792Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:23:39.841Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:39.842Z||pool-62-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:23:40.691Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:23:40.692Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:23:40.695Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:23:40.695Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064614024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:23:40.795Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:23:40.797Z||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-09-13T10:23:40.797Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:23:40.815Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:40.816Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:23:41.696Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "serviceName": "vFW 2022-09-13 10-22-26",
  "serviceVersion": "1.0",
  "serviceUUID": "5b04ced6-d29c-4135-8213-f0e5bd995328",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "28b95a2f-3213-4c65-a249-56dcb8279839",
  "resources": [
    {
      "resourceInstanceName": "vFW f18a55bf-042d 0",
      "resourceCustomizationUUID": "e9ad0382-7a67-4f59-81e8-5418b4693e7f",
      "resourceName": "vFW f18a55bf-042d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "359b4f97-5017-46fc-8810-914da55ee709",
      "resourceInvariantUUID": "90166460-f5a6-4752-afff-c89b0f5a4d6a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf18a55bf042d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json",
          "artifactChecksum": "OGRlOTQ0ODM3Y2ZkNmM1MmQ4Y2RjODc4N2UzNjBiNTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "24a152a6-bc34-40cd-afca-d1b6b583def9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "52af4902-913c-42e1-8a1d-cad2274d7c08",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6434d7dd-f2e5-42cc-b2f4-1f5f48c90cab",
            "generatedFromUUID": "52af4902-913c-42e1-8a1d-cad2274d7c08"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6434d7dd-f2e5-42cc-b2f4-1f5f48c90cab",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220913102226-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar",
      "artifactChecksum": "NmNhOTM2OTBhOThiNzUwN2MwYmFjNTMyMGQzYjFkMTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "644e69c3-673f-4267-8770-5611f389fe39"
    }
  ],
  "workloadContext": "Production"
}
2022-09-13T10:23:41.696Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T10:23:41.696Z|3d0a04c1-b66e-4746-aee8-b553d935438c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b04ced6-d29c-4135-8213-f0e5bd995328 ASDC
2022-09-13T10:23:41.697Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
ServiceName:vFW 2022-09-13 10-22-26
ServiceVersion:1.0
ServiceUUID:5b04ced6-d29c-4135-8213-f0e5bd995328
ServiceInvariantUUID:28b95a2f-3213-4c65-a249-56dcb8279839
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220913102226-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar
ArtifactUUID:644e69c3-673f-4267-8770-5611f389fe39
ArtifactChecksum:NmNhOTM2OTBhOThiNzUwN2MwYmFjNTMyMGQzYjFkMTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f18a55bf-042d 0
ResourceCustomizationUUID:e9ad0382-7a67-4f59-81e8-5418b4693e7f
ResourceInvariantUUID:90166460-f5a6-4752-afff-c89b0f5a4d6a
ResourceName:vFW f18a55bf-042d
ResourceType:VF
ResourceUUID:359b4f97-5017-46fc-8810-914da55ee709
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf18a55bf042d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json
ArtifactUUID:24a152a6-bc34-40cd-afca-d1b6b583def9
ArtifactChecksum:OGRlOTQ0ODM3Y2ZkNmM1MmQ4Y2RjODc4N2UzNjBiNTA=
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/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml
ArtifactUUID:52af4902-913c-42e1-8a1d-cad2274d7c08
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/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env
ArtifactUUID:6434d7dd-f2e5-42cc-b2f4-1f5f48c90cab
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/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env
ArtifactUUID:6434d7dd-f2e5-42cc-b2f4-1f5f48c90cab
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-13T10:23:41.697Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b04ced6-d29c-4135-8213-f0e5bd995328 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-09-13T10:23:41.738Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:23:41.739Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:23:41.740Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:23:41.740Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 644e69c3-673f-4267-8770-5611f389fe39 from URL: /sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar
2022-09-13T10:23:41.740Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-13T10:23:41.740Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar
2022-09-13T10:23:41.810Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-13T10:23:41.811Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar 644e69c3-673f-4267-8770-5611f389fe39 100665
2022-09-13T10:23:41.812Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar ASDC sendASDCNotification
2022-09-13T10:23:41.812Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar
2022-09-13T10:23:41.812Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:23:41.812Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:23:41.815Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:23:41.815Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064621812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:23:41.915Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:23:41.916Z||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-09-13T10:23:41.916Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:23:41.932Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:41.933Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:23:42.815Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:23:42.816Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:23:42.817Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 644e69c3-673f-4267-8770-5611f389fe39, URL: /sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar to file: /app/ASDC/1/service-Vfw20220913102226-csar.csar
2022-09-13T10:23:42.817Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220913102226-csar.csar
2022-09-13T10:23:42.818Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220913102226-csar.csar
2022-09-13T10:23:42.818Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220913102226-csar.csar
2022-09-13T10:23:43.028Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2195992350373651988/Definitions/service-Vfw20220913102226-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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-09-13T10:23:45.086Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T10:23:45.087Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-13T10:23:45.087Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220913102226-csar.csar
2022-09-13T10:23:45.087Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-13T10:23:45.088Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913102226-csar.csar
2022-09-13T10:23:45.088Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|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-Vfw20220913102226-csar.csar
2022-09-13T10:23:45.088Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|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-Vfw20220913102226-csar.csar
2022-09-13T10:23:45.088Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|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-Vfw20220913102226-csar.csar
2022-09-13T10:23:45.088Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913102226-csar.csar
2022-09-13T10:23:45.088Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913102226-csar.csar
2022-09-13T10:23:45.088Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|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-Vfw20220913102226-csar.csar
2022-09-13T10:23:45.088Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|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-Vfw20220913102226-csar.csar
2022-09-13T10:23:45.088Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|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-Vfw20220913102226-csar.csar
2022-09-13T10:23:45.088Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f18a55bf-042d 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220913102226-csar.csar
2022-09-13T10:23:45.088Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|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-Vfw20220913102226-csar.csar
2022-09-13T10:23:45.089Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-13T10:23:45.089Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:45.089Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-22-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:23:45.089Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is matching search criteria
2022-09-13T10:23:45.089Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-13T10:23:45.090Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f18a55bf-042d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:23:45.090Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:45.090Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-22-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:23:45.090Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is matching search criteria
2022-09-13T10:23:45.090Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-13T10:23:45.091Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f18a55bf-042d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:23:45.091Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:45.091Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-22-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:23:45.091Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:45.091Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is not matching search criteria
2022-09-13T10:23:45.091Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:23:45.092Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:23:45.092Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:23:45.092Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:23:45.092Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:23:45.092Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:23:45.092Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:23:45.092Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:23:45.093Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:23:45.093Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:23:45.093Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:23:45.093Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:23:45.093Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:23:45.093Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:23:45.093Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:23:45.093Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-13T10:23:45.094Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:45.094Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-22-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T10:23:45.094Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:45.094Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is matching search criteria
2022-09-13T10:23:45.094Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f18a55bf-042d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:23:45.095Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:45.095Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is matching search criteria
2022-09-13T10:23:45.095Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f18a55bf-042d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:23:45.095Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:45.095Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is matching search criteria
2022-09-13T10:23:45.095Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f18a55bf-042d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:23:45.096Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:45.096Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is not matching search criteria
2022-09-13T10:23:45.096Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:23:45.096Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:23:45.096Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-13T10:23:45.096Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:23:45.096Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:23:45.096Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:23:45.097Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:23:45.097Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:23:45.097Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:23:45.097Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:23:45.097Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:23:45.097Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c1ed7828-8b1e-4d4a-9f60-b145bd8ca170
2022-09-13T10:23:45.098Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:45.098Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is not matching search criteria
2022-09-13T10:23:45.098Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:23:45.098Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:23:45.098Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:23:45.098Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:23:45.098Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:23:45.098Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:23:45.099Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:23:45.099Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-13T10:23:45.099Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:23:45.099Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:23:45.099Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:23:45.099Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:23:45.099Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f3a01925-9908-44bd-b99a-c003e1093f30
2022-09-13T10:23:45.100Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:45.100Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is not matching search criteria
2022-09-13T10:23:45.100Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:23:45.100Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:23:45.100Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:23:45.100Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:23:45.100Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:23:45.101Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:23:45.101Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:23:45.101Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:23:45.101Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:23:45.101Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:23:45.101Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:23:45.101Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-13T10:23:45.102Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=51e5f119-a281-4ea0-951a-8122ef5b604d
2022-09-13T10:23:45.102Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:45.102Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-22-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:23:45.102Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:45.102Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-22-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:23:45.102Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:45.102Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-22-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:23:45.103Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:45.103Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-22-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:23:45.103Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-13 10-22-26
Description:catalog service description
Model UUID:5b04ced6-d29c-4135-8213-f0e5bd995328
Model Version:NULL
Model InvariantUuid:28b95a2f-3213-4c65-a249-56dcb8279839
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f18a55bf-042d
Model UUID:35bcbd72-95e8-4602-8092-db53e76e32e0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:90166460-f5a6-4752-afff-c89b0f5a4d6a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e9ad0382-7a67-4f59-81e8-5418b4693e7f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:879d8d25-9ab4-4803-9fe0-2e416e9c0124
ModelName:VfwF18a55bf042d..base_vfw..module-0
ModelUuid:474cddea-156d-43d4-af6b-8434d96f6e08
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c1ed7828-8b1e-4d4a-9f60-b145bd8ca170
ModelInvariantUuid:b67116c0-798b-48c1-a569-d3d99abf8857
ModelName:vFW f18a55bf-042d-nodes.vfwCvfc
ModelUuid:6933afa3-2a8e-401f-92c5-26b6687b5adf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:965a23c0-1204-434a-9880-4cc7ff96d744
ModelInvariantUuid:e20b9f48-ecb9-46c5-aa47-74e27692fc96
ModelName:VfwF18a55bf042d.compute.nodes.heat.vfw
ModelUuid:ae732c15-ba73-4ef0-a14e-b2bd616531fc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f3a01925-9908-44bd-b99a-c003e1093f30
ModelInvariantUuid:e94e64ee-36d3-4b3b-8494-5c9a43440748
ModelName:vFW f18a55bf-042d-nodes.vsnCvfc
ModelUuid:0f0a6440-776c-4d39-9da6-ebe9e34c0663
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b12a0868-a52b-435a-b09b-d606327e35c6
ModelInvariantUuid:14ab67a8-4351-48f6-83d4-b6a2448f5b50
ModelName:VfwF18a55bf042d.compute.nodes.heat.vsn
ModelUuid:8737b91e-edff-4582-b9b7-2834a5893628
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:51e5f119-a281-4ea0-951a-8122ef5b604d
ModelInvariantUuid:9955e47e-e0ad-4669-afe1-6c6fe4646806
ModelName:vFW f18a55bf-042d-nodes.vpgCvfc
ModelUuid:e32706ea-44c3-4095-bd69-c32382bb9fb1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:76f53ea7-b17e-47eb-9407-adecc4e4cdf9
ModelInvariantUuid:9e0d7eb4-5b23-4558-b849-9c491a5e462f
ModelName:VfwF18a55bf042d.compute.nodes.heat.vpg
ModelUuid:d592a03b-00db-4c1a-9932-06b59345dc49
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-09-13T10:23:45.111Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 359b4f97-5017-46fc-8810-914da55ee709
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-09-13T10:23:45.115Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||vFW f18a55bf-042d 0
2022-09-13T10:23:45.115Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 359b4f97-5017-46fc-8810-914da55ee709
2022-09-13T10:23:45.115Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 24a152a6-bc34-40cd-afca-d1b6b583def9 from URL: /sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json
2022-09-13T10:23:45.116Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-13T10:23:45.116Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json
2022-09-13T10:23:45.178Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-13T10:23:45.178Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json 24a152a6-bc34-40cd-afca-d1b6b583def9 785
2022-09-13T10:23:45.178Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json ASDC sendASDCNotification
2022-09-13T10:23:45.179Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json
2022-09-13T10:23:45.179Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:23:45.179Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:23:45.200Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:23:45.200Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064625178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:23:45.281Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-09-13T10:23:45.282Z||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-09-13T10:23:45.282Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:23:45.299Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:45.299Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:23:46.200Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF18a55bf042d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "879d8d25-9ab4-4803-9fe0-2e416e9c0124",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "474cddea-156d-43d4-af6b-8434d96f6e08",
    "vfModuleModelCustomizationUUID": "04b45dfb-9d43-45da-a45f-d79c983862b4",
    "isBase": true,
    "artifacts": [
      "52af4902-913c-42e1-8a1d-cad2274d7c08",
      "6434d7dd-f2e5-42cc-b2f4-1f5f48c90cab"
    ],
    "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-09-13T10:23:46.205Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF18a55bf042d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:474cddea-156d-43d4-af6b-8434d96f6e08
VfModuleModelInvariantUUID:879d8d25-9ab4-4803-9fe0-2e416e9c0124
VfModuleModelDescription:NULL
Artifacts UUID List:{
52af4902-913c-42e1-8a1d-cad2274d7c08
,
6434d7dd-f2e5-42cc-b2f4-1f5f48c90cab

}
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-09-13T10:23:46.207Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF18a55bf042d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "879d8d25-9ab4-4803-9fe0-2e416e9c0124",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "474cddea-156d-43d4-af6b-8434d96f6e08",
    "vfModuleModelCustomizationUUID": "04b45dfb-9d43-45da-a45f-d79c983862b4",
    "isBase": true,
    "artifacts": [
      "52af4902-913c-42e1-8a1d-cad2274d7c08",
      "6434d7dd-f2e5-42cc-b2f4-1f5f48c90cab"
    ],
    "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-09-13T10:23:46.207Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF18a55bf042d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:474cddea-156d-43d4-af6b-8434d96f6e08
VfModuleModelInvariantUUID:879d8d25-9ab4-4803-9fe0-2e416e9c0124
VfModuleModelDescription:NULL
Artifacts UUID List:{
52af4902-913c-42e1-8a1d-cad2274d7c08
,
6434d7dd-f2e5-42cc-b2f4-1f5f48c90cab

}
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-09-13T10:23:46.207Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 52af4902-913c-42e1-8a1d-cad2274d7c08 from URL: /sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml
2022-09-13T10:23:46.208Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-13T10:23:46.208Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml
2022-09-13T10:23:46.281Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-13T10:23:46.281Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml 52af4902-913c-42e1-8a1d-cad2274d7c08 20368
2022-09-13T10:23:46.282Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-13T10:23:46.282Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml
2022-09-13T10:23:46.282Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:23:46.282Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:23:46.285Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:23:46.285Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064626282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:23:46.385Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:23:46.386Z||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-09-13T10:23:46.386Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:23:46.404Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:46.404Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:23:47.286Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6434d7dd-f2e5-42cc-b2f4-1f5f48c90cab from URL: /sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env
2022-09-13T10:23:47.287Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-13T10:23:47.287Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env
2022-09-13T10:23:47.371Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-13T10:23:47.372Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env 6434d7dd-f2e5-42cc-b2f4-1f5f48c90cab 2098
2022-09-13T10:23:47.372Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-13T10:23:47.372Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env
2022-09-13T10:23:47.372Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:23:47.372Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:23:47.374Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:23:47.374Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064627372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:23:47.475Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:23:47.476Z||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-09-13T10:23:47.476Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:23:47.496Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:47.496Z||pool-67-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:23:48.375Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5b04ced6-d29c-4135-8213-f0e5bd995328
2022-09-13T10:23:48.376Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f18a55bf-042d 0 359b4f97-5017-46fc-8810-914da55ee709 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-09-13T10:23:48.397Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2253a1c1, org.onap.sdc.toscaparser.api.parameters.Input@13ad972e, org.onap.sdc.toscaparser.api.parameters.Input@11071d7b, org.onap.sdc.toscaparser.api.parameters.Input@2f404fae, org.onap.sdc.toscaparser.api.parameters.Input@1022ae2e]
2022-09-13T10:23:48.399Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.400Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-22-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:23:48.400Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-09-13T10:23:48.400Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e9ad0382-7a67-4f59-81e8-5418b4693e7f
2022-09-13T10:23:48.400Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e9ad0382-7a67-4f59-81e8-5418b4693e7f matches Tosca VF Customization UUID: e9ad0382-7a67-4f59-81e8-5418b4693e7f
2022-09-13T10:23:48.401Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e9ad0382-7a67-4f59-81e8-5418b4693e7f  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-09-13T10:23:48.404Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.404Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-22-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:23:48.405Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e9ad0382-7a67-4f59-81e8-5418b4693e7f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-13T10:23:48.405Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b1c71e4
2022-09-13T10:23:48.406Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.406Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-22-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T10:23:48.406Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 04b45dfb-9d43-45da-a45f-d79c983862b4
2022-09-13T10:23:48.407Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 04b45dfb-9d43-45da-a45f-d79c983862b4
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-09-13T10:23:48.410Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.410Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is matching search criteria
2022-09-13T10:23:48.410Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f18a55bf-042d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:23:48.411Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.411Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is matching search criteria
2022-09-13T10:23:48.411Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f18a55bf-042d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:23:48.412Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.412Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is not matching search criteria
2022-09-13T10:23:48.412Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:23:48.413Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:23:48.413Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-13T10:23:48.413Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:23:48.414Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:23:48.414Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:23:48.414Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:23:48.414Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:23:48.415Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:23:48.415Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:23:48.415Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:23:48.416Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c1ed7828-8b1e-4d4a-9f60-b145bd8ca170
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-09-13T10:23:48.418Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.418Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is matching search criteria
2022-09-13T10:23:48.419Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f18a55bf-042d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:23:48.419Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.419Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is not matching search criteria
2022-09-13T10:23:48.420Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:23:48.420Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:23:48.420Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:23:48.420Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:23:48.420Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:23:48.421Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:23:48.421Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:23:48.421Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-13T10:23:48.421Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:23:48.422Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:23:48.422Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:23:48.422Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:23:48.422Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f3a01925-9908-44bd-b99a-c003e1093f30
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-09-13T10:23:48.425Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.425Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is matching search criteria
2022-09-13T10:23:48.425Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f18a55bf-042d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:23:48.426Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.426Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is not matching search criteria
2022-09-13T10:23:48.426Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:23:48.426Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:23:48.426Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:23:48.426Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:23:48.427Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:23:48.427Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:23:48.427Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:23:48.427Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:23:48.427Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:23:48.427Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:23:48.428Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:23:48.428Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-13T10:23:48.428Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=51e5f119-a281-4ea0-951a-8122ef5b604d
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-09-13T10:23:48.430Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.430Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is matching search criteria
2022-09-13T10:23:48.430Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f18a55bf-042d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:23:48.431Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.431Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Node template vFW f18a55bf-042d 0 is matching search criteria
2022-09-13T10:23:48.431Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f18a55bf-042d 0] matching following query criteria: sdcType=VF, customizationUUID=e9ad0382-7a67-4f59-81e8-5418b4693e7f
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-09-13T10:23:48.433Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.433Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-22-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:23:48.433Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5b04ced6-d29c-4135-8213-f0e5bd995328: vFW f18a55bf-042d
2022-09-13T10:23:48.433Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.434Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-22-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:23:48.434Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.434Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-22-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:23:48.434Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.434Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-22-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:23:48.434Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.434Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-22-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:23:48.435Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:23:48.435Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-22-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:23:48.435Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-09-13 10-22-26 
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-09-13T10:23:48.637Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f18a55bf-042d 359b4f97-5017-46fc-8810-914da55ee709 1 ASDC deployResourceStructure
2022-09-13T10:23:48.637Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json ASDC sendASDCNotification
2022-09-13T10:23:48.637Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json
2022-09-13T10:23:48.637Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:23:48.638Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:23:48.640Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:23:48.640Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064628637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T10:23:48.741Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-13T10:23:48.742Z||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-09-13T10:23:48.742Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:23:48.766Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:48.766Z||pool-68-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:23:49.641Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-13T10:23:49.641Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml
2022-09-13T10:23:49.641Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:23:49.641Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:23:49.643Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:23:49.643Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064629640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T10:23:49.743Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:23:49.744Z||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-09-13T10:23:49.744Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:23:49.764Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:49.765Z||pool-69-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:23:50.644Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-13T10:23:50.645Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env
2022-09-13T10:23:50.645Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:23:50.645Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:23:50.647Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:23:50.647Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064630644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-13T10:23:50.747Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:23:50.748Z||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-09-13T10:23:50.748Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:23:50.765Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:50.766Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:23:51.648Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar ASDC sendASDCNotification
2022-09-13T10:23:51.648Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar
2022-09-13T10:23:51.648Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:23:51.648Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:23:51.650Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:23:51.650Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064631648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:23:51.750Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:23:51.751Z||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-09-13T10:23:51.752Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:23:51.774Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:23:51.775Z||pool-71-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:23:52.651Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:23:52.662Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:23:52.665Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:23:52.665Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:23:52.665Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:24:22.666Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:24:22.678Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:24:22.681Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:24:22.681Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:24:22.681Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:24:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:24:34.030Z||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-09-13T10:24:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:24:34.058Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:24:34.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:24:34.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064613291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T10:24:34.059Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:24:52.681Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:24:52.694Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:24:52.696Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:24:52.697Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:24:52.697Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:25:22.697Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:25:22.715Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:25:22.717Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:25:22.717Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:25:22.717Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:25:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:25:34.030Z||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-09-13T10:25:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:25:34.059Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:25:34.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:25:34.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064613752,
  "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-09-13T10:25:34.071Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
2022-09-13T10:25:34.072Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace 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-09-13T10:25:52.718Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:25:52.740Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:25:52.744Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:25:52.744Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:25:52.744Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:26:22.745Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:26:22.758Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:26:22.761Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:26:22.761Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:26:22.762Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:26:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:26:34.030Z||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-09-13T10:26:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:26:34.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:26:34.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:26:34.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "aai-ml",
  "timestamp": 1663064615227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T10:26:34.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:26:34.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:26:34.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064614024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:26:34.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:26:34.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:26:34.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "aai-ml",
  "timestamp": 1663064616232,
  "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-09-13T10:26:34.571Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
2022-09-13T10:26:34.571Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace 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-09-13T10:26:34.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:26:34.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064614024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T10:26:34.585Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:26:34.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:26:34.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064614024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-13T10:26:34.586Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:26:34.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:26:34.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064614024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:26:34.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:26:34.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:26:34.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064614024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-13T10:26:34.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:26:34.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:26:34.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064614024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:26:34.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:26:34.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:26:34.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064614024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:26:34.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:26:34.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:26:34.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064621812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:26:34.589Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:26:34.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:26:34.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064625178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:26:34.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:26:34.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:26:34.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064626282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:26:34.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:26:34.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:26:34.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064627372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:26:34.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:26:34.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:26:34.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064628637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/vfwf18a55bf042d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T10:26:34.591Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:26:34.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:26:34.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064629640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T10:26:34.591Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:26:34.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:26:34.592Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064630644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/resourceInstances/vfwf18a55bf042d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-13T10:26:34.592Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:26:34.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:26:34.592Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064631648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913102226/1.0/artifacts/service-Vfw20220913102226-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:26:34.592Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:26:52.762Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:26:52.777Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:26:52.780Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:26:52.780Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T10:26:52.780Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T10:26:52.780Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T10:26:52.780Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-13T10:26:52.781Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|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-09-13T10:26:52.788Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T10:27:22.788Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace 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-09-13T10:27:22.795Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace and serviceModelVersionId: 5b04ced6-d29c-4135-8213-f0e5bd995328
2022-09-13T10:27:22.796Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b95a2f-3213-4c65-a249-56dcb8279839
2022-09-13T10:27:22.797Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b95a2f-3213-4c65-a249-56dcb8279839/model-vers/model-ver/5b04ced6-d29c-4135-8213-f0e5bd995328?depth=0
2022-09-13T10:27:22.806Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T10:27:22.870Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/28b95a2f-3213-4c65-a249-56dcb8279839/model-vers/model-ver/5b04ced6-d29c-4135-8213-f0e5bd995328?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-09-13T10:27:22.872Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/28b95a2f-3213-4c65-a249-56dcb8279839/model-vers/model-ver/5b04ced6-d29c-4135-8213-f0e5bd995328?depth=0|INFO|500||Invoke
2022-09-13T10:27:22.878Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/28b95a2f-3213-4c65-a249-56dcb8279839/model-vers/model-ver/5b04ced6-d29c-4135-8213-f0e5bd995328?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-13T10:27:22.882Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/28b95a2f-3213-4c65-a249-56dcb8279839/model-vers/model-ver/5b04ced6-d29c-4135-8213-f0e5bd995328?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-13T10:27:22.882Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/28b95a2f-3213-4c65-a249-56dcb8279839/model-vers/model-ver/5b04ced6-d29c-4135-8213-f0e5bd995328?depth=0 has http status code:503 and response headers:{date=[Tue, 13 Sep 2022 10:27:22 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-13T10:27:22.885Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111

2022-09-13T10:27:22.887Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=3971a6d0-c9a0-4cff-87c0-bb2ecf29dace upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:27:22.887Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=3971a6d0-c9a0-4cff-87c0-bb2ecf29dace upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	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)
2022-09-13T10:27:22.888Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=3971a6d0-c9a0-4cff-87c0-bb2ecf29dace upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:27:22.888Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=3971a6d0-c9a0-4cff-87c0-bb2ecf29dace upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-09-13T10:27:22.894Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T10:27:22.895Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3971a6d0-c9a0-4cff-87c0-bb2ecf29dace and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=3971a6d0-c9a0-4cff-87c0-bb2ecf29dace upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:27:22.895Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-13T10:27:22.895Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:27:22.898Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:27:22.898Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064842895,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d3971a6d0-c9a0-4cff-87c0-bb2ecf29dace upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T10:27:22.999Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:27:23.000Z||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-09-13T10:27:23.000Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:27:23.022Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:27:23.023Z||pool-72-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-13T10:27:23.913Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:27:23.914Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|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-09-13T10:27:23.914Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:27:28.366Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:27:28.367Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:27:28.367Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e80f0eb-2c6e-4615-90ed-58dd6f8dcada","serviceName":"Demo_pNF_zuW2h9TxYAg75Mlh3KJd","serviceVersion":"1.0","serviceUUID":"9c5ea062-96e4-4ba6-a76b-4475dc2997ce","serviceDescription":"catalog service description","serviceInvariantUUID":"b675c695-f40c-4cf3-8cd0-867bc8ce78b8","resources":[{"resourceInstanceName":"pNF a978ba83-75c1 0","resourceName":"pNF a978ba83-75c1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8e0a232a-5b03-41d8-ac9d-15e2817ba7ca","resourceInvariantUUID":"0463ca81-6dd5-4602-9a45-2d86022a4504","resourceCustomizationUUID":"ff664d25-dd7c-47ac-9b8f-f2a1dcb027c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/vf-license-model.xml","artifactChecksum":"ZjUyNjM4ZGMzODMzYWI1NDIyZjExNWZjMzY1NmJiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b18561dd-4704-415d-a0a0-3b0553b47817","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/pNF.csar","artifactChecksum":"YWM2NDBlMGFhZGQwZjQ5MGQ0ZmQ5OWJmYjhjOWIyNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"100d352a-9b44-4104-bbc2-7e2551b9fa3f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cdf3bfe-5a88-4920-a17d-a2a22cec843f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/vendor-license-model.xml","artifactChecksum":"ZjUwMGEzYTM5MjI2NmIwMWQ4ZTVjYzZkODE1M2M5MzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b018a9eb-8443-4841-88c6-beab7449a155","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f62c27c6-08a7-4646-b57e-bc1e7dc7ca72","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d71593de-8409-4052-8edc-efc0a7dbecb9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZuw2h9txyag75mlh3kjd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-template.yml","artifactChecksum":"MmZjZWJlZDA2ZDg4MDEzZDNhYjIxNDE2OTk0Njg5ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d008c01d-36e2-44ea-8f58-781c8ae3f1a2","artifactVersion":"1"},{"artifactName":"service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar","artifactChecksum":"ODEyMGU0ZWMwY2U4YTI1Yjc1YmQ4N2MyZTA3ZTY4YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7df982db-aac3-4cb0-bb4d-0a9f06431451","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T10:27:28.370Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:27:28.370Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:27:28.372Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:27:28.372Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064843913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:28.472Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:27:28.474Z||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-09-13T10:27:28.474Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:27:28.491Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:27:28.492Z||pool-73-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:27:29.373Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:27:29.374Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:27:29.376Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:27:29.377Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064843913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:29.477Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:27:29.478Z||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-09-13T10:27:29.479Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:27:29.499Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:27:29.500Z||pool-74-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:27:30.377Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:27:30.378Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:27:30.381Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:27:30.381Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064843913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:30.483Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-13T10:27:30.484Z||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-09-13T10:27:30.484Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:27:30.505Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:27:30.506Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:27:31.382Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:27:31.383Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:27:31.385Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:27:31.386Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064843913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:31.485Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:27:31.486Z||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-09-13T10:27:31.487Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:27:31.514Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:27:31.515Z||pool-76-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:27:32.386Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:27:32.387Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:27:32.389Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:27:32.389Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064843913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:32.489Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:27:32.490Z||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-09-13T10:27:32.490Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:27:32.508Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:27:32.508Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:27:33.390Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:27:33.391Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:27:33.394Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:27:33.394Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064843913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:33.494Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:27:33.495Z||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-09-13T10:27:33.495Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:27:33.512Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:27:33.513Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:27:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:27:34.029Z||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-09-13T10:27:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:27:34.395Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:27:34.396Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:27:34.400Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:27:34.400Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064843913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.500Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-09-13T10:27:34.500Z||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-09-13T10:27:34.501Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:27:34.518Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:27:34.518Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:27:34.541Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:27:34.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "cds",
  "timestamp": 1663064793542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "cds",
  "timestamp": 1663064793542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "cds",
  "timestamp": 1663064793542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "cds",
  "timestamp": 1663064793542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "cds",
  "timestamp": 1663064793542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "cds",
  "timestamp": 1663064793542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064800842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "cds",
  "timestamp": 1663064793542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064800842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "cds",
  "timestamp": 1663064793542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:27:34.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064800842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064803469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "cds",
  "timestamp": 1663064805667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:27:34.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:27:34.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064800842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064803469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064800842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064803469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064800842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064803469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064800842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064803469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663064800842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:27:34.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064803469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064803469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064803469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:27:34.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064812298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:27:34.555Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:27:34.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064814268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:27:34.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:27:34.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "aai-ml",
  "timestamp": 1663064815470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663064815274,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:27:34.576Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e80f0eb-2c6e-4615-90ed-58dd6f8dcada
2022-09-13T10:27:34.577Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e80f0eb-2c6e-4615-90ed-58dd6f8dcada 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-09-13T10:27:34.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "aai-ml",
  "timestamp": 1663064815470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "aai-ml",
  "timestamp": 1663064815470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "aai-ml",
  "timestamp": 1663064815470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "aai-ml",
  "timestamp": 1663064815470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "aai-ml",
  "timestamp": 1663064815470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "aai-ml",
  "timestamp": 1663064815470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "aai-ml",
  "timestamp": 1663064815470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:27:34.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "aai-ml",
  "timestamp": 1663064824332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:27:34.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:27:34.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "aai-ml",
  "timestamp": 1663064825339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T10:27:34.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:27:34.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "aai-ml",
  "timestamp": 1663064826343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T10:27:34.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:27:34.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "aai-ml",
  "timestamp": 1663064827348,
  "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-09-13T10:27:34.596Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5e80f0eb-2c6e-4615-90ed-58dd6f8dcada
2022-09-13T10:27:34.596Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e80f0eb-2c6e-4615-90ed-58dd6f8dcada 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-09-13T10:27:34.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3971a6d0-c9a0-4cff-87c0-bb2ecf29dace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064842895,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d3971a6d0-c9a0-4cff-87c0-bb2ecf29dace upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T10:27:34.606Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:27:34.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064843913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064843913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064843913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064843913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064843913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:34.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-13T10:27:34.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064843913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/resourceInstances/pnfa978ba8375c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:27:34.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:27:35.417Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:27:35.418Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:27:35.423Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:27:35.423Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064843913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:27:35.523Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:27:35.524Z||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-09-13T10:27:35.525Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:27:35.562Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:27:35.563Z||pool-80-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:27:36.424Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "serviceName": "Demo_pNF_zuW2h9TxYAg75Mlh3KJd",
  "serviceVersion": "1.0",
  "serviceUUID": "9c5ea062-96e4-4ba6-a76b-4475dc2997ce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b675c695-f40c-4cf3-8cd0-867bc8ce78b8",
  "resources": [
    {
      "resourceInstanceName": "pNF a978ba83-75c1 0",
      "resourceCustomizationUUID": "ff664d25-dd7c-47ac-9b8f-f2a1dcb027c8",
      "resourceName": "pNF a978ba83-75c1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8e0a232a-5b03-41d8-ac9d-15e2817ba7ca",
      "resourceInvariantUUID": "0463ca81-6dd5-4602-9a45-2d86022a4504",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
      "artifactChecksum": "ODEyMGU0ZWMwY2U4YTI1Yjc1YmQ4N2MyZTA3ZTY4YWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7df982db-aac3-4cb0-bb4d-0a9f06431451"
    }
  ],
  "workloadContext": "Production"
}
2022-09-13T10:27:36.425Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T10:27:36.425Z|3971a6d0-c9a0-4cff-87c0-bb2ecf29dace|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9c5ea062-96e4-4ba6-a76b-4475dc2997ce ASDC
2022-09-13T10:27:36.425Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:5e80f0eb-2c6e-4615-90ed-58dd6f8dcada
ServiceName:Demo_pNF_zuW2h9TxYAg75Mlh3KJd
ServiceVersion:1.0
ServiceUUID:9c5ea062-96e4-4ba6-a76b-4475dc2997ce
ServiceInvariantUUID:b675c695-f40c-4cf3-8cd0-867bc8ce78b8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
ArtifactUUID:7df982db-aac3-4cb0-bb4d-0a9f06431451
ArtifactChecksum:ODEyMGU0ZWMwY2U4YTI1Yjc1YmQ4N2MyZTA3ZTY4YWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a978ba83-75c1 0
ResourceCustomizationUUID:ff664d25-dd7c-47ac-9b8f-f2a1dcb027c8
ResourceInvariantUUID:0463ca81-6dd5-4602-9a45-2d86022a4504
ResourceName:pNF a978ba83-75c1
ResourceType:PNF
ResourceUUID:8e0a232a-5b03-41d8-ac9d-15e2817ba7ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-13T10:27:36.426Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9c5ea062-96e4-4ba6-a76b-4475dc2997ce 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-09-13T10:27:36.454Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:27:36.455Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:27:36.455Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:27:36.456Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7df982db-aac3-4cb0-bb4d-0a9f06431451 from URL: /sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
2022-09-13T10:27:36.456Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-13T10:27:36.456Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
2022-09-13T10:27:36.516Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-13T10:27:36.518Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar 7df982db-aac3-4cb0-bb4d-0a9f06431451 87797
2022-09-13T10:27:36.518Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar ASDC sendASDCNotification
2022-09-13T10:27:36.518Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
2022-09-13T10:27:36.518Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:27:36.519Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:27:36.521Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:27:36.521Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064856518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:27:36.621Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:27:36.622Z||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-09-13T10:27:36.622Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:27:36.638Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:27:36.639Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:27:37.521Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:27:37.522Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:27:37.523Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7df982db-aac3-4cb0-bb4d-0a9f06431451, URL: /sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar to file: /app/ASDC/1/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
2022-09-13T10:27:37.523Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
2022-09-13T10:27:37.524Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
2022-09-13T10:27:37.524Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
2022-09-13T10:27:37.690Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3846907081441355167/Definitions/service-DemoPnfZuw2h9txyag75mlh3kjd-template.yml
2022-09-13T10:27:38.526Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T10:27:38.527Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-13T10:27:38.527Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
2022-09-13T10:27:38.527Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-13T10:27:38.527Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a978ba83-75c1 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-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
2022-09-13T10:27:38.527Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
2022-09-13T10:27:38.528Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
2022-09-13T10:27:38.528Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
2022-09-13T10:27:38.528Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
2022-09-13T10:27:38.528Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
2022-09-13T10:27:38.528Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
2022-09-13T10:27:38.528Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-13T10:27:38.528Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:27:38.528Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zuW2h9TxYAg75Mlh3KJd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:27:38.529Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Node template pNF a978ba83-75c1 0 is matching search criteria
2022-09-13T10:27:38.529Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-13T10:27:38.529Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a978ba83-75c1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:27:38.529Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:27:38.529Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zuW2h9TxYAg75Mlh3KJd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:27:38.529Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Node template pNF a978ba83-75c1 0 is matching search criteria
2022-09-13T10:27:38.530Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-13T10:27:38.530Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a978ba83-75c1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:27:38.530Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:27:38.530Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zuW2h9TxYAg75Mlh3KJd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:27:38.530Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:27:38.530Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zuW2h9TxYAg75Mlh3KJd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:27:38.530Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:27:38.531Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zuW2h9TxYAg75Mlh3KJd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:27:38.531Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:27:38.531Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zuW2h9TxYAg75Mlh3KJd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:27:38.531Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:27:38.531Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zuW2h9TxYAg75Mlh3KJd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:27:38.531Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_zuW2h9TxYAg75Mlh3KJd
Description:catalog service description
Model UUID:9c5ea062-96e4-4ba6-a76b-4475dc2997ce
Model Version:NULL
Model InvariantUuid:b675c695-f40c-4cf3-8cd0-867bc8ce78b8
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-09-13T10:27:38.544Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8e0a232a-5b03-41d8-ac9d-15e2817ba7ca
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-09-13T10:27:38.549Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||pNF a978ba83-75c1 0
2022-09-13T10:27:38.550Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8e0a232a-5b03-41d8-ac9d-15e2817ba7ca
2022-09-13T10:27:38.550Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 9c5ea062-96e4-4ba6-a76b-4475dc2997ce
2022-09-13T10:27:38.550Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9c5ea062-96e4-4ba6-a76b-4475dc2997ce
2022-09-13T10:27:38.550Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a978ba83-75c1 0 8e0a232a-5b03-41d8-ac9d-15e2817ba7ca 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-09-13T10:27:38.557Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63244128, org.onap.sdc.toscaparser.api.parameters.Input@1d0a38d4, org.onap.sdc.toscaparser.api.parameters.Input@233e0d50, org.onap.sdc.toscaparser.api.parameters.Input@e7bfc87, org.onap.sdc.toscaparser.api.parameters.Input@4f97d161]
2022-09-13T10:27:38.557Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:27:38.557Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zuW2h9TxYAg75Mlh3KJd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:27:38.557Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9c5ea062-96e4-4ba6-a76b-4475dc2997ce: pNF a978ba83-75c1
2022-09-13T10:27:38.558Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Processing PNF resource: 8e0a232a-5b03-41d8-ac9d-15e2817ba7ca
2022-09-13T10:27:38.558Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:27:38.558Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zuW2h9TxYAg75Mlh3KJd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:27:38.558Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Resource customization UUID: ff664d25-dd7c-47ac-9b8f-f2a1dcb027c8 is the same as notified resource customizationUUID: ff664d25-dd7c-47ac-9b8f-f2a1dcb027c8
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-09-13T10:27:38.597Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a978ba83-75c1 8e0a232a-5b03-41d8-ac9d-15e2817ba7ca 0 ASDC deployResourceStructure
2022-09-13T10:27:38.598Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar ASDC sendASDCNotification
2022-09-13T10:27:38.598Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar
2022-09-13T10:27:38.598Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:27:38.598Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:27:38.600Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:27:38.600Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064858598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:27:38.700Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:27:38.701Z||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-09-13T10:27:38.701Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:27:38.720Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:27:38.720Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:27:39.601Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e80f0eb-2c6e-4615-90ed-58dd6f8dcada
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:27:39.614Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e80f0eb-2c6e-4615-90ed-58dd6f8dcada
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:27:39.616Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:27:39.617Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T10:27:39.617Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T10:27:39.617Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T10:27:39.617Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-13T10:27:39.617Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:27:39.622Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T10:28:09.623Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e80f0eb-2c6e-4615-90ed-58dd6f8dcada 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-09-13T10:28:09.630Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e80f0eb-2c6e-4615-90ed-58dd6f8dcada and serviceModelVersionId: 9c5ea062-96e4-4ba6-a76b-4475dc2997ce
2022-09-13T10:28:09.630Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b675c695-f40c-4cf3-8cd0-867bc8ce78b8
2022-09-13T10:28:09.631Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b675c695-f40c-4cf3-8cd0-867bc8ce78b8/model-vers/model-ver/9c5ea062-96e4-4ba6-a76b-4475dc2997ce?depth=0
2022-09-13T10:28:09.634Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T10:28:09.671Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/b675c695-f40c-4cf3-8cd0-867bc8ce78b8/model-vers/model-ver/9c5ea062-96e4-4ba6-a76b-4475dc2997ce?depth=0|INFO|500||Invoke
2022-09-13T10:28:09.671Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/b675c695-f40c-4cf3-8cd0-867bc8ce78b8/model-vers/model-ver/9c5ea062-96e4-4ba6-a76b-4475dc2997ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/b675c695-f40c-4cf3-8cd0-867bc8ce78b8/model-vers/model-ver/9c5ea062-96e4-4ba6-a76b-4475dc2997ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e80f0eb-2c6e-4615-90ed-58dd6f8dcada], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f952195d-540e-49a7-92f4-438a3ccd6437], X-ECOMP-RequestID=[5e80f0eb-2c6e-4615-90ed-58dd6f8dcada], X-TransactionId=[], X-ONAP-RequestID=[5e80f0eb-2c6e-4615-90ed-58dd6f8dcada], Content-Type=[application/merge-patch+json]}
2022-09-13T10:28:09.676Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/b675c695-f40c-4cf3-8cd0-867bc8ce78b8/model-vers/model-ver/9c5ea062-96e4-4ba6-a76b-4475dc2997ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-13T10:28:09.678Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/b675c695-f40c-4cf3-8cd0-867bc8ce78b8/model-vers/model-ver/9c5ea062-96e4-4ba6-a76b-4475dc2997ce?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/b675c695-f40c-4cf3-8cd0-867bc8ce78b8/model-vers/model-ver/9c5ea062-96e4-4ba6-a76b-4475dc2997ce?depth=0 has http status code:503 and response headers:{date=[Tue, 13 Sep 2022 10:28:09 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-13T10:28:09.679Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/b675c695-f40c-4cf3-8cd0-867bc8ce78b8/model-vers/model-ver/9c5ea062-96e4-4ba6-a76b-4475dc2997ce?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111

2022-09-13T10:28:09.679Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/b675c695-f40c-4cf3-8cd0-867bc8ce78b8/model-vers/model-ver/9c5ea062-96e4-4ba6-a76b-4475dc2997ce?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-13T10:28:09.681Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=5e80f0eb-2c6e-4615-90ed-58dd6f8dcada upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:28:09.681Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=5e80f0eb-2c6e-4615-90ed-58dd6f8dcada upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	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)
2022-09-13T10:28:09.681Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=5e80f0eb-2c6e-4615-90ed-58dd6f8dcada upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:28:09.682Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=5e80f0eb-2c6e-4615-90ed-58dd6f8dcada upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-09-13T10:28:09.686Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T10:28:09.686Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e80f0eb-2c6e-4615-90ed-58dd6f8dcada and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=5e80f0eb-2c6e-4615-90ed-58dd6f8dcada upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:28:09.686Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-13T10:28:09.687Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:28:09.688Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:28:09.688Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064889686,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d5e80f0eb-2c6e-4615-90ed-58dd6f8dcada upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T10:28:09.788Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:28:09.789Z||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-09-13T10:28:09.790Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:28:09.810Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:28:09.811Z||pool-83-thread-1|||||INFO|500||cambria reply ok (22 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-09-13T10:28:10.706Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:28:10.706Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:28:10.707Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:28:20.262Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:28:20.263Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:28:20.264Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:28:20.264Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:28:29.812Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:28:29.813Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:28:29.813Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:28:29.813Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:28:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:28:34.029Z||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-09-13T10:28:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:28:34.061Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:28:34.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T10:28:34.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064843913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:28:34.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:28:39.365Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:28:39.366Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:28:39.366Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:28:39.367Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:28:48.919Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:29:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:29:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:29:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:29:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:29:34.029Z||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-09-13T10:29:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:29:34.563Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:29:34.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:29:34.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064843913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:29:34.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:29:34.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:29:34.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064856518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:29:34.565Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:29:34.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:29:34.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064858598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZuw2h9txyag75mlh3kjd/1.0/artifacts/service-DemoPnfZuw2h9txyag75mlh3kjd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:29:34.565Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:29:34.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T10:29:34.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e80f0eb-2c6e-4615-90ed-58dd6f8dcada",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663064889686,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d5e80f0eb-2c6e-4615-90ed-58dd6f8dcada upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T10:29:34.565Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:29:43.583Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:30:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:30:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:30:34.025Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:30:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:30:34.029Z||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-09-13T10:30:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:30:43.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:30:43.578Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:31:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:31:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:31:34.025Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:31:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:31:34.029Z||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-09-13T10:31:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:31:43.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:31:43.580Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:32:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:32:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:32:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:32:34.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:32:34.029Z||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-09-13T10:32:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:32:43.577Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:32:43.578Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:33:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:33:34.025Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:33:34.025Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:33:34.029Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:33:34.029Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-09-13T10:33:34.029Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:33:43.624Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:33:43.625Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:34:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:34:34.025Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:34:34.025Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:34:34.029Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:34:34.029Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-09-13T10:34:34.030Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:34:43.582Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:34:43.583Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:35:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:35:34.027Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:35:34.027Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:35:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:35:34.029Z||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-09-13T10:35:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:35:43.590Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:35:43.590Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:36:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:36:34.025Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:36:34.025Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:36:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:36:34.029Z||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-09-13T10:36:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:36:43.574Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:36:43.574Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:37:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:37:34.025Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:37:34.025Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:37:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:37:34.029Z||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-09-13T10:37:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:37:43.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:37:43.581Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:38:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:38:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:38:34.025Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:38:34.028Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:38:34.029Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-09-13T10:38:34.029Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:38:43.579Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:38:43.581Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:39:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:39:34.025Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:39:34.025Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:39:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:39:34.029Z||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-09-13T10:39:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:39:43.606Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:39:43.606Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:40:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:40:34.024Z||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-09-13T10:40:34.024Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:40:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:40:34.029Z||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-09-13T10:40:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:40:43.613Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:40:43.624Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:41:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:41:34.024Z||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-09-13T10:41:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:41:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:41:34.029Z||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-09-13T10:41:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:41:43.602Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:41:43.604Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:42:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:42:34.025Z||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-09-13T10:42:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:42:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:42:34.029Z||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-09-13T10:42:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:42:43.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:42:43.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:43:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:43:34.025Z||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-09-13T10:43:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:43:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:43:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:43:34.030Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:43:43.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:43:43.580Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:44:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:44:34.025Z||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-09-13T10:44:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:44:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:44:34.029Z||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-09-13T10:44:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:44:43.594Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:44:43.624Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:45:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:45:34.026Z||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-09-13T10:45:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:45:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:45:34.029Z||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-09-13T10:45:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:45:43.609Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:45:43.609Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:46:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:46:34.025Z||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-09-13T10:46:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:46:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:46:34.029Z||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-09-13T10:46:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:46:43.574Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:46:43.574Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:47:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:47:34.024Z||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-09-13T10:47:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:47:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:47:34.029Z||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-09-13T10:47:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:47:43.573Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:47:43.576Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:48:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:48:34.025Z||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-09-13T10:48:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:48:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:48:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:48:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:48:43.580Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:48:43.580Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:49:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:49:34.025Z||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-09-13T10:49:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:49:34.028Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:49:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:49:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:49:43.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:49:43.577Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:50:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:50:34.024Z||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-09-13T10:50:34.024Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:50:34.029Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:50:34.029Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-09-13T10:50:34.030Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:50:43.580Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:50:43.579Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:51:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:51:34.025Z||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-09-13T10:51:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:51:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:51:34.029Z||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-09-13T10:51:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:51:43.578Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:51:43.579Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:52:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:52:34.025Z||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-09-13T10:52:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:52:34.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:52:34.029Z||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-09-13T10:52:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:52:43.571Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:52:43.581Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:53:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:53:34.025Z||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-09-13T10:53:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:53:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:53:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:53:34.030Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:53:43.576Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:53:43.579Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:54:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:54:34.027Z||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-09-13T10:54:34.027Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:54:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:54:34.029Z||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-09-13T10:54:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:54:43.581Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:54:43.582Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:55:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:55:34.025Z||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-09-13T10:55:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:55:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:55:34.029Z||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-09-13T10:55:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:55:43.578Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:55:43.578Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:56:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:56:34.025Z||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-09-13T10:56:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:56:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:56:34.029Z||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-09-13T10:56:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:56:43.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:56:43.618Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:34.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:57:34.025Z||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-09-13T10:57:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:57:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:57:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:57:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:57:34.166Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:34.167Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.168Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066633463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.170Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.171Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.171Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066633463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.171Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.171Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.171Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066633463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.171Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.172Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.172Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066633463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.172Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.172Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.172Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "cds",
  "timestamp": 1663066638542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.172Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.172Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.172Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066633463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.172Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.173Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.173Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "cds",
  "timestamp": 1663066638542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.173Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.173Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.173Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066633463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.173Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.173Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.173Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "cds",
  "timestamp": 1663066638542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.173Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.174Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.174Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066633463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:57:34.174Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.174Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.174Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "cds",
  "timestamp": 1663066638542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.174Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.174Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.174Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066641246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:57:34.174Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:57:34.175Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.175Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066640842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.175Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.175Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.175Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "cds",
  "timestamp": 1663066638542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.175Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.175Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.176Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066640842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T10:57:34.176Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.176Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.176Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "cds",
  "timestamp": 1663066638542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.176Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.176Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.176Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066640842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-13T10:57:34.176Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.176Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.176Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "cds",
  "timestamp": 1663066638542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:57:34.177Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.177Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.177Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066644525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:57:34.177Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:57:34.177Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.177Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "aai-ml",
  "timestamp": 1663066645470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.177Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.177Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.177Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066640842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.177Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.178Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.178Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "cds",
  "timestamp": 1663066646346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:57:34.178Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:57:34.178Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.178Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066645528,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:57:34.209Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6
2022-09-13T10:57:34.209Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6 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-09-13T10:57:34.222Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.222Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "aai-ml",
  "timestamp": 1663066645470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.223Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.223Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.223Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066640842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-13T10:57:34.223Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.223Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.224Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "aai-ml",
  "timestamp": 1663066645470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.224Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.224Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.224Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066640842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.225Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.225Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.225Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "aai-ml",
  "timestamp": 1663066645470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.225Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.226Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.226Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066640842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:57:34.226Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.226Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.226Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "aai-ml",
  "timestamp": 1663066645470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.227Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.227Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.227Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066648650,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:57:34.228Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:57:34.228Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.228Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "aai-ml",
  "timestamp": 1663066645470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.228Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.228Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.229Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066649735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:57:34.229Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:57:34.229Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.229Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "aai-ml",
  "timestamp": 1663066645470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:57:34.230Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:57:34.230Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.230Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066650810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:57:34.230Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:57:34.230Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.231Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "aai-ml",
  "timestamp": 1663066653316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:57:34.231Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:57:34.231Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.231Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066651855,
  "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-09-13T10:57:34.240Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6
2022-09-13T10:57:34.240Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6 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-09-13T10:57:34.252Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.253Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "aai-ml",
  "timestamp": 1663066654323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T10:57:34.253Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:57:34.660Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:34.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:57:34.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6","serviceName":"vFW 2022-09-13 10-56-18","serviceVersion":"1.0","serviceUUID":"19c9cddd-5638-43ae-8dbe-fc3385713293","serviceDescription":"catalog service description","serviceInvariantUUID":"5c3c6c1c-6911-4f03-ac33-ebf3675d51c4","resources":[{"resourceInstanceName":"vFW 7dd6e0e8-32ea 0","resourceName":"vFW 7dd6e0e8-32ea","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5b03c18-e49f-443a-89e6-6c87bbc35b10","resourceInvariantUUID":"4c309bb8-c54c-48ae-bd3a-26c6db20f37d","resourceCustomizationUUID":"9600c426-a938-4a0a-bc4e-16df91d687f0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vf-license-model.xml","artifactChecksum":"ZWNlZGUwY2IyY2FkZmIxMmVlMTY4ZjgxOWVmYzJmMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07ee4057-65f6-4eca-b493-ea4c5540bb2a","artifactVersion":"1"},{"artifactName":"vfw7dd6e0e832ea0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json","artifactChecksum":"ZDcxOTRiMWRhN2E1YmRkNTNlYjYwZTBjNWM2MGYyOTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4971dc66-512a-4892-ac9c-8b66243fef43","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a96c921b-ebfb-4865-97be-d0ccd9284a29","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTRiZjEwNWEzMDRmMzAzM2ZiZWY3ZGQyMWUxNzE1ODU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"862b6eef-6e99-4ba3-ac2e-7342cbdf1ebd","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"11314384-1272-4821-8e44-9db602750997","artifactVersion":"2","generatedFromUUID":"a96c921b-ebfb-4865-97be-d0ccd9284a29"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220913105618-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-template.yml","artifactChecksum":"M2YzYWQxOWYwMWExNDg5MzQ1NThlZGEzNjJjZjdiYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca8649cd-1076-4e64-96c6-c2dbfb7adde0","artifactVersion":"1"},{"artifactName":"service-Vfw20220913105618-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar","artifactChecksum":"MmIwNjEwMjAyNzc3NjRhZTA1MjY5N2E3NWVlMDViMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3e9217b-6196-4c35-969d-90fc201d88d7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T10:57:34.664Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:57:34.665Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:57:34.671Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:57:34.671Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:34.770Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:57:34.772Z||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-09-13T10:57:34.772Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:57:34.798Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:34.799Z||pool-84-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:57:35.672Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:57:35.673Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:57:35.675Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:57:35.675Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T10:57:35.775Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:57:35.776Z||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-09-13T10:57:35.776Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:57:35.794Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:35.794Z||pool-85-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:57:36.676Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:57:36.677Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:57:36.680Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:57:36.680Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-13T10:57:36.780Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:57:36.781Z||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-09-13T10:57:36.781Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:57:36.799Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:36.799Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:57:37.680Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:57:37.681Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:57:37.684Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:57:37.684Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:37.784Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:57:37.818Z||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-09-13T10:57:37.818Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:57:37.845Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:37.845Z||pool-87-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:57:38.685Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:57:38.686Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:57:38.688Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:57:38.689Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-13T10:57:38.789Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:57:38.790Z||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-09-13T10:57:38.790Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:57:38.809Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:38.810Z||pool-88-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:57:39.689Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:57:39.691Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:57:39.694Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:57:39.694Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:57:39.794Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:57:39.795Z||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-09-13T10:57:39.795Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:57:39.814Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:39.814Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:57:40.694Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:57:40.695Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:57:40.697Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:57:40.697Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:57:40.797Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:57:40.798Z||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-09-13T10:57:40.798Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:57:40.819Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:40.820Z||pool-90-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:57:41.699Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "serviceName": "vFW 2022-09-13 10-56-18",
  "serviceVersion": "1.0",
  "serviceUUID": "19c9cddd-5638-43ae-8dbe-fc3385713293",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5c3c6c1c-6911-4f03-ac33-ebf3675d51c4",
  "resources": [
    {
      "resourceInstanceName": "vFW 7dd6e0e8-32ea 0",
      "resourceCustomizationUUID": "9600c426-a938-4a0a-bc4e-16df91d687f0",
      "resourceName": "vFW 7dd6e0e8-32ea",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f5b03c18-e49f-443a-89e6-6c87bbc35b10",
      "resourceInvariantUUID": "4c309bb8-c54c-48ae-bd3a-26c6db20f37d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7dd6e0e832ea0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json",
          "artifactChecksum": "ZDcxOTRiMWRhN2E1YmRkNTNlYjYwZTBjNWM2MGYyOTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4971dc66-512a-4892-ac9c-8b66243fef43",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a96c921b-ebfb-4865-97be-d0ccd9284a29",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "11314384-1272-4821-8e44-9db602750997",
            "generatedFromUUID": "a96c921b-ebfb-4865-97be-d0ccd9284a29"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "11314384-1272-4821-8e44-9db602750997",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220913105618-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar",
      "artifactChecksum": "MmIwNjEwMjAyNzc3NjRhZTA1MjY5N2E3NWVlMDViMTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3e9217b-6196-4c35-969d-90fc201d88d7"
    }
  ],
  "workloadContext": "Production"
}
2022-09-13T10:57:41.700Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T10:57:41.700Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19c9cddd-5638-43ae-8dbe-fc3385713293 ASDC
2022-09-13T10:57:41.701Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6
ServiceName:vFW 2022-09-13 10-56-18
ServiceVersion:1.0
ServiceUUID:19c9cddd-5638-43ae-8dbe-fc3385713293
ServiceInvariantUUID:5c3c6c1c-6911-4f03-ac33-ebf3675d51c4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220913105618-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar
ArtifactUUID:f3e9217b-6196-4c35-969d-90fc201d88d7
ArtifactChecksum:MmIwNjEwMjAyNzc3NjRhZTA1MjY5N2E3NWVlMDViMTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7dd6e0e8-32ea 0
ResourceCustomizationUUID:9600c426-a938-4a0a-bc4e-16df91d687f0
ResourceInvariantUUID:4c309bb8-c54c-48ae-bd3a-26c6db20f37d
ResourceName:vFW 7dd6e0e8-32ea
ResourceType:VF
ResourceUUID:f5b03c18-e49f-443a-89e6-6c87bbc35b10
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7dd6e0e832ea0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json
ArtifactUUID:4971dc66-512a-4892-ac9c-8b66243fef43
ArtifactChecksum:ZDcxOTRiMWRhN2E1YmRkNTNlYjYwZTBjNWM2MGYyOTA=
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/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml
ArtifactUUID:a96c921b-ebfb-4865-97be-d0ccd9284a29
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/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env
ArtifactUUID:11314384-1272-4821-8e44-9db602750997
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/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env
ArtifactUUID:11314384-1272-4821-8e44-9db602750997
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-13T10:57:41.702Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19c9cddd-5638-43ae-8dbe-fc3385713293 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-09-13T10:57:41.757Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:57:41.758Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-13T10:57:41.759Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-13T10:57:41.759Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f3e9217b-6196-4c35-969d-90fc201d88d7 from URL: /sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:41.759Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-13T10:57:41.759Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:41.824Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-13T10:57:41.825Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar f3e9217b-6196-4c35-969d-90fc201d88d7 100603
2022-09-13T10:57:41.826Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar ASDC sendASDCNotification
2022-09-13T10:57:41.826Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:41.826Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:57:41.826Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:57:41.829Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:57:41.829Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066661826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:57:41.929Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:57:41.930Z||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-09-13T10:57:41.931Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:57:41.949Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:41.949Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:57:42.830Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:57:42.831Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-13T10:57:42.832Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f3e9217b-6196-4c35-969d-90fc201d88d7, URL: /sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar to file: /app/ASDC/1/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:42.832Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220913105618-csar.csar
2022-09-13T10:57:42.833Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:42.833Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:43.083Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3343801129370698387/Definitions/service-Vfw20220913105618-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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-09-13T10:57:45.162Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T10:57:45.163Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-13T10:57:45.163Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:45.163Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-13T10:57:45.163Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:45.163Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:45.163Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:45.163Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:45.163Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:45.164Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:45.164Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:45.164Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:45.164Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:45.164Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7dd6e0e8-32ea 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:45.164Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:45.164Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-13T10:57:45.164Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:45.165Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-13 10-56-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:57:45.165Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is matching search criteria
2022-09-13T10:57:45.165Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-13T10:57:45.165Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7dd6e0e8-32ea 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:57:45.166Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:45.166Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-13 10-56-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:57:45.166Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is matching search criteria
2022-09-13T10:57:45.166Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-13T10:57:45.166Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7dd6e0e8-32ea 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:57:45.166Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:45.167Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-13 10-56-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:57:45.167Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:45.167Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is not matching search criteria
2022-09-13T10:57:45.167Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:57:45.167Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:57:45.167Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:57:45.167Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:57:45.168Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:57:45.168Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:57:45.168Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:57:45.168Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:57:45.168Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:57:45.168Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:57:45.168Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:57:45.168Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:57:45.169Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:57:45.169Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:57:45.169Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:57:45.169Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-13T10:57:45.169Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:45.169Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-13 10-56-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T10:57:45.169Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:45.170Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is matching search criteria
2022-09-13T10:57:45.170Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7dd6e0e8-32ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:57:45.170Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:45.170Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is matching search criteria
2022-09-13T10:57:45.170Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7dd6e0e8-32ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:57:45.170Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:45.171Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is matching search criteria
2022-09-13T10:57:45.189Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7dd6e0e8-32ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:57:45.189Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:45.189Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is not matching search criteria
2022-09-13T10:57:45.189Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:57:45.190Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-13T10:57:45.190Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:57:45.190Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:57:45.190Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:57:45.190Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:57:45.190Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:57:45.190Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:57:45.190Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:57:45.191Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:57:45.191Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:57:45.191Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8758a6ec-2e3e-4683-8210-ac6efef4aa18
2022-09-13T10:57:45.191Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:45.191Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is not matching search criteria
2022-09-13T10:57:45.191Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:57:45.191Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:57:45.192Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:57:45.192Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:57:45.192Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:57:45.192Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:57:45.192Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:57:45.192Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-13T10:57:45.192Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:57:45.192Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:57:45.193Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:57:45.193Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:57:45.193Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b7e3a328-a9c6-4aa1-ac56-7d1b89a00cd9
2022-09-13T10:57:45.193Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:45.193Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is not matching search criteria
2022-09-13T10:57:45.193Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:57:45.193Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:57:45.194Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:57:45.194Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:57:45.194Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:57:45.194Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:57:45.194Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:57:45.194Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:57:45.194Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:57:45.194Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:57:45.195Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:57:45.195Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-13T10:57:45.195Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b380a426-76d4-4baa-85ba-ed1bdb69c623
2022-09-13T10:57:45.195Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:45.195Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-13 10-56-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:57:45.195Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:45.195Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-13 10-56-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:57:45.195Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:45.196Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-13 10-56-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:57:45.196Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:45.196Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-13 10-56-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:57:45.196Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-13 10-56-18
Description:catalog service description
Model UUID:19c9cddd-5638-43ae-8dbe-fc3385713293
Model Version:NULL
Model InvariantUuid:5c3c6c1c-6911-4f03-ac33-ebf3675d51c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7dd6e0e8-32ea
Model UUID:944e2587-980b-4aa9-ae6d-7dac0c2c7adc
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4c309bb8-c54c-48ae-bd3a-26c6db20f37d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9600c426-a938-4a0a-bc4e-16df91d687f0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0237b4ed-a181-4bae-b4fc-32ec4f94ed85
ModelName:Vfw7dd6e0e832ea..base_vfw..module-0
ModelUuid:2d4c537d-f775-43e3-a9c3-7d73b6939fa9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8758a6ec-2e3e-4683-8210-ac6efef4aa18
ModelInvariantUuid:e5408887-5438-42aa-9663-6d40c9cbf642
ModelName:vFW 7dd6e0e8-32ea-nodes.vfwCvfc
ModelUuid:ce8cfa62-5741-408b-9732-c1592becafdd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c2632ecc-e270-4431-9939-9f6385b7c1ff
ModelInvariantUuid:0f237032-c7ff-42f3-976d-04714fb2336f
ModelName:Vfw7dd6e0e832ea.compute.nodes.heat.vfw
ModelUuid:e3808fed-e8a0-420b-8914-bcf4db2e45bc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b7e3a328-a9c6-4aa1-ac56-7d1b89a00cd9
ModelInvariantUuid:b60a505a-ecc4-4f99-84bf-e7bc9d4ac27d
ModelName:vFW 7dd6e0e8-32ea-nodes.vsnCvfc
ModelUuid:a014d94c-bb8e-473e-b5cb-8c666a8b5ec7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4bb229c5-cf12-4e0d-b473-ad2ab4e4e495
ModelInvariantUuid:82d17f3d-60f2-4dc3-b312-83b703202e75
ModelName:Vfw7dd6e0e832ea.compute.nodes.heat.vsn
ModelUuid:8cc7614a-4cd3-4e9f-8dbe-66ad8217ceb5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b380a426-76d4-4baa-85ba-ed1bdb69c623
ModelInvariantUuid:aa4a4de8-0d47-435e-8d17-f92059050bb1
ModelName:vFW 7dd6e0e8-32ea-nodes.vpgCvfc
ModelUuid:fa8ca7f4-bfc7-4af2-963e-f72baaca46b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1343379e-d9f4-4aa3-8d51-77174d43818c
ModelInvariantUuid:e4fe86df-9365-46f5-b42e-f5dcf1c01991
ModelName:Vfw7dd6e0e832ea.compute.nodes.heat.vpg
ModelUuid:c97a37f4-015c-4686-8823-87e059c4307e
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-09-13T10:57:45.210Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f5b03c18-e49f-443a-89e6-6c87bbc35b10
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-09-13T10:57:45.215Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||vFW 7dd6e0e8-32ea 0
2022-09-13T10:57:45.215Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5b03c18-e49f-443a-89e6-6c87bbc35b10
2022-09-13T10:57:45.215Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4971dc66-512a-4892-ac9c-8b66243fef43 from URL: /sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json
2022-09-13T10:57:45.215Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-13T10:57:45.215Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json
2022-09-13T10:57:45.332Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-13T10:57:45.333Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json 4971dc66-512a-4892-ac9c-8b66243fef43 785
2022-09-13T10:57:45.333Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json ASDC sendASDCNotification
2022-09-13T10:57:45.333Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json
2022-09-13T10:57:45.333Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:57:45.333Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:57:45.335Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:57:45.335Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066665333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:57:45.435Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:57:45.436Z||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-09-13T10:57:45.436Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:57:45.454Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:45.454Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:57:46.336Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7dd6e0e832ea..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0237b4ed-a181-4bae-b4fc-32ec4f94ed85",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d4c537d-f775-43e3-a9c3-7d73b6939fa9",
    "vfModuleModelCustomizationUUID": "0cd052e4-1758-4551-b3c7-7e3e02257a3e",
    "isBase": true,
    "artifacts": [
      "a96c921b-ebfb-4865-97be-d0ccd9284a29",
      "11314384-1272-4821-8e44-9db602750997"
    ],
    "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-09-13T10:57:46.341Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7dd6e0e832ea..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d4c537d-f775-43e3-a9c3-7d73b6939fa9
VfModuleModelInvariantUUID:0237b4ed-a181-4bae-b4fc-32ec4f94ed85
VfModuleModelDescription:NULL
Artifacts UUID List:{
a96c921b-ebfb-4865-97be-d0ccd9284a29
,
11314384-1272-4821-8e44-9db602750997

}
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-09-13T10:57:46.345Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7dd6e0e832ea..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0237b4ed-a181-4bae-b4fc-32ec4f94ed85",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d4c537d-f775-43e3-a9c3-7d73b6939fa9",
    "vfModuleModelCustomizationUUID": "0cd052e4-1758-4551-b3c7-7e3e02257a3e",
    "isBase": true,
    "artifacts": [
      "a96c921b-ebfb-4865-97be-d0ccd9284a29",
      "11314384-1272-4821-8e44-9db602750997"
    ],
    "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-09-13T10:57:46.345Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7dd6e0e832ea..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d4c537d-f775-43e3-a9c3-7d73b6939fa9
VfModuleModelInvariantUUID:0237b4ed-a181-4bae-b4fc-32ec4f94ed85
VfModuleModelDescription:NULL
Artifacts UUID List:{
a96c921b-ebfb-4865-97be-d0ccd9284a29
,
11314384-1272-4821-8e44-9db602750997

}
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-09-13T10:57:46.345Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a96c921b-ebfb-4865-97be-d0ccd9284a29 from URL: /sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml
2022-09-13T10:57:46.345Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-13T10:57:46.345Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml
2022-09-13T10:57:46.459Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-13T10:57:46.460Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml a96c921b-ebfb-4865-97be-d0ccd9284a29 20368
2022-09-13T10:57:46.460Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-13T10:57:46.460Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml
2022-09-13T10:57:46.460Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:57:46.460Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:57:46.462Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:57:46.462Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066666460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:57:46.563Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-13T10:57:46.564Z||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-09-13T10:57:46.564Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:57:46.581Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:46.582Z||pool-93-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:57:47.467Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 11314384-1272-4821-8e44-9db602750997 from URL: /sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env
2022-09-13T10:57:47.467Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-13T10:57:47.467Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env
2022-09-13T10:57:47.556Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-13T10:57:47.556Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env 11314384-1272-4821-8e44-9db602750997 2098
2022-09-13T10:57:47.557Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-13T10:57:47.557Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env
2022-09-13T10:57:47.557Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:57:47.557Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:57:47.559Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:57:47.559Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066667556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:57:47.659Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:57:47.660Z||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-09-13T10:57:47.660Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:57:47.678Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:47.679Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:57:48.564Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 19c9cddd-5638-43ae-8dbe-fc3385713293
2022-09-13T10:57:48.564Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7dd6e0e8-32ea 0 f5b03c18-e49f-443a-89e6-6c87bbc35b10 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-09-13T10:57:48.584Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7743a335, org.onap.sdc.toscaparser.api.parameters.Input@3ee343ae, org.onap.sdc.toscaparser.api.parameters.Input@58926755, org.onap.sdc.toscaparser.api.parameters.Input@35f97d, org.onap.sdc.toscaparser.api.parameters.Input@6a05a845]
2022-09-13T10:57:48.586Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.586Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-13 10-56-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:57:48.586Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-09-13T10:57:48.586Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9600c426-a938-4a0a-bc4e-16df91d687f0
2022-09-13T10:57:48.586Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9600c426-a938-4a0a-bc4e-16df91d687f0 matches Tosca VF Customization UUID: 9600c426-a938-4a0a-bc4e-16df91d687f0
2022-09-13T10:57:48.587Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9600c426-a938-4a0a-bc4e-16df91d687f0  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-09-13T10:57:48.589Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.589Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-13 10-56-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:57:48.590Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9600c426-a938-4a0a-bc4e-16df91d687f0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-13T10:57:48.590Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a6de912
2022-09-13T10:57:48.590Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.590Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-13 10-56-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T10:57:48.591Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0cd052e4-1758-4551-b3c7-7e3e02257a3e
2022-09-13T10:57:48.591Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0cd052e4-1758-4551-b3c7-7e3e02257a3e
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-09-13T10:57:48.594Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.594Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is matching search criteria
2022-09-13T10:57:48.594Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7dd6e0e8-32ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:57:48.594Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.594Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is matching search criteria
2022-09-13T10:57:48.595Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7dd6e0e8-32ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:57:48.595Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.595Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is not matching search criteria
2022-09-13T10:57:48.595Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:57:48.596Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-13T10:57:48.596Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:57:48.596Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:57:48.596Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:57:48.596Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:57:48.596Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:57:48.597Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:57:48.597Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:57:48.597Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:57:48.597Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:57:48.597Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8758a6ec-2e3e-4683-8210-ac6efef4aa18
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-09-13T10:57:48.600Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.600Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is matching search criteria
2022-09-13T10:57:48.600Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7dd6e0e8-32ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:57:48.601Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.601Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is not matching search criteria
2022-09-13T10:57:48.601Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:57:48.601Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:57:48.601Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:57:48.602Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:57:48.602Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:57:48.602Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:57:48.602Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:57:48.602Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-13T10:57:48.602Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:57:48.603Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:57:48.603Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:57:48.603Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:57:48.603Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b7e3a328-a9c6-4aa1-ac56-7d1b89a00cd9
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-09-13T10:57:48.605Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.605Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is matching search criteria
2022-09-13T10:57:48.605Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7dd6e0e8-32ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:57:48.606Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.606Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is not matching search criteria
2022-09-13T10:57:48.606Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:57:48.606Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:57:48.607Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:57:48.607Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:57:48.607Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:57:48.607Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:57:48.607Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:57:48.608Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:57:48.608Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:57:48.608Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:57:48.608Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:57:48.608Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-13T10:57:48.608Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b380a426-76d4-4baa-85ba-ed1bdb69c623
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-09-13T10:57:48.610Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.611Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is matching search criteria
2022-09-13T10:57:48.611Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7dd6e0e8-32ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:57:48.611Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.611Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Node template vFW 7dd6e0e8-32ea 0 is matching search criteria
2022-09-13T10:57:48.612Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7dd6e0e8-32ea 0] matching following query criteria: sdcType=VF, customizationUUID=9600c426-a938-4a0a-bc4e-16df91d687f0
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-09-13T10:57:48.613Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.613Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-13 10-56-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:57:48.614Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 19c9cddd-5638-43ae-8dbe-fc3385713293: vFW 7dd6e0e8-32ea
2022-09-13T10:57:48.614Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.614Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-13 10-56-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:57:48.614Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.614Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-13 10-56-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:57:48.615Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.615Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-13 10-56-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:57:48.615Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.615Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-13 10-56-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:57:48.615Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T10:57:48.615Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-13 10-56-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:57:48.616Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-09-13 10-56-18 
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-09-13T10:57:48.848Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7dd6e0e8-32ea f5b03c18-e49f-443a-89e6-6c87bbc35b10 1 ASDC deployResourceStructure
2022-09-13T10:57:48.849Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json ASDC sendASDCNotification
2022-09-13T10:57:48.849Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json
2022-09-13T10:57:48.849Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:57:48.850Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:57:48.852Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:57:48.852Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066668849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T10:57:48.952Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:57:48.953Z||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-09-13T10:57:48.953Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:57:48.976Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:48.976Z||pool-95-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:57:49.859Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-13T10:57:49.859Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml
2022-09-13T10:57:49.860Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:57:49.860Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:57:49.862Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:57:49.862Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066669859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T10:57:49.962Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:57:49.963Z||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-09-13T10:57:49.963Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:57:49.991Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:49.992Z||pool-96-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:57:50.863Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-13T10:57:50.863Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env
2022-09-13T10:57:50.863Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:57:50.864Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:57:50.865Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:57:50.866Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066670863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-13T10:57:50.966Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:57:50.967Z||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-09-13T10:57:50.967Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:57:50.985Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:50.985Z||pool-97-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:57:51.867Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar ASDC sendASDCNotification
2022-09-13T10:57:51.867Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar
2022-09-13T10:57:51.867Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:57:51.867Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:57:51.869Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:57:51.869Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066671866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:57:51.969Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:57:51.970Z||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-09-13T10:57:51.970Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:57:51.989Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:57:51.990Z||pool-98-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:57:52.870Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:57:52.885Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:57:52.889Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:57:52.889Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:57:52.889Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:58:22.890Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:58:22.917Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:58:22.921Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:58:22.921Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:58:22.921Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:58:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:58:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:58:34.030Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:58:34.063Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:58:34.064Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:58:34.064Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066652860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T10:58:34.066Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:58:52.922Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:58:52.936Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:58:52.939Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:58:52.939Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:58:52.939Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:59:22.939Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:59:22.955Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:59:22.958Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:59:22.959Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:59:22.959Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:59:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:59:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T10:59:34.030Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:59:34.558Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T10:59:34.559Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:59:34.559Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "aai-ml",
  "timestamp": 1663066655328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T10:59:34.560Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:59:34.560Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:59:34.560Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:59:34.560Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:59:34.560Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:59:34.561Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "aai-ml",
  "timestamp": 1663066656334,
  "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-09-13T10:59:34.569Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6
2022-09-13T10:59:34.570Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6 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-09-13T10:59:34.582Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:59:34.582Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T10:59:34.582Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:59:34.582Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:59:34.582Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-13T10:59:34.583Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:59:34.583Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:59:34.583Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:59:34.583Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:59:34.583Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:59:34.583Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-13T10:59:34.584Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:59:34.584Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:59:34.584Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T10:59:34.584Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:59:34.584Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:59:34.584Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066654024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T10:59:34.584Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-09-13T10:59:34.585Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:59:34.585Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066661826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:59:34.585Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:59:34.585Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:59:34.585Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066665333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:59:34.585Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:59:34.585Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:59:34.585Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066666460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:59:34.586Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:59:34.586Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:59:34.586Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066667556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T10:59:34.586Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:59:34.586Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:59:34.586Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066668849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/vfw7dd6e0e832ea0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T10:59:34.586Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:59:34.586Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:59:34.587Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066669859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T10:59:34.588Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:59:34.589Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:59:34.589Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066670863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/resourceInstances/vfw7dd6e0e832ea0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-13T10:59:34.589Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:59:34.589Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:59:34.589Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066671866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913105618/1.0/artifacts/service-Vfw20220913105618-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T10:59:34.589Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:59:52.959Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T10:59:52.973Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:59:52.976Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:59:52.976Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T10:59:52.976Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T10:59:52.976Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T10:59:52.977Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-13T10:59:52.977Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T10:59:52.984Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T11:00:22.984Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6 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-09-13T11:00:22.992Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6 and serviceModelVersionId: 19c9cddd-5638-43ae-8dbe-fc3385713293
2022-09-13T11:00:22.993Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c3c6c1c-6911-4f03-ac33-ebf3675d51c4
2022-09-13T11:00:22.994Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c3c6c1c-6911-4f03-ac33-ebf3675d51c4/model-vers/model-ver/19c9cddd-5638-43ae-8dbe-fc3385713293?depth=0
2022-09-13T11:00:22.999Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T11:00:23.052Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5c3c6c1c-6911-4f03-ac33-ebf3675d51c4/model-vers/model-ver/19c9cddd-5638-43ae-8dbe-fc3385713293?depth=0|INFO|500||Invoke
2022-09-13T11:00:23.052Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5c3c6c1c-6911-4f03-ac33-ebf3675d51c4/model-vers/model-ver/19c9cddd-5638-43ae-8dbe-fc3385713293?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5c3c6c1c-6911-4f03-ac33-ebf3675d51c4/model-vers/model-ver/19c9cddd-5638-43ae-8dbe-fc3385713293?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[af2eba74-894d-4ef2-a3f2-815710b6d8cc], X-ECOMP-RequestID=[4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6], X-TransactionId=[], X-ONAP-RequestID=[4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6], Content-Type=[application/merge-patch+json]}
2022-09-13T11:00:23.059Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5c3c6c1c-6911-4f03-ac33-ebf3675d51c4/model-vers/model-ver/19c9cddd-5638-43ae-8dbe-fc3385713293?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-13T11:00:23.062Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5c3c6c1c-6911-4f03-ac33-ebf3675d51c4/model-vers/model-ver/19c9cddd-5638-43ae-8dbe-fc3385713293?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5c3c6c1c-6911-4f03-ac33-ebf3675d51c4/model-vers/model-ver/19c9cddd-5638-43ae-8dbe-fc3385713293?depth=0 has http status code:503 and response headers:{date=[Tue, 13 Sep 2022 11:00:22 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-13T11:00:23.063Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5c3c6c1c-6911-4f03-ac33-ebf3675d51c4/model-vers/model-ver/19c9cddd-5638-43ae-8dbe-fc3385713293?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111

2022-09-13T11:00:23.064Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5c3c6c1c-6911-4f03-ac33-ebf3675d51c4/model-vers/model-ver/19c9cddd-5638-43ae-8dbe-fc3385713293?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-13T11:00:23.065Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T11:00:23.066Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	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)
2022-09-13T11:00:23.066Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T11:00:23.066Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-09-13T11:00:23.072Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T11:00:23.072Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T11:00:23.072Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-13T11:00:23.073Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:00:23.074Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:00:23.075Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066823072,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T11:00:23.175Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:00:23.176Z||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-09-13T11:00:23.176Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:00:23.208Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:00:23.209Z||pool-99-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-13T11:00:24.091Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:00:24.091Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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-09-13T11:00:24.091Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:00:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:00:34.030Z||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-09-13T11:00:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:00:34.413Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:00:34.414Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:00:34.414Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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-09-13T11:00:34.414Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:00:34.676Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:00:34.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-13T11:00:34.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066823072,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T11:00:34.678Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:00:43.963Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:00:43.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:00:43.965Z||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-09-13T11:00:43.965Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:00:53.519Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:01:34.024Z||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-09-13T11:01:34.024Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:01:34.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:01:34.029Z||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-09-13T11:01:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:01:34.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:34.674Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:34.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"43057705-2441-4964-b160-994c5ba3479d","serviceName":"vFW 2022-09-13 11-00-09","serviceVersion":"1.0","serviceUUID":"7e658077-f009-48e9-b56f-663994f59736","serviceDescription":"catalog service description","serviceInvariantUUID":"2d53d384-834f-45d3-8251-02e5267f2db2","resources":[{"resourceInstanceName":"vFW a29d57df-d29c 0","resourceName":"vFW a29d57df-d29c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"98845254-81ae-4945-96d9-d165dfa4b21d","resourceInvariantUUID":"82bd54f0-ec47-4f1a-89a2-ee7ce5f9b11e","resourceCustomizationUUID":"f6e8065d-7412-46ff-be5a-e78fa71f30de","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vf-license-model.xml","artifactChecksum":"YWJkMzk2MDY5MmJiYTRiM2UxODM5NGQxMGZkMGZhZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9fb41939-b1a5-4b9b-86c9-f1f726c7b770","artifactVersion":"1"},{"artifactName":"vfwa29d57dfd29c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json","artifactChecksum":"YjE4ODMyNzFlZjE1OTk2YWQ0ZDYyNTMyOWNkYzI0NGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e90e47b-abe6-4093-ae24-9c49ad334f96","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6db8e4d5-834f-410d-a0e0-96a146a27945","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vendor-license-model.xml","artifactChecksum":"NjU3MGQ4YWZhN2I5ODIyNGJmM2IyMWY4MTdjYWQ3OTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4aeb30cf-4c93-445a-ab9a-ff70a4da82bc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50349f6d-e5a3-435c-8e88-3dfa59195f4e","artifactVersion":"2","generatedFromUUID":"6db8e4d5-834f-410d-a0e0-96a146a27945"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220913110009-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-template.yml","artifactChecksum":"MTJmMWI4NDNiZTY0OTBjMDkzNTUwYzkwMWUzNmQ2NjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9af8e493-4f32-4a66-b060-ff99e202ab30","artifactVersion":"1"},{"artifactName":"service-Vfw20220913110009-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar","artifactChecksum":"MTdhY2YxYTFmZGU1YjM5OTNmYzA0ZTBlNzA3ODVlZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02bf9ef5-88db-4a76-9ed3-a42a0088f4d8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T11:01:34.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "aai-ml",
  "timestamp": 1663066855469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.677Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:01:34.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.677Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:01:34.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "cds",
  "timestamp": 1663066863542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066860842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "cds",
  "timestamp": 1663066863542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.680Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:01:34.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.680Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "aai-ml",
  "timestamp": 1663066855469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066860842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T11:01:34.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066860842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-13T11:01:34.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "aai-ml",
  "timestamp": 1663066855469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "cds",
  "timestamp": 1663066863542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "cds",
  "timestamp": 1663066863542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066860842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "aai-ml",
  "timestamp": 1663066855469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "cds",
  "timestamp": 1663066863542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "aai-ml",
  "timestamp": 1663066855469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066860842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-13T11:01:34.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "cds",
  "timestamp": 1663066863542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "aai-ml",
  "timestamp": 1663066855469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066860842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "cds",
  "timestamp": 1663066863542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:01:34.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "aai-ml",
  "timestamp": 1663066855469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:01:34.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066860842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:01:34.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "cds",
  "timestamp": 1663066871553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:01:34.698Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:01:34.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "aai-ml",
  "timestamp": 1663066871766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:01:34.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:01:34.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066869997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:01:34.700Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:01:34.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "aai-ml",
  "timestamp": 1663066872772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T11:01:34.701Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:01:34.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066871107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:01:34.702Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:01:34.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "aai-ml",
  "timestamp": 1663066873777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T11:01:34.703Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:01:34.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066872225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:01:34.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:01:34.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "aai-ml",
  "timestamp": 1663066874781,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T11:01:34.729Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 43057705-2441-4964-b160-994c5ba3479d
2022-09-13T11:01:34.730Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43057705-2441-4964-b160-994c5ba3479d 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-09-13T11:01:34.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066873252,
  "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-09-13T11:01:34.752Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43057705-2441-4964-b160-994c5ba3479d
2022-09-13T11:01:34.753Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43057705-2441-4964-b160-994c5ba3479d 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-09-13T11:01:34.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066873463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663066874255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T11:01:34.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:01:34.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066873463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066873463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066873463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066873463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066873463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:34.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066873463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:01:34.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:01:34.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066881218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:01:34.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:01:34.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066884454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T11:01:34.771Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:01:34.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:01:34.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663066885457,
  "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-09-13T11:01:34.779Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 43057705-2441-4964-b160-994c5ba3479d
2022-09-13T11:01:34.779Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43057705-2441-4964-b160-994c5ba3479d and ComponentName SDNC
2022-09-13T11:01:34.780Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:01:34.781Z||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-09-13T11:01:34.781Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T11:01:34.802Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:34.802Z||pool-100-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-13T11:01:35.683Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:01:35.684Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:01:35.685Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:01:35.685Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T11:01:35.786Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:01:35.787Z||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-09-13T11:01:35.787Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:01:35.809Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:35.810Z||pool-101-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:01:36.686Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:01:36.686Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:01:36.689Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:01:36.689Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-13T11:01:36.790Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-13T11:01:36.790Z||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-09-13T11:01:36.791Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:01:36.809Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:36.809Z||pool-102-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:01:37.690Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:01:37.691Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:01:37.693Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:01:37.693Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:37.793Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:01:37.794Z||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-09-13T11:01:37.794Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:01:37.812Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:37.813Z||pool-103-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:01:38.693Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:01:38.695Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:01:38.701Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:01:38.701Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-13T11:01:38.799Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-13T11:01:38.800Z||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-09-13T11:01:38.800Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:01:38.818Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:38.819Z||pool-104-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:01:39.702Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:01:39.703Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:01:39.705Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:01:39.705Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:01:39.805Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:01:39.806Z||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-09-13T11:01:39.806Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:01:39.828Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:39.828Z||pool-105-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:01:40.705Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:01:40.706Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:01:40.708Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:01:40.708Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:01:40.808Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:01:40.809Z||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-09-13T11:01:40.810Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:01:40.830Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:40.830Z||pool-106-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-13T11:01:41.709Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "serviceName": "vFW 2022-09-13 11-00-09",
  "serviceVersion": "1.0",
  "serviceUUID": "7e658077-f009-48e9-b56f-663994f59736",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2d53d384-834f-45d3-8251-02e5267f2db2",
  "resources": [
    {
      "resourceInstanceName": "vFW a29d57df-d29c 0",
      "resourceCustomizationUUID": "f6e8065d-7412-46ff-be5a-e78fa71f30de",
      "resourceName": "vFW a29d57df-d29c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "98845254-81ae-4945-96d9-d165dfa4b21d",
      "resourceInvariantUUID": "82bd54f0-ec47-4f1a-89a2-ee7ce5f9b11e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa29d57dfd29c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json",
          "artifactChecksum": "YjE4ODMyNzFlZjE1OTk2YWQ0ZDYyNTMyOWNkYzI0NGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4e90e47b-abe6-4093-ae24-9c49ad334f96",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6db8e4d5-834f-410d-a0e0-96a146a27945",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "50349f6d-e5a3-435c-8e88-3dfa59195f4e",
            "generatedFromUUID": "6db8e4d5-834f-410d-a0e0-96a146a27945"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "50349f6d-e5a3-435c-8e88-3dfa59195f4e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220913110009-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar",
      "artifactChecksum": "MTdhY2YxYTFmZGU1YjM5OTNmYzA0ZTBlNzA3ODVlZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "02bf9ef5-88db-4a76-9ed3-a42a0088f4d8"
    }
  ],
  "workloadContext": "Production"
}
2022-09-13T11:01:41.710Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T11:01:41.710Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7e658077-f009-48e9-b56f-663994f59736 ASDC
2022-09-13T11:01:41.711Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:43057705-2441-4964-b160-994c5ba3479d
ServiceName:vFW 2022-09-13 11-00-09
ServiceVersion:1.0
ServiceUUID:7e658077-f009-48e9-b56f-663994f59736
ServiceInvariantUUID:2d53d384-834f-45d3-8251-02e5267f2db2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220913110009-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar
ArtifactUUID:02bf9ef5-88db-4a76-9ed3-a42a0088f4d8
ArtifactChecksum:MTdhY2YxYTFmZGU1YjM5OTNmYzA0ZTBlNzA3ODVlZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a29d57df-d29c 0
ResourceCustomizationUUID:f6e8065d-7412-46ff-be5a-e78fa71f30de
ResourceInvariantUUID:82bd54f0-ec47-4f1a-89a2-ee7ce5f9b11e
ResourceName:vFW a29d57df-d29c
ResourceType:VF
ResourceUUID:98845254-81ae-4945-96d9-d165dfa4b21d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa29d57dfd29c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json
ArtifactUUID:4e90e47b-abe6-4093-ae24-9c49ad334f96
ArtifactChecksum:YjE4ODMyNzFlZjE1OTk2YWQ0ZDYyNTMyOWNkYzI0NGY=
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/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml
ArtifactUUID:6db8e4d5-834f-410d-a0e0-96a146a27945
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/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env
ArtifactUUID:50349f6d-e5a3-435c-8e88-3dfa59195f4e
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/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env
ArtifactUUID:50349f6d-e5a3-435c-8e88-3dfa59195f4e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-13T11:01:41.712Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e658077-f009-48e9-b56f-663994f59736 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-09-13T11:01:41.756Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T11:01:41.757Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-13T11:01:41.757Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-13T11:01:41.757Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 02bf9ef5-88db-4a76-9ed3-a42a0088f4d8 from URL: /sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar
2022-09-13T11:01:41.757Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-13T11:01:41.757Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar
2022-09-13T11:01:41.819Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-13T11:01:41.820Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar 02bf9ef5-88db-4a76-9ed3-a42a0088f4d8 100660
2022-09-13T11:01:41.821Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar ASDC sendASDCNotification
2022-09-13T11:01:41.821Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar
2022-09-13T11:01:41.821Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T11:01:41.821Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:01:41.824Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:01:41.824Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066901821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:01:41.924Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:01:41.925Z||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-09-13T11:01:41.925Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:01:41.942Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:41.942Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-13T11:01:42.825Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T11:01:42.826Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-13T11:01:42.826Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 02bf9ef5-88db-4a76-9ed3-a42a0088f4d8, URL: /sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar to file: /app/ASDC/1/service-Vfw20220913110009-csar.csar
2022-09-13T11:01:42.826Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220913110009-csar.csar
2022-09-13T11:01:42.827Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220913110009-csar.csar
2022-09-13T11:01:42.827Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220913110009-csar.csar
2022-09-13T11:01:42.977Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8197952542468316963/Definitions/service-Vfw20220913110009-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-09-13T11:01:44.873Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T11:01:44.874Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-13T11:01:44.874Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220913110009-csar.csar
2022-09-13T11:01:44.874Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-13T11:01:44.874Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913110009-csar.csar
2022-09-13T11:01:44.875Z|43057705-2441-4964-b160-994c5ba3479d|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-Vfw20220913110009-csar.csar
2022-09-13T11:01:44.875Z|43057705-2441-4964-b160-994c5ba3479d|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-Vfw20220913110009-csar.csar
2022-09-13T11:01:44.875Z|43057705-2441-4964-b160-994c5ba3479d|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-Vfw20220913110009-csar.csar
2022-09-13T11:01:44.875Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a29d57df-d29c 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220913110009-csar.csar
2022-09-13T11:01:44.875Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913110009-csar.csar
2022-09-13T11:01:44.875Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913110009-csar.csar
2022-09-13T11:01:44.875Z|43057705-2441-4964-b160-994c5ba3479d|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-Vfw20220913110009-csar.csar
2022-09-13T11:01:44.876Z|43057705-2441-4964-b160-994c5ba3479d|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-Vfw20220913110009-csar.csar
2022-09-13T11:01:44.876Z|43057705-2441-4964-b160-994c5ba3479d|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-Vfw20220913110009-csar.csar
2022-09-13T11:01:44.876Z|43057705-2441-4964-b160-994c5ba3479d|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-Vfw20220913110009-csar.csar
2022-09-13T11:01:44.876Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-13T11:01:44.876Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:44.876Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-13 11-00-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:01:44.876Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is matching search criteria
2022-09-13T11:01:44.877Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-13T11:01:44.877Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a29d57df-d29c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T11:01:44.877Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:44.877Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-13 11-00-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:01:44.877Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is matching search criteria
2022-09-13T11:01:44.877Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-13T11:01:44.877Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a29d57df-d29c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T11:01:44.878Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:44.878Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-13 11-00-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:01:44.878Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:44.878Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is not matching search criteria
2022-09-13T11:01:44.878Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T11:01:44.878Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T11:01:44.879Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T11:01:44.879Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T11:01:44.879Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T11:01:44.879Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T11:01:44.879Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T11:01:44.879Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T11:01:44.879Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T11:01:44.879Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T11:01:44.880Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T11:01:44.880Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T11:01:44.880Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T11:01:44.880Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T11:01:44.880Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T11:01:44.880Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-13T11:01:44.880Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:44.881Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-13 11-00-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T11:01:44.881Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:44.881Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is matching search criteria
2022-09-13T11:01:44.881Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a29d57df-d29c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T11:01:44.881Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:44.881Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is matching search criteria
2022-09-13T11:01:44.881Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a29d57df-d29c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T11:01:44.882Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:44.882Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is matching search criteria
2022-09-13T11:01:44.882Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a29d57df-d29c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T11:01:44.882Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:44.882Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is not matching search criteria
2022-09-13T11:01:44.882Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T11:01:44.882Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T11:01:44.883Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-13T11:01:44.883Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T11:01:44.883Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T11:01:44.883Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T11:01:44.883Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T11:01:44.883Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T11:01:44.883Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T11:01:44.884Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T11:01:44.884Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T11:01:44.884Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c680af9e-493e-49a0-b587-1e3ca5a7eb68
2022-09-13T11:01:44.884Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:44.884Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is not matching search criteria
2022-09-13T11:01:44.884Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T11:01:44.884Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T11:01:44.884Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T11:01:44.885Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T11:01:44.885Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T11:01:44.885Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T11:01:44.885Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T11:01:44.885Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-13T11:01:44.885Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T11:01:44.885Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T11:01:44.886Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T11:01:44.886Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T11:01:44.886Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7f74d4c4-3189-4b0c-9416-b9bc1d3f7aed
2022-09-13T11:01:44.886Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:44.886Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is not matching search criteria
2022-09-13T11:01:44.886Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T11:01:44.886Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T11:01:44.886Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T11:01:44.887Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T11:01:44.887Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T11:01:44.887Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T11:01:44.887Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T11:01:44.887Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T11:01:44.887Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T11:01:44.887Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T11:01:44.887Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T11:01:44.888Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-13T11:01:44.888Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2653680f-fee7-42be-928a-ddb4f0c80351
2022-09-13T11:01:44.888Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:44.888Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-13 11-00-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:01:44.888Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:44.888Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-13 11-00-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:01:44.888Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:44.889Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-13 11-00-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:01:44.889Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:44.889Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-13 11-00-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:01:44.889Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-13 11-00-09
Description:catalog service description
Model UUID:7e658077-f009-48e9-b56f-663994f59736
Model Version:NULL
Model InvariantUuid:2d53d384-834f-45d3-8251-02e5267f2db2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a29d57df-d29c
Model UUID:a7975124-88fa-4e44-ba5e-b477c7786925
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:82bd54f0-ec47-4f1a-89a2-ee7ce5f9b11e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f6e8065d-7412-46ff-be5a-e78fa71f30de
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:93f3cb64-d857-4431-85f9-8848c4875dd0
ModelName:VfwA29d57dfD29c..base_vfw..module-0
ModelUuid:aa9e653b-8cb8-46f6-869e-b923d171c0c7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c680af9e-493e-49a0-b587-1e3ca5a7eb68
ModelInvariantUuid:87895a1c-9436-4cf0-b8c5-1a2e3ce10c43
ModelName:vFW a29d57df-d29c-nodes.vfwCvfc
ModelUuid:2863efe8-ec3c-4bdb-a3b0-74eac53222cd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b1d1b991-3770-486b-9e83-c568a40ac9d1
ModelInvariantUuid:433209e6-f037-4018-9afa-5b223b757e34
ModelName:VfwA29d57dfD29c.compute.nodes.heat.vfw
ModelUuid:8968fe77-08ff-4bd2-855b-3ee8dab9f7a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7f74d4c4-3189-4b0c-9416-b9bc1d3f7aed
ModelInvariantUuid:3e62d11e-5eef-488e-918c-238124d738a1
ModelName:vFW a29d57df-d29c-nodes.vsnCvfc
ModelUuid:b8021521-2062-4eb7-af76-5fd95708f0b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e4113b98-4294-4a3a-b241-f0facea0c346
ModelInvariantUuid:4e01ca2c-0e6e-4bd7-be12-487e4d383617
ModelName:VfwA29d57dfD29c.compute.nodes.heat.vsn
ModelUuid:988bbf70-29e4-4fc7-8a0d-eff5377e72a2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2653680f-fee7-42be-928a-ddb4f0c80351
ModelInvariantUuid:cac6367a-2137-4562-a92f-34ecbc5157da
ModelName:vFW a29d57df-d29c-nodes.vpgCvfc
ModelUuid:e7de7246-1deb-4b84-a662-b784b249ca09
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f24ee24c-7660-4bc9-9ef4-19ada9f90cf4
ModelInvariantUuid:67e05a33-8401-4414-90a3-0ce5f1f5f69d
ModelName:VfwA29d57dfD29c.compute.nodes.heat.vpg
ModelUuid:01c6276f-84cc-4f37-94ee-57680fec835a
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-09-13T11:01:44.899Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 98845254-81ae-4945-96d9-d165dfa4b21d
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-09-13T11:01:44.902Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||vFW a29d57df-d29c 0
2022-09-13T11:01:44.902Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 98845254-81ae-4945-96d9-d165dfa4b21d
2022-09-13T11:01:44.902Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4e90e47b-abe6-4093-ae24-9c49ad334f96 from URL: /sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json
2022-09-13T11:01:44.902Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-13T11:01:44.902Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json
2022-09-13T11:01:44.960Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-13T11:01:44.961Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json 4e90e47b-abe6-4093-ae24-9c49ad334f96 785
2022-09-13T11:01:44.961Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json ASDC sendASDCNotification
2022-09-13T11:01:44.961Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json
2022-09-13T11:01:44.961Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T11:01:44.962Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:01:44.963Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:01:44.964Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066904961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:01:45.064Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:01:45.065Z||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-09-13T11:01:45.065Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:01:45.091Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:45.092Z||pool-108-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:01:45.964Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA29d57dfD29c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "93f3cb64-d857-4431-85f9-8848c4875dd0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aa9e653b-8cb8-46f6-869e-b923d171c0c7",
    "vfModuleModelCustomizationUUID": "d4efbcdf-f3bd-479b-bcc1-b8340654f4f9",
    "isBase": true,
    "artifacts": [
      "6db8e4d5-834f-410d-a0e0-96a146a27945",
      "50349f6d-e5a3-435c-8e88-3dfa59195f4e"
    ],
    "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-09-13T11:01:45.969Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA29d57dfD29c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa9e653b-8cb8-46f6-869e-b923d171c0c7
VfModuleModelInvariantUUID:93f3cb64-d857-4431-85f9-8848c4875dd0
VfModuleModelDescription:NULL
Artifacts UUID List:{
6db8e4d5-834f-410d-a0e0-96a146a27945
,
50349f6d-e5a3-435c-8e88-3dfa59195f4e

}
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-09-13T11:01:45.970Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA29d57dfD29c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "93f3cb64-d857-4431-85f9-8848c4875dd0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aa9e653b-8cb8-46f6-869e-b923d171c0c7",
    "vfModuleModelCustomizationUUID": "d4efbcdf-f3bd-479b-bcc1-b8340654f4f9",
    "isBase": true,
    "artifacts": [
      "6db8e4d5-834f-410d-a0e0-96a146a27945",
      "50349f6d-e5a3-435c-8e88-3dfa59195f4e"
    ],
    "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-09-13T11:01:45.970Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA29d57dfD29c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa9e653b-8cb8-46f6-869e-b923d171c0c7
VfModuleModelInvariantUUID:93f3cb64-d857-4431-85f9-8848c4875dd0
VfModuleModelDescription:NULL
Artifacts UUID List:{
6db8e4d5-834f-410d-a0e0-96a146a27945
,
50349f6d-e5a3-435c-8e88-3dfa59195f4e

}
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-09-13T11:01:45.970Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6db8e4d5-834f-410d-a0e0-96a146a27945 from URL: /sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml
2022-09-13T11:01:45.971Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-13T11:01:45.971Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml
2022-09-13T11:01:46.058Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-13T11:01:46.058Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml 6db8e4d5-834f-410d-a0e0-96a146a27945 20368
2022-09-13T11:01:46.059Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-13T11:01:46.059Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml
2022-09-13T11:01:46.059Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T11:01:46.059Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:01:46.061Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:01:46.061Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066906059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:01:46.162Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:01:46.162Z||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-09-13T11:01:46.162Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:01:46.179Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:46.180Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:01:47.062Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50349f6d-e5a3-435c-8e88-3dfa59195f4e from URL: /sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env
2022-09-13T11:01:47.063Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-13T11:01:47.063Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env
2022-09-13T11:01:47.122Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-13T11:01:47.123Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env 50349f6d-e5a3-435c-8e88-3dfa59195f4e 2098
2022-09-13T11:01:47.124Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-13T11:01:47.124Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env
2022-09-13T11:01:47.124Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T11:01:47.124Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:01:47.127Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:01:47.127Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066907124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:01:47.227Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:01:47.228Z||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-09-13T11:01:47.228Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:01:47.246Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:47.247Z||pool-110-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:01:48.128Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7e658077-f009-48e9-b56f-663994f59736
2022-09-13T11:01:48.128Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a29d57df-d29c 0 98845254-81ae-4945-96d9-d165dfa4b21d 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-09-13T11:01:48.147Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4db29ac3, org.onap.sdc.toscaparser.api.parameters.Input@6d9c044f, org.onap.sdc.toscaparser.api.parameters.Input@7ed71a2f, org.onap.sdc.toscaparser.api.parameters.Input@4a85aec0, org.onap.sdc.toscaparser.api.parameters.Input@13b851d1]
2022-09-13T11:01:48.149Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.149Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-13 11-00-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:01:48.149Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-09-13T11:01:48.150Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f6e8065d-7412-46ff-be5a-e78fa71f30de
2022-09-13T11:01:48.150Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f6e8065d-7412-46ff-be5a-e78fa71f30de matches Tosca VF Customization UUID: f6e8065d-7412-46ff-be5a-e78fa71f30de
2022-09-13T11:01:48.150Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f6e8065d-7412-46ff-be5a-e78fa71f30de  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-09-13T11:01:48.152Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.152Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-13 11-00-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:01:48.153Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f6e8065d-7412-46ff-be5a-e78fa71f30de: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-13T11:01:48.153Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3fdfa06e
2022-09-13T11:01:48.153Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.153Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-13 11-00-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T11:01:48.153Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d4efbcdf-f3bd-479b-bcc1-b8340654f4f9
2022-09-13T11:01:48.153Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d4efbcdf-f3bd-479b-bcc1-b8340654f4f9
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-09-13T11:01:48.156Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.156Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is matching search criteria
2022-09-13T11:01:48.156Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a29d57df-d29c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T11:01:48.156Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.156Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is matching search criteria
2022-09-13T11:01:48.156Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a29d57df-d29c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T11:01:48.157Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.157Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is not matching search criteria
2022-09-13T11:01:48.157Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T11:01:48.157Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T11:01:48.157Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-13T11:01:48.157Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T11:01:48.158Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T11:01:48.158Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T11:01:48.158Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T11:01:48.158Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T11:01:48.158Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T11:01:48.158Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T11:01:48.158Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T11:01:48.158Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c680af9e-493e-49a0-b587-1e3ca5a7eb68
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-09-13T11:01:48.163Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.164Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is matching search criteria
2022-09-13T11:01:48.164Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a29d57df-d29c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T11:01:48.164Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.164Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is not matching search criteria
2022-09-13T11:01:48.164Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T11:01:48.164Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T11:01:48.165Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T11:01:48.165Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T11:01:48.165Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T11:01:48.165Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T11:01:48.165Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T11:01:48.165Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-13T11:01:48.166Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T11:01:48.166Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T11:01:48.166Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T11:01:48.166Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T11:01:48.166Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7f74d4c4-3189-4b0c-9416-b9bc1d3f7aed
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-09-13T11:01:48.170Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.170Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is matching search criteria
2022-09-13T11:01:48.170Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a29d57df-d29c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T11:01:48.170Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.170Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is not matching search criteria
2022-09-13T11:01:48.171Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T11:01:48.171Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T11:01:48.171Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T11:01:48.171Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T11:01:48.171Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T11:01:48.171Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T11:01:48.171Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T11:01:48.172Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T11:01:48.172Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T11:01:48.172Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T11:01:48.172Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T11:01:48.172Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-13T11:01:48.172Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2653680f-fee7-42be-928a-ddb4f0c80351
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-09-13T11:01:48.175Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.175Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is matching search criteria
2022-09-13T11:01:48.175Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a29d57df-d29c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T11:01:48.175Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.175Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Node template vFW a29d57df-d29c 0 is matching search criteria
2022-09-13T11:01:48.175Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a29d57df-d29c 0] matching following query criteria: sdcType=VF, customizationUUID=f6e8065d-7412-46ff-be5a-e78fa71f30de
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-09-13T11:01:48.177Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.177Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-13 11-00-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:01:48.177Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7e658077-f009-48e9-b56f-663994f59736: vFW a29d57df-d29c
2022-09-13T11:01:48.178Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.178Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-13 11-00-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:01:48.178Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.178Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-13 11-00-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:01:48.178Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.178Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-13 11-00-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:01:48.178Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.179Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-13 11-00-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:01:48.179Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:01:48.179Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-13 11-00-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:01:48.179Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-09-13 11-00-09 
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-09-13T11:01:48.360Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a29d57df-d29c 98845254-81ae-4945-96d9-d165dfa4b21d 1 ASDC deployResourceStructure
2022-09-13T11:01:48.360Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json ASDC sendASDCNotification
2022-09-13T11:01:48.361Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json
2022-09-13T11:01:48.361Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T11:01:48.361Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:01:48.363Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:01:48.363Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066908360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T11:01:48.464Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-13T11:01:48.465Z||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-09-13T11:01:48.465Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:01:48.484Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:48.485Z||pool-111-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:01:49.364Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-13T11:01:49.365Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml
2022-09-13T11:01:49.365Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T11:01:49.365Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:01:49.368Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:01:49.368Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066909364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T11:01:49.468Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:01:49.469Z||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-09-13T11:01:49.469Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:01:49.485Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:49.485Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:01:50.369Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-13T11:01:50.369Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env
2022-09-13T11:01:50.369Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T11:01:50.370Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:01:50.372Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:01:50.372Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066910369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-13T11:01:50.472Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:01:50.473Z||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-09-13T11:01:50.473Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:01:50.491Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:50.492Z||pool-113-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:01:51.372Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar ASDC sendASDCNotification
2022-09-13T11:01:51.373Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar
2022-09-13T11:01:51.373Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T11:01:51.373Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:01:51.375Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:01:51.375Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066911372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T11:01:51.475Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:01:51.476Z||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-09-13T11:01:51.477Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:01:51.494Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:01:51.494Z||pool-114-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:01:52.376Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43057705-2441-4964-b160-994c5ba3479d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T11:01:52.391Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43057705-2441-4964-b160-994c5ba3479d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T11:01:52.396Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T11:01:52.396Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T11:01:52.396Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T11:01:52.396Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T11:01:52.397Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-13T11:01:52.397Z|43057705-2441-4964-b160-994c5ba3479d|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-09-13T11:01:52.405Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T11:02:22.405Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 43057705-2441-4964-b160-994c5ba3479d 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-09-13T11:02:22.418Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 43057705-2441-4964-b160-994c5ba3479d and serviceModelVersionId: 7e658077-f009-48e9-b56f-663994f59736
2022-09-13T11:02:22.418Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d53d384-834f-45d3-8251-02e5267f2db2
2022-09-13T11:02:22.419Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d53d384-834f-45d3-8251-02e5267f2db2/model-vers/model-ver/7e658077-f009-48e9-b56f-663994f59736?depth=0
2022-09-13T11:02:22.423Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T11:02:22.465Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/2d53d384-834f-45d3-8251-02e5267f2db2/model-vers/model-ver/7e658077-f009-48e9-b56f-663994f59736?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-09-13T11:02:22.467Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/2d53d384-834f-45d3-8251-02e5267f2db2/model-vers/model-ver/7e658077-f009-48e9-b56f-663994f59736?depth=0|INFO|500||Invoke
2022-09-13T11:02:22.472Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/2d53d384-834f-45d3-8251-02e5267f2db2/model-vers/model-ver/7e658077-f009-48e9-b56f-663994f59736?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-13T11:02:22.475Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/2d53d384-834f-45d3-8251-02e5267f2db2/model-vers/model-ver/7e658077-f009-48e9-b56f-663994f59736?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-13T11:02:22.476Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/2d53d384-834f-45d3-8251-02e5267f2db2/model-vers/model-ver/7e658077-f009-48e9-b56f-663994f59736?depth=0 has http status code:503 and response headers:{date=[Tue, 13 Sep 2022 11:02:22 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-13T11:02:22.477Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111

2022-09-13T11:02:22.478Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=43057705-2441-4964-b160-994c5ba3479d upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T11:02:22.479Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=43057705-2441-4964-b160-994c5ba3479d upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	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)
2022-09-13T11:02:22.479Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=43057705-2441-4964-b160-994c5ba3479d upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T11:02:22.479Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=43057705-2441-4964-b160-994c5ba3479d upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-09-13T11:02:22.484Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||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-09-13T11:02:22.484Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 43057705-2441-4964-b160-994c5ba3479d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=43057705-2441-4964-b160-994c5ba3479d upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T11:02:22.484Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-13T11:02:22.485Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:02:22.486Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:02:22.487Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066942484,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d43057705-2441-4964-b160-994c5ba3479d upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T11:02:22.587Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:02:22.588Z||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-09-13T11:02:22.588Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:02:22.610Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:02:22.610Z||pool-115-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-09-13T11:02:34.024Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:02:34.025Z|43057705-2441-4964-b160-994c5ba3479d|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-09-13T11:02:34.026Z|43057705-2441-4964-b160-994c5ba3479d|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:02:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:02:34.029Z||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-09-13T11:02:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:02:34.157Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:02:34.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:02:34.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:02:34.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:02:43.592Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:03:34.024Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:03:34.025Z|43057705-2441-4964-b160-994c5ba3479d|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-09-13T11:03:34.025Z|43057705-2441-4964-b160-994c5ba3479d|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:03:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:03:34.029Z||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-09-13T11:03:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:03:34.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:03:34.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:03:34.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json",
  "status": "NOTIFIED"
}
2022-09-13T11:03:34.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:03:34.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:03:34.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-13T11:03:34.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:03:34.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:03:34.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:03:34.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:03:34.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:03:34.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-13T11:03:34.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:03:34.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:03:34.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:03:34.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:03:34.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:03:34.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:03:34.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:03:34.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:03:34.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066901821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:03:34.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:03:34.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:03:34.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066904961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:03:34.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:03:34.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:03:34.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066906059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:03:34.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:03:34.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:03:34.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066907124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:03:34.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:03:34.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:03:34.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066908360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/vfwa29d57dfd29c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-13T11:03:34.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:03:34.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:03:34.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066909364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-13T11:03:34.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:03:34.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:03:34.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066910369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/resourceInstances/vfwa29d57dfd29c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-13T11:03:34.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:03:34.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:03:34.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066911372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220913110009/1.0/artifacts/service-Vfw20220913110009-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T11:03:34.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:03:34.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-13T11:03:34.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43057705-2441-4964-b160-994c5ba3479d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663066942484,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d43057705-2441-4964-b160-994c5ba3479d upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T11:03:34.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:03:43.579Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:04:34.024Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:04:34.025Z|43057705-2441-4964-b160-994c5ba3479d|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-09-13T11:04:34.025Z|43057705-2441-4964-b160-994c5ba3479d|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:04:34.030Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:04:34.030Z||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-09-13T11:04:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:04:43.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:04:43.577Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:05:34.024Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:05:34.027Z|43057705-2441-4964-b160-994c5ba3479d|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-09-13T11:05:34.027Z|43057705-2441-4964-b160-994c5ba3479d|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:05:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:05:34.029Z||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-09-13T11:05:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:05:43.577Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:05:43.584Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:06:34.024Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:06:34.024Z|43057705-2441-4964-b160-994c5ba3479d|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-09-13T11:06:34.025Z|43057705-2441-4964-b160-994c5ba3479d|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:06:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:06:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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-09-13T11:06:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:06:43.575Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:06:43.577Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:07:34.024Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:07:34.024Z|43057705-2441-4964-b160-994c5ba3479d|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-09-13T11:07:34.025Z|43057705-2441-4964-b160-994c5ba3479d|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:07:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:07:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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-09-13T11:07:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:07:43.586Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:07:43.587Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:08:34.024Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:08:34.024Z|43057705-2441-4964-b160-994c5ba3479d|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-09-13T11:08:34.025Z|43057705-2441-4964-b160-994c5ba3479d|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:08:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:08:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T11:08:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:08:43.572Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:08:43.573Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:09:34.024Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:09:34.024Z|43057705-2441-4964-b160-994c5ba3479d|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-09-13T11:09:34.025Z|43057705-2441-4964-b160-994c5ba3479d|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:09:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:09:34.030Z||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-09-13T11:09:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:09:43.579Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:09:43.580Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:10:34.024Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:10:34.024Z|43057705-2441-4964-b160-994c5ba3479d|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-09-13T11:10:34.025Z|43057705-2441-4964-b160-994c5ba3479d|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:10:34.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:10:34.029Z||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-09-13T11:10:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:10:34.660Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:10:34.660Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.661Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1f087455-fcde-4a06-941d-c602def7dee7","serviceName":"Demo_pNF_gjPRM8XtSc63og8RPTOc","serviceVersion":"1.0","serviceUUID":"ec560044-41cc-47e2-835b-578dce93f02b","serviceDescription":"catalog service description","serviceInvariantUUID":"46c2dcf3-1a58-446e-82c1-03d52b725c00","resources":[{"resourceInstanceName":"pNF 180be407-e39c 0","resourceName":"pNF 180be407-e39c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"47159e26-8cb2-40da-9ca5-39a292e6f43e","resourceInvariantUUID":"4c43f891-99c6-45fa-8bd2-4402a3e6bfc9","resourceCustomizationUUID":"3941a78c-6b8e-4299-b56d-2cfa00ad7b98","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/vf-license-model.xml","artifactChecksum":"ZjVhYjkzYTFhNjYzM2QxODNiODFlZGIzMWE4NTdjZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"769fb120-096e-4ad3-a337-20d8b76f1155","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/pNF.csar","artifactChecksum":"YWM2NDBlMGFhZGQwZjQ5MGQ0ZmQ5OWJmYjhjOWIyNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4114076f-9617-4e53-a6f7-c425756e9d98","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5cae8b2e-47d2-46d7-8ca8-8156024b5484","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/vendor-license-model.xml","artifactChecksum":"MzdjZGRhOGM1ZmExNjI1YWI5NTVjNjU4NDliYzM3Y2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d1f440c3-d707-4f8c-82a1-04c2369f4990","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f9bdad9-ee4d-4142-95bd-348004eea0cb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"273ca97d-a4a6-4660-a4b6-39173e9f4c1f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGjprm8xtsc63og8rptoc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-template.yml","artifactChecksum":"OWE3NWIzNjA4Y2ZmNzMxMmMwMTMwY2JmNGZhODhiNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8c24224-80f6-4442-8cd7-7e4be378a6c1","artifactVersion":"1"},{"artifactName":"service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar","artifactChecksum":"ZjMzYjI0YTcwZWI0ODUzN2I2Mjg4NDc0ZDljMTYyMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"17a594f5-18cf-4dd0-9011-b4b3735fd686","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T11:10:34.662Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:10:34.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663067420842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.664Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:10:34.664Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:10:34.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "cds",
  "timestamp": 1663067418542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663067420842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "cds",
  "timestamp": 1663067418542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "aai-ml",
  "timestamp": 1663067425469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "aai-ml",
  "timestamp": 1663067425469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663067420842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "cds",
  "timestamp": 1663067418542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.668Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:10:34.668Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067434024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "aai-ml",
  "timestamp": 1663067425469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663067420842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "cds",
  "timestamp": 1663067418542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "aai-ml",
  "timestamp": 1663067425469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663067420842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "cds",
  "timestamp": 1663067418542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663067420842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "aai-ml",
  "timestamp": 1663067425469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "cds",
  "timestamp": 1663067418542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "aai-ml",
  "timestamp": 1663067425469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663067420842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "cds",
  "timestamp": 1663067418542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663067420842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:10:34.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "aai-ml",
  "timestamp": 1663067425469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:34.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "cds",
  "timestamp": 1663067418542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:10:34.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "aai-ml",
  "timestamp": 1663067425469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:10:34.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:10:34.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "cds",
  "timestamp": 1663067433041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:10:34.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:10:34.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:10:34.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "aai-ml",
  "timestamp": 1663067434339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:10:34.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:10:34.768Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:10:34.770Z||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-09-13T11:10:34.771Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:10:34.790Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:10:34.791Z||pool-116-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:10:35.669Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:10:35.670Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:10:35.672Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:10:35.672Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067434024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:35.772Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:10:35.773Z||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-09-13T11:10:35.773Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:10:35.791Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:10:35.791Z||pool-117-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-13T11:10:36.673Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:10:36.674Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:10:36.676Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:10:36.676Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067434024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:36.776Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:10:36.777Z||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-09-13T11:10:36.777Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:10:36.795Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:10:36.795Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:10:37.677Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:10:37.678Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:10:37.680Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:10:37.680Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067434024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:37.780Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:10:37.781Z||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-09-13T11:10:37.782Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:10:37.801Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:10:37.802Z||pool-119-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:10:38.680Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:10:38.681Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:10:38.683Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:10:38.683Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067434024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:38.784Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:10:38.785Z||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-09-13T11:10:38.785Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:10:38.805Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:10:38.806Z||pool-120-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:10:39.684Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:10:39.684Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:10:39.687Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:10:39.687Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067434024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:39.787Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:10:39.788Z||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-09-13T11:10:39.788Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:10:39.814Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:10:39.817Z||pool-121-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-09-13T11:10:40.687Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:10:40.688Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:10:40.696Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:10:40.696Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067434024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:10:40.798Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-13T11:10:40.799Z||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-09-13T11:10:40.799Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:10:40.821Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:10:40.822Z||pool-122-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-13T11:10:41.696Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:10:41.697Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:10:41.719Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:10:41.720Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067434024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:10:41.802Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-09-13T11:10:41.802Z||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-09-13T11:10:41.803Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:10:41.824Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:10:41.824Z||pool-123-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-13T11:10:42.721Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "serviceName": "Demo_pNF_gjPRM8XtSc63og8RPTOc",
  "serviceVersion": "1.0",
  "serviceUUID": "ec560044-41cc-47e2-835b-578dce93f02b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "46c2dcf3-1a58-446e-82c1-03d52b725c00",
  "resources": [
    {
      "resourceInstanceName": "pNF 180be407-e39c 0",
      "resourceCustomizationUUID": "3941a78c-6b8e-4299-b56d-2cfa00ad7b98",
      "resourceName": "pNF 180be407-e39c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "47159e26-8cb2-40da-9ca5-39a292e6f43e",
      "resourceInvariantUUID": "4c43f891-99c6-45fa-8bd2-4402a3e6bfc9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
      "artifactChecksum": "ZjMzYjI0YTcwZWI0ODUzN2I2Mjg4NDc0ZDljMTYyMGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "17a594f5-18cf-4dd0-9011-b4b3735fd686"
    }
  ],
  "workloadContext": "Production"
}
2022-09-13T11:10:42.721Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T11:10:42.721Z|43057705-2441-4964-b160-994c5ba3479d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ec560044-41cc-47e2-835b-578dce93f02b ASDC
2022-09-13T11:10:42.722Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1f087455-fcde-4a06-941d-c602def7dee7
ServiceName:Demo_pNF_gjPRM8XtSc63og8RPTOc
ServiceVersion:1.0
ServiceUUID:ec560044-41cc-47e2-835b-578dce93f02b
ServiceInvariantUUID:46c2dcf3-1a58-446e-82c1-03d52b725c00
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
ArtifactUUID:17a594f5-18cf-4dd0-9011-b4b3735fd686
ArtifactChecksum:ZjMzYjI0YTcwZWI0ODUzN2I2Mjg4NDc0ZDljMTYyMGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 180be407-e39c 0
ResourceCustomizationUUID:3941a78c-6b8e-4299-b56d-2cfa00ad7b98
ResourceInvariantUUID:4c43f891-99c6-45fa-8bd2-4402a3e6bfc9
ResourceName:pNF 180be407-e39c
ResourceType:PNF
ResourceUUID:47159e26-8cb2-40da-9ca5-39a292e6f43e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-13T11:10:42.722Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec560044-41cc-47e2-835b-578dce93f02b 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-09-13T11:10:42.790Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T11:10:42.792Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-13T11:10:42.792Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-13T11:10:42.793Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 17a594f5-18cf-4dd0-9011-b4b3735fd686 from URL: /sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
2022-09-13T11:10:42.793Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-13T11:10:42.794Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
2022-09-13T11:10:42.864Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-13T11:10:42.866Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar 17a594f5-18cf-4dd0-9011-b4b3735fd686 87782
2022-09-13T11:10:42.866Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar ASDC sendASDCNotification
2022-09-13T11:10:42.866Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
2022-09-13T11:10:42.867Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T11:10:42.868Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:10:42.870Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:10:42.871Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067442866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:10:42.971Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:10:42.972Z||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-09-13T11:10:42.972Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:10:42.989Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:10:42.990Z||pool-124-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:10:43.872Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T11:10:43.873Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-13T11:10:43.873Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 17a594f5-18cf-4dd0-9011-b4b3735fd686, URL: /sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar to file: /app/ASDC/1/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
2022-09-13T11:10:43.874Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
2022-09-13T11:10:43.874Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
2022-09-13T11:10:43.875Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
2022-09-13T11:10:44.063Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP106402100735221286/Definitions/service-DemoPnfGjprm8xtsc63og8rptoc-template.yml
2022-09-13T11:10:45.111Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T11:10:45.111Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-13T11:10:45.112Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
2022-09-13T11:10:45.112Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-13T11:10:45.112Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||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-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
2022-09-13T11:10:45.112Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
2022-09-13T11:10:45.112Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||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-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
2022-09-13T11:10:45.112Z|1f087455-fcde-4a06-941d-c602def7dee7|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-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
2022-09-13T11:10:45.112Z|1f087455-fcde-4a06-941d-c602def7dee7|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-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
2022-09-13T11:10:45.112Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 180be407-e39c 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-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
2022-09-13T11:10:45.112Z|1f087455-fcde-4a06-941d-c602def7dee7|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-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
2022-09-13T11:10:45.112Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-13T11:10:45.113Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:10:45.113Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gjPRM8XtSc63og8RPTOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:10:45.113Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Node template pNF 180be407-e39c 0 is matching search criteria
2022-09-13T11:10:45.113Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-13T11:10:45.113Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 180be407-e39c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T11:10:45.114Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:10:45.114Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gjPRM8XtSc63og8RPTOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:10:45.114Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Node template pNF 180be407-e39c 0 is matching search criteria
2022-09-13T11:10:45.114Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-13T11:10:45.114Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 180be407-e39c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T11:10:45.114Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:10:45.114Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gjPRM8XtSc63og8RPTOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:10:45.115Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:10:45.115Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gjPRM8XtSc63og8RPTOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:10:45.115Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:10:45.115Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gjPRM8XtSc63og8RPTOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:10:45.115Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:10:45.115Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gjPRM8XtSc63og8RPTOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:10:45.115Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:10:45.116Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gjPRM8XtSc63og8RPTOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:10:45.116Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_gjPRM8XtSc63og8RPTOc
Description:catalog service description
Model UUID:ec560044-41cc-47e2-835b-578dce93f02b
Model Version:NULL
Model InvariantUuid:46c2dcf3-1a58-446e-82c1-03d52b725c00
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-09-13T11:10:45.127Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 47159e26-8cb2-40da-9ca5-39a292e6f43e
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-09-13T11:10:45.133Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||pNF 180be407-e39c 0
2022-09-13T11:10:45.133Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 47159e26-8cb2-40da-9ca5-39a292e6f43e
2022-09-13T11:10:45.133Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||No resources found for Service: ec560044-41cc-47e2-835b-578dce93f02b
2022-09-13T11:10:45.133Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ec560044-41cc-47e2-835b-578dce93f02b
2022-09-13T11:10:45.133Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 180be407-e39c 0 47159e26-8cb2-40da-9ca5-39a292e6f43e 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-09-13T11:10:45.140Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ddc8b0e, org.onap.sdc.toscaparser.api.parameters.Input@4ef2f78b, org.onap.sdc.toscaparser.api.parameters.Input@7d1e1b5c, org.onap.sdc.toscaparser.api.parameters.Input@5a1c2e45, org.onap.sdc.toscaparser.api.parameters.Input@23615af3]
2022-09-13T11:10:45.140Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:10:45.140Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gjPRM8XtSc63og8RPTOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:10:45.140Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ec560044-41cc-47e2-835b-578dce93f02b: pNF 180be407-e39c
2022-09-13T11:10:45.141Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Processing PNF resource: 47159e26-8cb2-40da-9ca5-39a292e6f43e
2022-09-13T11:10:45.141Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:10:45.141Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gjPRM8XtSc63og8RPTOc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:10:45.141Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Resource customization UUID: 3941a78c-6b8e-4299-b56d-2cfa00ad7b98 is the same as notified resource customizationUUID: 3941a78c-6b8e-4299-b56d-2cfa00ad7b98
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-09-13T11:10:45.184Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 180be407-e39c 47159e26-8cb2-40da-9ca5-39a292e6f43e 0 ASDC deployResourceStructure
2022-09-13T11:10:45.184Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar ASDC sendASDCNotification
2022-09-13T11:10:45.184Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar
2022-09-13T11:10:45.184Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T11:10:45.184Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:10:45.186Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:10:45.186Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067445184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T11:10:45.286Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:10:45.287Z||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-09-13T11:10:45.287Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:10:45.306Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:10:45.306Z||pool-125-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:10:46.187Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f087455-fcde-4a06-941d-c602def7dee7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T11:10:46.203Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f087455-fcde-4a06-941d-c602def7dee7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T11:10:46.215Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T11:10:46.215Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T11:10:46.215Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T11:11:16.216Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f087455-fcde-4a06-941d-c602def7dee7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T11:11:16.229Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f087455-fcde-4a06-941d-c602def7dee7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T11:11:16.230Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T11:11:16.231Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T11:11:16.231Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T11:11:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:11:34.029Z||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-09-13T11:11:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:11:34.159Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:11:34.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:11:34.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "aai-ml",
  "timestamp": 1663067435349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T11:11:34.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:11:46.231Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f087455-fcde-4a06-941d-c602def7dee7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T11:11:46.248Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f087455-fcde-4a06-941d-c602def7dee7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T11:11:46.250Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T11:11:46.250Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T11:11:46.250Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T11:12:16.250Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f087455-fcde-4a06-941d-c602def7dee7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T11:12:16.301Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f087455-fcde-4a06-941d-c602def7dee7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T11:12:16.306Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T11:12:16.307Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T11:12:16.307Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T11:12:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:12:34.030Z||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-09-13T11:12:34.030Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:12:34.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:12:34.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067434024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:12:34.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:12:34.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "aai-ml",
  "timestamp": 1663067436355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T11:12:34.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:12:34.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067434024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:12:34.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:12:34.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "aai-ml",
  "timestamp": 1663067437359,
  "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-09-13T11:12:34.573Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1f087455-fcde-4a06-941d-c602def7dee7
2022-09-13T11:12:34.573Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f087455-fcde-4a06-941d-c602def7dee7 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-09-13T11:12:34.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067434024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:12:34.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:12:34.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067434024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:12:34.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:12:34.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067434024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:12:34.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:12:34.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067434024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:12:34.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:12:34.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067434024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:12:34.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:12:34.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067434024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:12:34.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:12:34.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067442866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:12:34.588Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:12:34.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663067443463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:12:34.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:12:34.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067445184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T11:12:34.589Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:12:34.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663067443463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:12:34.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:12:34.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663067443463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:12:34.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:12:34.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663067443463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:12:34.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:12:34.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663067443463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:12:34.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:12:34.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663067443463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/resourceInstances/pnf180be407e39c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:12:34.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:12:34.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663067443463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:12:34.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:12:34.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663067443463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:12:34.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:12:34.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663067452218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:12:34.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:12:34.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663067454246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGjprm8xtsc63og8rptoc/1.0/artifacts/service-DemoPnfGjprm8xtsc63og8rptoc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T11:12:34.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:12:34.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-13T11:12:34.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663067455252,
  "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-09-13T11:12:34.598Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1f087455-fcde-4a06-941d-c602def7dee7
2022-09-13T11:12:34.598Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f087455-fcde-4a06-941d-c602def7dee7 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-09-13T11:12:46.307Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f087455-fcde-4a06-941d-c602def7dee7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T11:12:46.317Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f087455-fcde-4a06-941d-c602def7dee7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T11:12:46.320Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T11:12:46.320Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T11:12:46.320Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T11:12:46.320Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T11:12:46.320Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-13T11:12:46.320Z|1f087455-fcde-4a06-941d-c602def7dee7|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-09-13T11:12:46.327Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T11:13:16.327Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1f087455-fcde-4a06-941d-c602def7dee7 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-09-13T11:13:16.334Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1f087455-fcde-4a06-941d-c602def7dee7 and serviceModelVersionId: ec560044-41cc-47e2-835b-578dce93f02b
2022-09-13T11:13:16.334Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46c2dcf3-1a58-446e-82c1-03d52b725c00
2022-09-13T11:13:16.336Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46c2dcf3-1a58-446e-82c1-03d52b725c00/model-vers/model-ver/ec560044-41cc-47e2-835b-578dce93f02b?depth=0
2022-09-13T11:13:16.343Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T11:13:16.399Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/46c2dcf3-1a58-446e-82c1-03d52b725c00/model-vers/model-ver/ec560044-41cc-47e2-835b-578dce93f02b?depth=0|INFO|500||Invoke
2022-09-13T11:13:16.400Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/46c2dcf3-1a58-446e-82c1-03d52b725c00/model-vers/model-ver/ec560044-41cc-47e2-835b-578dce93f02b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/46c2dcf3-1a58-446e-82c1-03d52b725c00/model-vers/model-ver/ec560044-41cc-47e2-835b-578dce93f02b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1f087455-fcde-4a06-941d-c602def7dee7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[42bafd1f-534f-4f22-80e3-67fc74494db9], X-ECOMP-RequestID=[1f087455-fcde-4a06-941d-c602def7dee7], X-TransactionId=[], X-ONAP-RequestID=[1f087455-fcde-4a06-941d-c602def7dee7], Content-Type=[application/merge-patch+json]}
2022-09-13T11:13:16.406Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/46c2dcf3-1a58-446e-82c1-03d52b725c00/model-vers/model-ver/ec560044-41cc-47e2-835b-578dce93f02b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-13T11:13:16.409Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/46c2dcf3-1a58-446e-82c1-03d52b725c00/model-vers/model-ver/ec560044-41cc-47e2-835b-578dce93f02b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/46c2dcf3-1a58-446e-82c1-03d52b725c00/model-vers/model-ver/ec560044-41cc-47e2-835b-578dce93f02b?depth=0 has http status code:503 and response headers:{date=[Tue, 13 Sep 2022 11:13:16 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-13T11:13:16.410Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/46c2dcf3-1a58-446e-82c1-03d52b725c00/model-vers/model-ver/ec560044-41cc-47e2-835b-578dce93f02b?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111

2022-09-13T11:13:16.410Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/46c2dcf3-1a58-446e-82c1-03d52b725c00/model-vers/model-ver/ec560044-41cc-47e2-835b-578dce93f02b?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-13T11:13:16.413Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1f087455-fcde-4a06-941d-c602def7dee7 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T11:13:16.413Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=1f087455-fcde-4a06-941d-c602def7dee7 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	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)
2022-09-13T11:13:16.414Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=1f087455-fcde-4a06-941d-c602def7dee7 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T11:13:16.414Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1f087455-fcde-4a06-941d-c602def7dee7 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-09-13T11:13:16.419Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||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-09-13T11:13:16.419Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1f087455-fcde-4a06-941d-c602def7dee7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=1f087455-fcde-4a06-941d-c602def7dee7 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T11:13:16.420Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-13T11:13:16.420Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:13:16.422Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:13:16.422Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067596420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d1f087455-fcde-4a06-941d-c602def7dee7 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T11:13:16.523Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:13:16.524Z||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-09-13T11:13:16.524Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:13:16.544Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:13:16.545Z||pool-126-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-09-13T11:13:17.438Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:13:17.439Z|1f087455-fcde-4a06-941d-c602def7dee7|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-09-13T11:13:17.439Z|1f087455-fcde-4a06-941d-c602def7dee7|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:13:27.753Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:13:27.754Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:13:27.754Z|1f087455-fcde-4a06-941d-c602def7dee7|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-09-13T11:13:27.755Z|1f087455-fcde-4a06-941d-c602def7dee7|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:13:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:13:34.030Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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-09-13T11:13:34.030Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:13:34.717Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:13:34.718Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T11:13:34.718Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1f087455-fcde-4a06-941d-c602def7dee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663067596420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d1f087455-fcde-4a06-941d-c602def7dee7 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T11:13:34.719Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:13:37.303Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:13:37.303Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:13:37.304Z|1f087455-fcde-4a06-941d-c602def7dee7|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-09-13T11:13:37.304Z|1f087455-fcde-4a06-941d-c602def7dee7|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:13:46.853Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:14:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:14:34.026Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T11:14:34.026Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:14:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:14:34.029Z||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-09-13T11:14:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:14:43.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:14:43.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:15:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:15:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T11:15:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:15:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:15:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T11:15:34.029Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:15:43.581Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:15:43.581Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:16:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:16:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T11:16:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:16:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:16:34.029Z||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-09-13T11:16:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:16:43.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:16:43.577Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:17:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:17:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T11:17:34.025Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:17:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:17:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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-09-13T11:17:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:17:43.576Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:17:43.578Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:18:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:18:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T11:18:34.025Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:18:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:18:34.029Z||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-09-13T11:18:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:18:43.638Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:18:43.665Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:19:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:19:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T11:19:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:19:34.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:19:34.029Z||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-09-13T11:19:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:19:43.571Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:19:43.583Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:20:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:20:34.024Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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-09-13T11:20:34.025Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:20:34.029Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:20:34.030Z|1f087455-fcde-4a06-941d-c602def7dee7|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-09-13T11:20:34.030Z|1f087455-fcde-4a06-941d-c602def7dee7|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:20:34.662Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:20:34.663Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.663Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"62cb6889-5b96-4971-972d-9a585f455f2b","serviceName":"Demo_pNF_VzUrbOsC3wT9yNapAlJp","serviceVersion":"1.0","serviceUUID":"a8a95ae5-711a-4f62-8ea9-13a34de5ef0d","serviceDescription":"catalog service description","serviceInvariantUUID":"f3f30e4a-d050-4428-904f-f226a62f8e06","resources":[{"resourceInstanceName":"pNF 74affccf-2699 0","resourceName":"pNF 74affccf-2699","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4ae019d7-0f6f-4e15-97f2-2e0f8c030ef0","resourceInvariantUUID":"249ce900-76aa-4ab0-a16a-53f5a8fb2caa","resourceCustomizationUUID":"98890793-cc92-46f4-b57d-d904525ff828","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/vf-license-model.xml","artifactChecksum":"YTI4OTEzOWU0NTc5MjAwNTU1YTIwNGU2ZGE3M2QwZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bd2857b-4df6-47de-970f-e87dfde6d262","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/pNF.csar","artifactChecksum":"YWM2NDBlMGFhZGQwZjQ5MGQ0ZmQ5OWJmYjhjOWIyNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4523ce1-7290-44a3-9bf0-cd91a00b1955","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b257da9f-7e3c-4532-a55d-258acb5fb42b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/vendor-license-model.xml","artifactChecksum":"M2MwN2U1YWJjZTQyZmUxMTNjYWFmMmQ5ZGJiZjNmZjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4af947eb-413a-46c1-8060-5a07f0fa871b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f38cfbf7-81d4-405e-864d-1929b1c16ce6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a3b137e9-3b67-4c7f-9502-da033d0e51bb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVzurbosc3wt9ynapaljp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-template.yml","artifactChecksum":"ZGU1Y2MyNzNmMmM3YmM5NDAzN2NjMmZjMGRmOTIzZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3fc1d827-a4d6-4437-9f75-f6d4406d2b9b","artifactVersion":"1"},{"artifactName":"service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar","artifactChecksum":"YjU5ZjIzMmRmM2Y2MzVmY2RkNDg4OWE0N2UyODgwYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"43a16483-4639-452d-9763-033b255558ec","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T11:20:34.666Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:20:34.666Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:20:34.667Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:20:34.667Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.668Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "cds",
  "timestamp": 1663067988542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.668Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.668Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.668Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "aai-ml",
  "timestamp": 1663067995469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.669Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.669Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.669Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "aai-ml",
  "timestamp": 1663067995469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.669Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.669Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.669Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "cds",
  "timestamp": 1663067988542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.669Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.669Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.669Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "aai-ml",
  "timestamp": 1663067995469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.670Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.670Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.670Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "cds",
  "timestamp": 1663067988542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.670Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.670Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.670Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "aai-ml",
  "timestamp": 1663067995469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.670Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.670Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.670Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "cds",
  "timestamp": 1663067988542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.671Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.671Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.671Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "aai-ml",
  "timestamp": 1663067995469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.671Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.671Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.671Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "cds",
  "timestamp": 1663067988542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.671Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.671Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.671Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "cds",
  "timestamp": 1663067988542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.672Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.672Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.672Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "aai-ml",
  "timestamp": 1663067995469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.672Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.672Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.672Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "aai-ml",
  "timestamp": 1663067995469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.673Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.673Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.673Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "cds",
  "timestamp": 1663067988542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.673Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.673Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.673Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663068000842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.673Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.673Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.673Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "aai-ml",
  "timestamp": 1663067995469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:20:34.674Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.674Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.674Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "cds",
  "timestamp": 1663067988542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:20:34.674Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.674Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.674Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663068000842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.674Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.674Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.676Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "cds",
  "timestamp": 1663068004381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:20:34.676Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:20:34.676Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.676Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "aai-ml",
  "timestamp": 1663068004585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:20:34.677Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:20:34.677Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.677Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663068000842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.677Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.677Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.677Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "aai-ml",
  "timestamp": 1663068005592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T11:20:34.677Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:20:34.678Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.678Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663068000842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.678Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.678Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.678Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "aai-ml",
  "timestamp": 1663068006597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-13T11:20:34.678Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:20:34.678Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.678Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663068000842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.678Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.678Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.678Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "aai-ml",
  "timestamp": 1663068007601,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
2022-09-13T11:20:34.681Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:20:34.681Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068034024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T11:20:34.705Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 62cb6889-5b96-4971-972d-9a585f455f2b
2022-09-13T11:20:34.705Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62cb6889-5b96-4971-972d-9a585f455f2b 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-09-13T11:20:34.720Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.721Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663068000842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.721Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.721Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.722Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663068000842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.722Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.722Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.722Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663068000842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:20:34.722Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.722Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.723Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663068013463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.723Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.723Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.723Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663068013463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.724Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.724Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.724Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663068013463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.724Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.725Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.725Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663068013463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.725Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.725Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.725Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663068013463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.725Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.726Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.726Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663068013463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.726Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.726Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.726Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663068013463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:34.726Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.726Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.727Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663068013463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:20:34.727Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:20:34.727Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.727Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663068022222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:20:34.727Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:20:34.727Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.727Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663068024271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T11:20:34.728Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:20:34.728Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:20:34.728Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663068025275,
  "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-09-13T11:20:34.735Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 62cb6889-5b96-4971-972d-9a585f455f2b
2022-09-13T11:20:34.735Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62cb6889-5b96-4971-972d-9a585f455f2b 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-09-13T11:20:34.781Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:20:34.782Z||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-09-13T11:20:34.782Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:20:34.805Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:20:34.806Z||pool-127-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:20:35.682Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:20:35.683Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:20:35.685Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:20:35.685Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068034024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:35.786Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-13T11:20:35.787Z||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-09-13T11:20:35.787Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:20:35.804Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:20:35.805Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:20:36.686Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:20:36.687Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:20:36.690Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:20:36.690Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068034024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:36.791Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T11:20:36.792Z||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-09-13T11:20:36.792Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:20:36.811Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:20:36.812Z||pool-129-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:20:37.693Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:20:37.693Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:20:37.695Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:20:37.696Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068034024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:37.796Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:20:37.797Z||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-09-13T11:20:37.797Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:20:37.814Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:20:37.814Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:20:38.696Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:20:38.697Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:20:38.699Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:20:38.699Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068034024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:38.800Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:20:38.801Z||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-09-13T11:20:38.801Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:20:38.817Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:20:38.817Z||pool-131-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:20:39.700Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:20:39.701Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:20:39.704Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:20:39.704Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068034024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:39.804Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:20:39.805Z||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-09-13T11:20:39.805Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:20:39.865Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:20:39.865Z||pool-132-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:20:40.704Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:20:40.706Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:20:40.708Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:20:40.708Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068034024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:20:40.809Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:20:40.809Z||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-09-13T11:20:40.810Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:20:40.826Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:20:40.826Z||pool-133-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:20:41.715Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T11:20:41.716Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:20:41.753Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:20:41.754Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068034024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:20:41.818Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 64 ms
2022-09-13T11:20:41.819Z||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-09-13T11:20:41.820Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:20:41.846Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:20:41.847Z||pool-134-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:20:42.757Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "serviceName": "Demo_pNF_VzUrbOsC3wT9yNapAlJp",
  "serviceVersion": "1.0",
  "serviceUUID": "a8a95ae5-711a-4f62-8ea9-13a34de5ef0d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f3f30e4a-d050-4428-904f-f226a62f8e06",
  "resources": [
    {
      "resourceInstanceName": "pNF 74affccf-2699 0",
      "resourceCustomizationUUID": "98890793-cc92-46f4-b57d-d904525ff828",
      "resourceName": "pNF 74affccf-2699",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4ae019d7-0f6f-4e15-97f2-2e0f8c030ef0",
      "resourceInvariantUUID": "249ce900-76aa-4ab0-a16a-53f5a8fb2caa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
      "artifactChecksum": "YjU5ZjIzMmRmM2Y2MzVmY2RkNDg4OWE0N2UyODgwYTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "43a16483-4639-452d-9763-033b255558ec"
    }
  ],
  "workloadContext": "Production"
}
2022-09-13T11:20:42.758Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T11:20:42.758Z|5e80f0eb-2c6e-4615-90ed-58dd6f8dcada|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a8a95ae5-711a-4f62-8ea9-13a34de5ef0d ASDC
2022-09-13T11:20:42.759Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:62cb6889-5b96-4971-972d-9a585f455f2b
ServiceName:Demo_pNF_VzUrbOsC3wT9yNapAlJp
ServiceVersion:1.0
ServiceUUID:a8a95ae5-711a-4f62-8ea9-13a34de5ef0d
ServiceInvariantUUID:f3f30e4a-d050-4428-904f-f226a62f8e06
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
ArtifactUUID:43a16483-4639-452d-9763-033b255558ec
ArtifactChecksum:YjU5ZjIzMmRmM2Y2MzVmY2RkNDg4OWE0N2UyODgwYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 74affccf-2699 0
ResourceCustomizationUUID:98890793-cc92-46f4-b57d-d904525ff828
ResourceInvariantUUID:249ce900-76aa-4ab0-a16a-53f5a8fb2caa
ResourceName:pNF 74affccf-2699
ResourceType:PNF
ResourceUUID:4ae019d7-0f6f-4e15-97f2-2e0f8c030ef0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-13T11:20:42.759Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a8a95ae5-711a-4f62-8ea9-13a34de5ef0d 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-09-13T11:20:42.795Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T11:20:42.797Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T11:20:42.797Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T11:20:42.797Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 43a16483-4639-452d-9763-033b255558ec from URL: /sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
2022-09-13T11:20:42.797Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-13T11:20:42.798Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
2022-09-13T11:20:42.851Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-13T11:20:42.852Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar 43a16483-4639-452d-9763-033b255558ec 87787
2022-09-13T11:20:42.853Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar ASDC sendASDCNotification
2022-09-13T11:20:42.853Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
2022-09-13T11:20:42.853Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T11:20:42.853Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:20:42.856Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:20:42.857Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068042852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:20:42.957Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:20:42.958Z||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-09-13T11:20:42.958Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:20:42.975Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:20:42.976Z||pool-135-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:20:43.857Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T11:20:43.858Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T11:20:43.859Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 43a16483-4639-452d-9763-033b255558ec, URL: /sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar to file: /app/ASDC/1/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
2022-09-13T11:20:43.859Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
2022-09-13T11:20:43.859Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
2022-09-13T11:20:43.860Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
2022-09-13T11:20:44.036Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11259762377702231720/Definitions/service-DemoPnfVzurbosc3wt9ynapaljp-template.yml
2022-09-13T11:20:44.934Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T11:20:44.934Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-13T11:20:44.935Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
2022-09-13T11:20:44.935Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-13T11:20:44.935Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
2022-09-13T11:20:44.935Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
2022-09-13T11:20:44.936Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
2022-09-13T11:20:44.936Z|62cb6889-5b96-4971-972d-9a585f455f2b|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-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
2022-09-13T11:20:44.936Z|62cb6889-5b96-4971-972d-9a585f455f2b|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-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
2022-09-13T11:20:44.936Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 74affccf-2699 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-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
2022-09-13T11:20:44.936Z|62cb6889-5b96-4971-972d-9a585f455f2b|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-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
2022-09-13T11:20:44.937Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-13T11:20:44.937Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:20:44.937Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VzUrbOsC3wT9yNapAlJp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:20:44.937Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Node template pNF 74affccf-2699 0 is matching search criteria
2022-09-13T11:20:44.937Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-13T11:20:44.938Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 74affccf-2699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T11:20:44.938Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:20:44.938Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VzUrbOsC3wT9yNapAlJp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:20:44.938Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Node template pNF 74affccf-2699 0 is matching search criteria
2022-09-13T11:20:44.938Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-13T11:20:44.938Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 74affccf-2699 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T11:20:44.938Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:20:44.939Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VzUrbOsC3wT9yNapAlJp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:20:44.939Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:20:44.939Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VzUrbOsC3wT9yNapAlJp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:20:44.939Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:20:44.939Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VzUrbOsC3wT9yNapAlJp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:20:44.939Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:20:44.939Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VzUrbOsC3wT9yNapAlJp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:20:44.939Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:20:44.940Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VzUrbOsC3wT9yNapAlJp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:20:44.940Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VzUrbOsC3wT9yNapAlJp
Description:catalog service description
Model UUID:a8a95ae5-711a-4f62-8ea9-13a34de5ef0d
Model Version:NULL
Model InvariantUuid:f3f30e4a-d050-4428-904f-f226a62f8e06
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-09-13T11:20:44.949Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4ae019d7-0f6f-4e15-97f2-2e0f8c030ef0
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-09-13T11:20:44.953Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||pNF 74affccf-2699 0
2022-09-13T11:20:44.953Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4ae019d7-0f6f-4e15-97f2-2e0f8c030ef0
2022-09-13T11:20:44.954Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||No resources found for Service: a8a95ae5-711a-4f62-8ea9-13a34de5ef0d
2022-09-13T11:20:44.954Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a8a95ae5-711a-4f62-8ea9-13a34de5ef0d
2022-09-13T11:20:44.954Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 74affccf-2699 0 4ae019d7-0f6f-4e15-97f2-2e0f8c030ef0 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-09-13T11:20:44.959Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48c437ab, org.onap.sdc.toscaparser.api.parameters.Input@5067d28d, org.onap.sdc.toscaparser.api.parameters.Input@bfe7e0e, org.onap.sdc.toscaparser.api.parameters.Input@753f66f4, org.onap.sdc.toscaparser.api.parameters.Input@1c2f7e97]
2022-09-13T11:20:44.960Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:20:44.960Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VzUrbOsC3wT9yNapAlJp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:20:44.961Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a8a95ae5-711a-4f62-8ea9-13a34de5ef0d: pNF 74affccf-2699
2022-09-13T11:20:44.961Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||Processing PNF resource: 4ae019d7-0f6f-4e15-97f2-2e0f8c030ef0
2022-09-13T11:20:44.961Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-13T11:20:44.961Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VzUrbOsC3wT9yNapAlJp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T11:20:44.962Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||Resource customization UUID: 98890793-cc92-46f4-b57d-d904525ff828 is the same as notified resource customizationUUID: 98890793-cc92-46f4-b57d-d904525ff828
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-09-13T11:20:45.006Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 74affccf-2699 4ae019d7-0f6f-4e15-97f2-2e0f8c030ef0 0 ASDC deployResourceStructure
2022-09-13T11:20:45.007Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar ASDC sendASDCNotification
2022-09-13T11:20:45.007Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar
2022-09-13T11:20:45.007Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T11:20:45.007Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:20:45.009Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:20:45.009Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068045007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T11:20:45.109Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:20:45.110Z||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-09-13T11:20:45.110Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:20:45.126Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:20:45.127Z||pool-136-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T11:20:46.010Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62cb6889-5b96-4971-972d-9a585f455f2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-13T11:20:46.028Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62cb6889-5b96-4971-972d-9a585f455f2b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T11:20:46.030Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T11:20:46.031Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T11:20:46.031Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T11:20:46.031Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T11:20:46.031Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-13T11:20:46.032Z|62cb6889-5b96-4971-972d-9a585f455f2b|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-09-13T11:20:46.038Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T11:21:16.038Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 62cb6889-5b96-4971-972d-9a585f455f2b 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-09-13T11:21:16.048Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 62cb6889-5b96-4971-972d-9a585f455f2b and serviceModelVersionId: a8a95ae5-711a-4f62-8ea9-13a34de5ef0d
2022-09-13T11:21:16.048Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3f30e4a-d050-4428-904f-f226a62f8e06
2022-09-13T11:21:16.049Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3f30e4a-d050-4428-904f-f226a62f8e06/model-vers/model-ver/a8a95ae5-711a-4f62-8ea9-13a34de5ef0d?depth=0
2022-09-13T11:21:16.054Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T11:21:16.101Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f3f30e4a-d050-4428-904f-f226a62f8e06/model-vers/model-ver/a8a95ae5-711a-4f62-8ea9-13a34de5ef0d?depth=0|INFO|500||Invoke
2022-09-13T11:21:16.102Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f3f30e4a-d050-4428-904f-f226a62f8e06/model-vers/model-ver/a8a95ae5-711a-4f62-8ea9-13a34de5ef0d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f3f30e4a-d050-4428-904f-f226a62f8e06/model-vers/model-ver/a8a95ae5-711a-4f62-8ea9-13a34de5ef0d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[62cb6889-5b96-4971-972d-9a585f455f2b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[84e3d13c-5498-41e3-b86f-c8888640c453], X-ECOMP-RequestID=[62cb6889-5b96-4971-972d-9a585f455f2b], X-TransactionId=[], X-ONAP-RequestID=[62cb6889-5b96-4971-972d-9a585f455f2b], Content-Type=[application/merge-patch+json]}
2022-09-13T11:21:16.108Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f3f30e4a-d050-4428-904f-f226a62f8e06/model-vers/model-ver/a8a95ae5-711a-4f62-8ea9-13a34de5ef0d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-13T11:21:16.110Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f3f30e4a-d050-4428-904f-f226a62f8e06/model-vers/model-ver/a8a95ae5-711a-4f62-8ea9-13a34de5ef0d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f3f30e4a-d050-4428-904f-f226a62f8e06/model-vers/model-ver/a8a95ae5-711a-4f62-8ea9-13a34de5ef0d?depth=0 has http status code:503 and response headers:{date=[Tue, 13 Sep 2022 11:21:15 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-13T11:21:16.111Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f3f30e4a-d050-4428-904f-f226a62f8e06/model-vers/model-ver/a8a95ae5-711a-4f62-8ea9-13a34de5ef0d?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111

2022-09-13T11:21:16.112Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f3f30e4a-d050-4428-904f-f226a62f8e06/model-vers/model-ver/a8a95ae5-711a-4f62-8ea9-13a34de5ef0d?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-13T11:21:16.114Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=62cb6889-5b96-4971-972d-9a585f455f2b upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T11:21:16.114Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=62cb6889-5b96-4971-972d-9a585f455f2b upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	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)
2022-09-13T11:21:16.114Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=62cb6889-5b96-4971-972d-9a585f455f2b upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T11:21:16.115Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=62cb6889-5b96-4971-972d-9a585f455f2b upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-09-13T11:21:16.120Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T11:21:16.120Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 62cb6889-5b96-4971-972d-9a585f455f2b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=62cb6889-5b96-4971-972d-9a585f455f2b upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T11:21:16.120Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-13T11:21:16.121Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T11:21:16.122Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T11:21:16.123Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068076120,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d62cb6889-5b96-4971-972d-9a585f455f2b upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T11:21:16.223Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T11:21:16.224Z||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-09-13T11:21:16.224Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:21:16.242Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:21:16.243Z||pool-137-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-09-13T11:21:34.024Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:21:34.024Z|62cb6889-5b96-4971-972d-9a585f455f2b|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-09-13T11:21:34.025Z|62cb6889-5b96-4971-972d-9a585f455f2b|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:21:34.028Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:21:34.029Z|1f087455-fcde-4a06-941d-c602def7dee7|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-09-13T11:21:34.029Z|1f087455-fcde-4a06-941d-c602def7dee7|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:21:34.155Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:21:34.156Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:21:34.156Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068034024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:21:34.157Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:21:43.582Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:22:34.024Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:22:34.025Z|62cb6889-5b96-4971-972d-9a585f455f2b|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-09-13T11:22:34.025Z|62cb6889-5b96-4971-972d-9a585f455f2b|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:22:34.028Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:22:34.029Z|1f087455-fcde-4a06-941d-c602def7dee7|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-09-13T11:22:34.029Z|1f087455-fcde-4a06-941d-c602def7dee7|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:22:34.556Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:22:34.557Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:22:34.557Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068034024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:22:34.558Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:22:34.559Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:22:34.559Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068034024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:22:34.559Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:22:34.559Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:22:34.559Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068034024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:22:34.559Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:22:34.559Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:22:34.559Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068034024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:22:34.559Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:22:34.562Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:22:34.562Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068034024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/resourceInstances/pnf74affccf26990/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:22:34.562Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:22:34.562Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:22:34.562Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068034024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-13T11:22:34.562Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:22:34.562Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:22:34.563Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068034024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
  "status": "NOTIFIED"
}
2022-09-13T11:22:34.563Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-13T11:22:34.563Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:22:34.563Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068042852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-13T11:22:34.563Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:22:34.563Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:22:34.563Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068045007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVzurbosc3wt9ynapaljp/1.0/artifacts/service-DemoPnfVzurbosc3wt9ynapaljp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-13T11:22:34.563Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:22:34.563Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-13T11:22:34.563Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62cb6889-5b96-4971-972d-9a585f455f2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663068076120,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d62cb6889-5b96-4971-972d-9a585f455f2b upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T11:22:34.563Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T11:22:43.587Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:23:34.024Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:23:34.025Z|62cb6889-5b96-4971-972d-9a585f455f2b|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-09-13T11:23:34.025Z|62cb6889-5b96-4971-972d-9a585f455f2b|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:23:34.028Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:23:34.029Z|1f087455-fcde-4a06-941d-c602def7dee7|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-09-13T11:23:34.029Z|1f087455-fcde-4a06-941d-c602def7dee7|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:23:43.577Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:23:43.577Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:24:34.024Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:24:34.026Z|1f087455-fcde-4a06-941d-c602def7dee7|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-09-13T11:24:34.026Z|1f087455-fcde-4a06-941d-c602def7dee7|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:24:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:24:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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-09-13T11:24:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:24:43.576Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:24:43.576Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:25:34.024Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:25:34.024Z|1f087455-fcde-4a06-941d-c602def7dee7|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-09-13T11:25:34.025Z|1f087455-fcde-4a06-941d-c602def7dee7|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:25:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:25:34.029Z||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-09-13T11:25:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:25:43.575Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:25:43.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:26:34.024Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:26:34.024Z|1f087455-fcde-4a06-941d-c602def7dee7|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-09-13T11:26:34.024Z|1f087455-fcde-4a06-941d-c602def7dee7|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:26:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:26:34.029Z||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-09-13T11:26:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:26:43.571Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:26:43.580Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:27:34.024Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:27:34.024Z|1f087455-fcde-4a06-941d-c602def7dee7|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-09-13T11:27:34.025Z|1f087455-fcde-4a06-941d-c602def7dee7|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:27:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:27:34.029Z||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-09-13T11:27:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:27:43.572Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:27:43.574Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:28:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:28:34.024Z||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-09-13T11:28:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:28:34.028Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:28:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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-09-13T11:28:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:28:43.627Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:28:43.679Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:29:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:29:34.024Z||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-09-13T11:29:34.024Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:29:34.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:29:34.029Z||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-09-13T11:29:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:29:43.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:29:43.575Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:30:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:30:34.024Z||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-09-13T11:30:34.024Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:30:34.028Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:30:34.029Z|62cb6889-5b96-4971-972d-9a585f455f2b|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-09-13T11:30:34.029Z|62cb6889-5b96-4971-972d-9a585f455f2b|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:30:43.574Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:30:43.575Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:31:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:31:34.025Z||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-09-13T11:31:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:31:34.029Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:31:34.029Z|1f087455-fcde-4a06-941d-c602def7dee7|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-09-13T11:31:34.029Z|1f087455-fcde-4a06-941d-c602def7dee7|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:31:43.582Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:31:43.587Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:32:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:32:34.025Z||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-09-13T11:32:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:32:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:32:34.029Z||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-09-13T11:32:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:32:43.605Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:32:43.605Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:33:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:33:34.025Z||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-09-13T11:33:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:33:34.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:33:34.029Z||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-09-13T11:33:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:33:43.589Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:33:43.592Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:34:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:34:34.026Z||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-09-13T11:34:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:34:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:34:34.029Z||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-09-13T11:34:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:34:43.585Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:34:43.585Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:35:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:35:34.024Z||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-09-13T11:35:34.024Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:35:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:35:34.029Z||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-09-13T11:35:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:35:43.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:35:43.583Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:36:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:36:34.024Z||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-09-13T11:36:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:36:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:36:34.029Z||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-09-13T11:36:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:36:43.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:36:43.572Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:37:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:37:34.024Z||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-09-13T11:37:34.024Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:37:34.029Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:37:34.030Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-09-13T11:37:34.030Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:37:43.578Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:37:43.581Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:38:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:38:34.024Z||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-09-13T11:38:34.024Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:38:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:38:34.029Z||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-09-13T11:38:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:38:43.570Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:38:43.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:39:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:39:34.024Z||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-09-13T11:39:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:39:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:39:34.029Z||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-09-13T11:39:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:39:43.574Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:39:43.583Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:40:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:40:34.024Z||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-09-13T11:40:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:40:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:40:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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-09-13T11:40:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:40:43.574Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:40:43.575Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:41:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:41:34.025Z||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-09-13T11:41:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:41:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:41:34.029Z||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-09-13T11:41:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:41:43.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:41:43.576Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:42:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:42:34.025Z||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-09-13T11:42:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:42:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:42:34.029Z||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-09-13T11:42:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:42:43.573Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:42:43.582Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:43:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:43:34.026Z||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-09-13T11:43:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:43:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:43:34.029Z||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-09-13T11:43:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:43:43.573Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:43:43.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:44:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:44:34.026Z||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-09-13T11:44:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:44:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:44:34.029Z||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-09-13T11:44:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:44:43.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:44:43.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:45:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:45:34.025Z||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-09-13T11:45:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:45:34.029Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:45:34.030Z|62cb6889-5b96-4971-972d-9a585f455f2b|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-09-13T11:45:34.030Z|62cb6889-5b96-4971-972d-9a585f455f2b|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:45:43.571Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:45:43.584Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:46:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:46:34.024Z||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-09-13T11:46:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:46:34.029Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:46:34.029Z|1f087455-fcde-4a06-941d-c602def7dee7|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-09-13T11:46:34.029Z|1f087455-fcde-4a06-941d-c602def7dee7|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:46:43.573Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:46:43.584Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:47:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:47:34.024Z||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-09-13T11:47:34.024Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:47:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:47:34.029Z||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-09-13T11:47:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:47:43.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:47:43.576Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:48:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:48:34.024Z||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-09-13T11:48:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:48:34.028Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:48:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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-09-13T11:48:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:48:43.569Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:48:43.570Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:49:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:49:34.024Z||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-09-13T11:49:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:49:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:49:34.029Z||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-09-13T11:49:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:49:43.573Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:49:43.573Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:50:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:50:34.024Z||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-09-13T11:50:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:50:34.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:50:34.029Z||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-09-13T11:50:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:50:43.570Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:50:43.571Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:51:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:51:34.025Z||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-09-13T11:51:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:51:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:51:34.029Z||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-09-13T11:51:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:51:43.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:51:43.575Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:52:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:52:34.025Z||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-09-13T11:52:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:52:34.029Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:52:34.029Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-09-13T11:52:34.029Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:52:43.574Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:52:43.574Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:53:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:53:34.026Z||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-09-13T11:53:34.027Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:53:34.028Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:53:34.029Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-09-13T11:53:34.029Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:53:43.595Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:53:43.595Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:54:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:54:34.025Z||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-09-13T11:54:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:54:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:54:34.029Z||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-09-13T11:54:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:54:43.586Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:54:43.586Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:55:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:55:34.025Z||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-09-13T11:55:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:55:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:55:34.029Z||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-09-13T11:55:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:55:43.579Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:55:43.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:56:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:56:34.025Z||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-09-13T11:56:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:56:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:56:34.029Z||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-09-13T11:56:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:56:43.572Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:56:43.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:57:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:57:34.024Z||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-09-13T11:57:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:57:34.028Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:57:34.029Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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-09-13T11:57:34.029Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:57:43.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:57:43.577Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:58:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:58:34.024Z||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-09-13T11:58:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:58:34.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:58:34.029Z||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-09-13T11:58:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:58:43.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:58:43.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:59:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:59:34.025Z||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-09-13T11:59:34.026Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:59:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T11:59:34.029Z||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-09-13T11:59:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T11:59:43.572Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T11:59:43.576Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:00:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:00:34.024Z||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-09-13T12:00:34.024Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:00:34.029Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:00:34.029Z|62cb6889-5b96-4971-972d-9a585f455f2b|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-09-13T12:00:34.029Z|62cb6889-5b96-4971-972d-9a585f455f2b|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:00:43.579Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:00:43.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:01:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:01:34.025Z||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-09-13T12:01:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:01:34.028Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:01:34.029Z|62cb6889-5b96-4971-972d-9a585f455f2b|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-09-13T12:01:34.030Z|62cb6889-5b96-4971-972d-9a585f455f2b|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:01:43.572Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:01:43.578Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:02:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:02:34.024Z||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-09-13T12:02:34.024Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:02:34.028Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:02:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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-09-13T12:02:34.029Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:02:43.618Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:02:43.618Z|4fd6a873-ebb3-4e12-8b15-d3d488d3d7b6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:03:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:03:34.028Z||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-09-13T12:03:34.028Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:03:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:03:34.029Z||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-09-13T12:03:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:03:43.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:03:43.584Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:04:34.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:04:34.025Z||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-09-13T12:04:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:04:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:04:34.029Z||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-09-13T12:04:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:04:43.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:04:43.581Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:05:34.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:05:34.025Z||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-09-13T12:05:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:05:34.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:05:34.029Z||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-09-13T12:05:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:05:43.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:05:43.583Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:06:34.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:06:34.024Z||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-09-13T12:06:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:06:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:06:34.029Z||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-09-13T12:06:34.029Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:06:43.577Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:06:43.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:07:34.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:07:34.025Z||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-09-13T12:07:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:07:34.029Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:07:34.029Z|1f087455-fcde-4a06-941d-c602def7dee7|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-09-13T12:07:34.029Z|1f087455-fcde-4a06-941d-c602def7dee7|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:07:43.573Z|1f087455-fcde-4a06-941d-c602def7dee7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:07:43.575Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:08:34.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:08:34.025Z||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-09-13T12:08:34.025Z||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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:08:34.029Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T12:08:34.029Z|62cb6889-5b96-4971-972d-9a585f455f2b|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-09-13T12:08:34.029Z|62cb6889-5b96-4971-972d-9a585f455f2b|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 Tyl5vwE4UlHS5Ukg) ...
2022-09-13T12:08:43.579Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-13T12:08:43.579Z|62cb6889-5b96-4971-972d-9a585f455f2b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK