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-08-10T09:24:48.565Z||main|||||INFO|500||The following profiles are active: basic
2022-08-10T09:25:00.999Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-10T09:25:00.999Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-10T09:25:01.128Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-10T09:25:05.975Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-10T09:25:06.627Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-10T09:25:07.255Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-10T09:25:07.283Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-10T09:25:07.434Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-10T09:25:07.771Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-10T09:25:08.580Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-10T09:25:10.791Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-10T09:25:13.162Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-10T09:25:13.222Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-10T09:25:13.885Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-10T09:25:14.094Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-08-10T09:25:15.314Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-10T09:25:16.556Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-08-10T09:25:16.645Z||main|||||WARN|500||The sdc end point is not alive
2022-08-10T09:25:20.248Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-08-10T09:25:23.463Z||main|||||WARN|500||---
2022-08-10T09:25:23.463Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-10T09:25:23.464Z||main|||||WARN|500||---
2022-08-10T09:25:23.962Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-10T09:25:29.202Z||main|||||INFO|500||Started Application in 44.948 seconds (JVM running for 47.883)
2022-08-10T09:25:29.215Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:25:29.221Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:25:29.239Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:25:29.271Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:25:29.316Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8e193c03-4a65-45f9-b967-725f450fb701 url= /sdc/v1/artifactTypes
2022-08-10T09:25:29.317Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:25:29.431Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:25:29.433Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5bc49c
2022-08-10T09:25:29.433Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:25:29.449Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:25:29.452Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:25:29.459Z||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$$61de6f2e.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-08-10T09:26:19.199Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:26:19.201Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:26:19.201Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:26:19.207Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:26:19.222Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1c5a63f9-cabf-48f5-ac23-3dd1f90867f0 url= /sdc/v1/artifactTypes
2022-08-10T09:26:19.223Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:26:19.241Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:26:19.242Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@34ef0753
2022-08-10T09:26:19.242Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:26:19.243Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:26:19.243Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:26:19.245Z||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$$61de6f2e.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-08-10T09:27:09.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:27:09.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:27:09.199Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:27:09.202Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:27:09.208Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6382f444-833e-4568-89a1-8d838886e8b8 url= /sdc/v1/artifactTypes
2022-08-10T09:27:09.208Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:27:09.214Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:27:09.215Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71a16de0
2022-08-10T09:27:09.215Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:27:09.216Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:27:09.216Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:27:09.217Z||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$$61de6f2e.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-08-10T09:27:59.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:27:59.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:27:59.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:27:59.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:27:59.205Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2be8bf9a-7337-4210-b584-70a7094401f6 url= /sdc/v1/artifactTypes
2022-08-10T09:27:59.206Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:27:59.212Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:27:59.213Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@16f8b75c
2022-08-10T09:27:59.213Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:27:59.214Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:27:59.214Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:27:59.215Z||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$$61de6f2e.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-08-10T09:28:49.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:28:49.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:28:49.199Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:28:49.202Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:28:49.207Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 57d302c1-36e4-4856-b47c-44364ba6fed0 url= /sdc/v1/artifactTypes
2022-08-10T09:28:49.207Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:28:49.213Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:28:49.213Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4efe8f54
2022-08-10T09:28:49.214Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:28:49.214Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:28:49.214Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:28:49.215Z||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$$61de6f2e.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-08-10T09:29:39.198Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:29:39.201Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:29:39.202Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:29:39.209Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:29:39.217Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 34125a4c-2df5-4916-b94f-7f4d734fc1a4 url= /sdc/v1/artifactTypes
2022-08-10T09:29:39.217Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:29:39.226Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:29:39.226Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e1b4350
2022-08-10T09:29:39.226Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:29:39.227Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:29:39.227Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:29:39.228Z||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$$61de6f2e.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-08-10T09:30:29.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:30:29.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:30:29.199Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:30:29.202Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:30:29.211Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5a1888cc-8817-4c31-a660-78fe14788a6e url= /sdc/v1/artifactTypes
2022-08-10T09:30:29.211Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:30:29.223Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:30:29.224Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@19e5d9d8
2022-08-10T09:30:29.224Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:30:29.225Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:30:29.225Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:30:29.226Z||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$$61de6f2e.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-08-10T09:31:19.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:31:19.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:31:19.198Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:31:19.202Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:31:19.208Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3847fa4b-26e4-4f2a-b1b7-c9f27267a888 url= /sdc/v1/artifactTypes
2022-08-10T09:31:19.208Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:31:19.214Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:31:19.214Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29fc3349
2022-08-10T09:31:19.215Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:31:19.215Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:31:19.216Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:31:19.217Z||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$$61de6f2e.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-08-10T09:32:09.199Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:32:09.200Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:32:09.200Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:32:09.205Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:32:09.213Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4639407d-6b36-4d9d-a43c-ae60d867a148 url= /sdc/v1/artifactTypes
2022-08-10T09:32:09.213Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:32:09.222Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:32:09.222Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c5092c2
2022-08-10T09:32:09.223Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:32:09.224Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:32:09.224Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:32:09.225Z||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$$61de6f2e.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-08-10T09:32:59.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:32:59.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:32:59.198Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:32:59.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:32:59.207Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 329f2ac2-378c-4731-b666-cb872cb42661 url= /sdc/v1/artifactTypes
2022-08-10T09:32:59.208Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:32:59.217Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:32:59.218Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46fcbdc5
2022-08-10T09:32:59.218Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:32:59.219Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:32:59.219Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:32:59.219Z||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$$61de6f2e.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-08-10T09:33:49.202Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:33:49.205Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:33:49.206Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:33:49.215Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:33:49.225Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 00fdf939-55f8-4fef-95be-22a5f435669b url= /sdc/v1/artifactTypes
2022-08-10T09:33:49.228Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:33:49.243Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:33:49.245Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1bb72df2
2022-08-10T09:33:49.245Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:33:49.246Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:33:49.247Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:33:49.250Z||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$$61de6f2e.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-08-10T09:34:39.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:34:39.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:34:39.198Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:34:39.201Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:34:39.210Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 737f242c-5c1d-4097-a623-988a2390be69 url= /sdc/v1/artifactTypes
2022-08-10T09:34:39.211Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:34:39.217Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:34:39.217Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69d05df
2022-08-10T09:34:39.218Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:34:39.218Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:34:39.218Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:34:39.219Z||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$$61de6f2e.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-08-10T09:35:18.994Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-10T09:35:29.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:35:29.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:35:29.199Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:35:29.201Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:35:29.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 099dd0fb-74de-48e3-8c2a-72a26e5557af url= /sdc/v1/artifactTypes
2022-08-10T09:35:29.207Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:35:29.221Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:35:29.221Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@640391f9
2022-08-10T09:35:29.222Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:35:29.222Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:35:29.222Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:35:29.223Z||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$$61de6f2e.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-08-10T09:36:19.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:36:19.196Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:36:19.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:36:19.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:36:19.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae338055-9b23-4344-8405-616b44b8ad2d url= /sdc/v1/artifactTypes
2022-08-10T09:36:19.206Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:36:19.212Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:36:19.213Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@398a4af1
2022-08-10T09:36:19.213Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:36:19.213Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:36:19.214Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:36:19.214Z||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$$61de6f2e.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-08-10T09:37:09.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:37:09.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:37:09.199Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:37:09.203Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:37:09.211Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 40a43dc2-8dcb-4afe-a73c-7186057a7475 url= /sdc/v1/artifactTypes
2022-08-10T09:37:09.212Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:37:09.219Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:37:09.220Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@11995ade
2022-08-10T09:37:09.220Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:37:09.221Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:37:09.221Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:37:09.222Z||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$$61de6f2e.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-08-10T09:37:59.200Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:37:59.203Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:37:59.203Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:37:59.208Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:37:59.221Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6195c99d-0d4c-490d-905c-9c7c6da8c0b6 url= /sdc/v1/artifactTypes
2022-08-10T09:37:59.221Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:37:59.229Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:37:59.229Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4dd01c6a
2022-08-10T09:37:59.230Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:37:59.230Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:37:59.231Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:37:59.232Z||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$$61de6f2e.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-08-10T09:38:49.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:38:49.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:38:49.198Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:38:49.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:38:49.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4bed88c0-a3cb-42d1-babe-4be626b5a986 url= /sdc/v1/artifactTypes
2022-08-10T09:38:49.206Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:38:49.213Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:38:49.213Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a31c8c2
2022-08-10T09:38:49.213Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:38:49.214Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:38:49.214Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:38:49.215Z||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$$61de6f2e.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-08-10T09:39:39.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:39:39.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:39:39.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:39:39.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:39:39.204Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 872e4946-2632-4ff9-bab7-1037b6d62315 url= /sdc/v1/artifactTypes
2022-08-10T09:39:39.205Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:39:39.210Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:39:39.210Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49a3d917
2022-08-10T09:39:39.211Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:39:39.211Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:39:39.211Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:39:39.212Z||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$$61de6f2e.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-08-10T09:40:29.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:40:29.196Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:40:29.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:40:29.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:40:29.205Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba0e1cdd-17f8-4ce8-906a-2744fa7660cb url= /sdc/v1/artifactTypes
2022-08-10T09:40:29.206Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:40:29.214Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:40:29.214Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5ad6ae2d
2022-08-10T09:40:29.214Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:40:29.215Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:40:29.215Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:40:29.216Z||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$$61de6f2e.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-08-10T09:41:19.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:41:19.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:41:19.199Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:41:19.202Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:41:19.207Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9b15b61f-17d3-46b6-b136-b1dad3c816b0 url= /sdc/v1/artifactTypes
2022-08-10T09:41:19.207Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:41:19.212Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:41:19.213Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@141e5a66
2022-08-10T09:41:19.213Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:41:19.214Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:41:19.214Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:41:19.215Z||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$$61de6f2e.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-08-10T09:42:09.207Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:42:09.208Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:42:09.217Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:42:09.221Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:42:09.229Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9af10d63-0188-4f62-ae35-65b63a4034ff url= /sdc/v1/artifactTypes
2022-08-10T09:42:09.230Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:42:09.237Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:42:09.238Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c1f8b83
2022-08-10T09:42:09.238Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:42:09.239Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:42:09.239Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:42:09.240Z||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$$61de6f2e.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-08-10T09:42:59.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:42:59.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:42:59.198Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:42:59.201Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:42:59.214Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dc8dc7ba-69fb-4d2e-b121-64009022f10a url= /sdc/v1/artifactTypes
2022-08-10T09:42:59.215Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:42:59.222Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:42:59.223Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@43a1e6d0
2022-08-10T09:42:59.223Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:42:59.223Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:42:59.224Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:42:59.224Z||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$$61de6f2e.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-08-10T09:43:49.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:43:49.196Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:43:49.200Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:43:49.202Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:43:49.207Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b38d91c9-30c1-4eb2-bd18-02bbda0aa81e url= /sdc/v1/artifactTypes
2022-08-10T09:43:49.207Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:43:49.212Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:43:49.213Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f7ad101
2022-08-10T09:43:49.213Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:43:49.213Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:43:49.214Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:43:49.214Z||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$$61de6f2e.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-08-10T09:44:39.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:44:39.196Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:44:39.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:44:39.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:44:39.205Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9924d5cf-d3bf-45e9-9ad0-98ca2ef7fdbc url= /sdc/v1/artifactTypes
2022-08-10T09:44:39.206Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:44:39.212Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:44:39.212Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@65d9be9c
2022-08-10T09:44:39.213Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:44:39.213Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:44:39.213Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:44:39.214Z||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$$61de6f2e.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-08-10T09:45:29.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:45:29.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:45:29.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:45:29.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:45:29.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e159bf94-48ec-4115-985b-e4aa7605c6e4 url= /sdc/v1/artifactTypes
2022-08-10T09:45:29.206Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:45:29.211Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:45:29.211Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60111ec2
2022-08-10T09:45:29.211Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:45:29.211Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:45:29.212Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:45:29.212Z||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$$61de6f2e.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-08-10T09:46:19.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:46:19.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:46:19.198Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:46:19.202Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:46:19.209Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 921d04dd-3247-4b37-9e86-8071e420c2e0 url= /sdc/v1/artifactTypes
2022-08-10T09:46:19.209Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:46:19.215Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:46:19.215Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7fabf7b2
2022-08-10T09:46:19.216Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:46:19.216Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:46:19.217Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:46:19.217Z||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$$61de6f2e.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-08-10T09:47:09.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:47:09.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:47:09.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:47:09.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:47:09.205Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7362caae-9ff9-4d32-9ac2-c28d38683ae4 url= /sdc/v1/artifactTypes
2022-08-10T09:47:09.205Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:47:09.211Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:47:09.211Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@66ec702c
2022-08-10T09:47:09.211Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:47:09.211Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:47:09.211Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:47:09.212Z||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$$61de6f2e.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-08-10T09:47:59.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:47:59.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:47:59.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:47:59.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:47:59.207Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9daa25d1-e4ca-4db5-bb25-0fe122c35d7b url= /sdc/v1/artifactTypes
2022-08-10T09:47:59.207Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:47:59.221Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:47:59.221Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1681d707
2022-08-10T09:47:59.222Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:47:59.222Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:47:59.222Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:47:59.223Z||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$$61de6f2e.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-08-10T09:48:49.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:48:49.196Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:48:49.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:48:49.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:48:49.213Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 67c914cd-0c90-408b-a4a4-7d376f700ad1 url= /sdc/v1/artifactTypes
2022-08-10T09:48:49.213Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:48:49.228Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:48:49.228Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5bf64c17
2022-08-10T09:48:49.229Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:48:49.229Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:48:49.229Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:48:49.229Z||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$$61de6f2e.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-08-10T09:49:39.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:49:39.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:49:39.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:49:39.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:49:39.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ca71e13e-3652-47fc-a79e-c1e5274cd9a1 url= /sdc/v1/artifactTypes
2022-08-10T09:49:39.206Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:49:39.211Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:49:39.211Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d2f6087
2022-08-10T09:49:39.212Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:49:39.212Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:49:39.213Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:49:39.213Z||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$$61de6f2e.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-08-10T09:50:29.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:50:29.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:50:29.198Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:50:29.202Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:50:29.208Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2ecc7750-4d48-41e9-8d02-82a7315aa023 url= /sdc/v1/artifactTypes
2022-08-10T09:50:29.208Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:50:29.214Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:50:29.214Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c4b8f8a
2022-08-10T09:50:29.214Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:50:29.215Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:50:29.215Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:50:29.215Z||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$$61de6f2e.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-08-10T09:51:19.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:51:19.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:51:19.198Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:51:19.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:51:19.205Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b9c828c3-b669-4ba9-b7e7-6848247516ad url= /sdc/v1/artifactTypes
2022-08-10T09:51:19.205Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:51:19.211Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:51:19.212Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@171b971b
2022-08-10T09:51:19.212Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:51:19.212Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:51:19.213Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:51:19.214Z||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$$61de6f2e.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-08-10T09:52:09.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:52:09.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:52:09.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:52:09.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:52:09.205Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9d2daee1-ed90-45ad-86a6-ef9dc8689b18 url= /sdc/v1/artifactTypes
2022-08-10T09:52:09.205Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:52:09.210Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:52:09.210Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46433e61
2022-08-10T09:52:09.211Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:52:09.211Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:52:09.211Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:52:09.211Z||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$$61de6f2e.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-08-10T09:52:59.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:52:59.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:52:59.198Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:52:59.201Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:52:59.205Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 95425604-5a94-41da-a02e-6205aad3cfee url= /sdc/v1/artifactTypes
2022-08-10T09:52:59.206Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:52:59.210Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:52:59.211Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a203768
2022-08-10T09:52:59.211Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:52:59.211Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:52:59.212Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:52:59.212Z||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$$61de6f2e.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-08-10T09:53:49.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:53:49.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:53:49.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:53:49.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:53:49.205Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4783aa0b-048a-4db6-ac7a-6b0ae6d4a238 url= /sdc/v1/artifactTypes
2022-08-10T09:53:49.206Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:53:49.211Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:53:49.212Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b9c90be
2022-08-10T09:53:49.212Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:53:49.213Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:53:49.213Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:53:49.214Z||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$$61de6f2e.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-08-10T09:54:39.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:54:39.196Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:54:39.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:54:39.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:54:39.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e2578df7-fc65-46e4-9c30-c186945b6d9b url= /sdc/v1/artifactTypes
2022-08-10T09:54:39.206Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:54:39.212Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:54:39.213Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3929c856
2022-08-10T09:54:39.213Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:54:39.214Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:54:39.215Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:54:39.215Z||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$$61de6f2e.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-08-10T09:55:29.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:55:29.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:55:29.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:55:29.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:55:29.205Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 87f1d061-313b-4efc-bd07-9e159b41b2fd url= /sdc/v1/artifactTypes
2022-08-10T09:55:29.205Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:55:29.211Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:55:29.211Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d405023
2022-08-10T09:55:29.212Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:55:29.212Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:55:29.212Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:55:29.213Z||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$$61de6f2e.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-08-10T09:56:19.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:56:19.196Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:56:19.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:56:19.199Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:56:19.204Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 02514da7-d5e5-40da-ba63-d9ec46aa05b5 url= /sdc/v1/artifactTypes
2022-08-10T09:56:19.204Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:56:19.209Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:56:19.209Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@450d4c9c
2022-08-10T09:56:19.210Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:56:19.210Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:56:19.210Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:56:19.210Z||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$$61de6f2e.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-08-10T09:57:09.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:57:09.199Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:57:09.200Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:57:09.203Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:57:09.211Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3e50130c-67bb-4f5c-b151-2826f0139ec2 url= /sdc/v1/artifactTypes
2022-08-10T09:57:09.212Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:57:09.219Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:57:09.219Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e3fad57
2022-08-10T09:57:09.219Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:57:09.220Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:57:09.220Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:57:09.220Z||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$$61de6f2e.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-08-10T09:57:59.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:57:59.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:57:59.198Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:57:59.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:57:59.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 03610060-c022-4e95-92bb-19e70a7f62b3 url= /sdc/v1/artifactTypes
2022-08-10T09:57:59.207Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:57:59.217Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:57:59.217Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@12af307a
2022-08-10T09:57:59.217Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:57:59.217Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:57:59.218Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:57:59.219Z||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$$61de6f2e.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-08-10T09:58:49.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:58:49.196Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:58:49.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:58:49.199Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:58:49.207Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 38297b7c-10eb-47d4-918d-ce4de2f1672e url= /sdc/v1/artifactTypes
2022-08-10T09:58:49.207Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:58:49.214Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:58:49.215Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d08d21e
2022-08-10T09:58:49.215Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:58:49.216Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:58:49.216Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:58:49.217Z||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$$61de6f2e.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-08-10T09:59:39.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T09:59:39.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T09:59:39.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T09:59:39.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T09:59:39.205Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d60bc60e-0011-40ad-ad7f-e51e3acfe8af url= /sdc/v1/artifactTypes
2022-08-10T09:59:39.206Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T09:59:39.212Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T09:59:39.212Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6961b87a
2022-08-10T09:59:39.212Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T09:59:39.213Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T09:59:39.213Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T09:59:39.213Z||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$$61de6f2e.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-08-10T10:00:29.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T10:00:29.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T10:00:29.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T10:00:29.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T10:00:29.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 236afcc1-2cfa-4011-ac33-5489bf563d03 url= /sdc/v1/artifactTypes
2022-08-10T10:00:29.206Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T10:00:29.211Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T10:00:29.212Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1faab503
2022-08-10T10:00:29.212Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T10:00:29.213Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T10:00:29.213Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T10:00:29.214Z||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$$61de6f2e.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-08-10T10:01:19.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T10:01:19.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T10:01:19.198Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T10:01:19.201Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T10:01:19.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c03a8526-c804-4398-9d04-f7d072646cd0 url= /sdc/v1/artifactTypes
2022-08-10T10:01:19.206Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T10:01:19.212Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T10:01:19.212Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5247333a
2022-08-10T10:01:19.213Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T10:01:19.213Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T10:01:19.213Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T10:01:19.214Z||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$$61de6f2e.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-08-10T10:02:09.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T10:02:09.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T10:02:09.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T10:02:09.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T10:02:09.211Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5a5bd0c5-49f2-4121-8757-9b1523507d87 url= /sdc/v1/artifactTypes
2022-08-10T10:02:09.211Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T10:02:09.217Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T10:02:09.217Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5230dbf
2022-08-10T10:02:09.218Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T10:02:09.218Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T10:02:09.218Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T10:02:09.218Z||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$$61de6f2e.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-08-10T10:02:59.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T10:02:59.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T10:02:59.198Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T10:02:59.201Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T10:02:59.207Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f1e3a46e-8f52-4f00-8fe1-48943e36c16c url= /sdc/v1/artifactTypes
2022-08-10T10:02:59.207Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T10:02:59.214Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T10:02:59.214Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6ca2166c
2022-08-10T10:02:59.214Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T10:02:59.215Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T10:02:59.215Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T10:02:59.216Z||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$$61de6f2e.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-08-10T10:03:49.198Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T10:03:49.200Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T10:03:49.201Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T10:03:49.205Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T10:03:49.213Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e769ad71-87c4-4c9a-8663-732b20ea2e10 url= /sdc/v1/artifactTypes
2022-08-10T10:03:49.213Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T10:03:49.224Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T10:03:49.224Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f31f7b1
2022-08-10T10:03:49.224Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T10:03:49.227Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T10:03:49.228Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T10:03:49.228Z||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$$61de6f2e.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-08-10T10:04:39.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T10:04:39.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T10:04:39.200Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T10:04:39.202Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T10:04:39.207Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b05010b2-12ad-4b67-a750-81915fb4794b url= /sdc/v1/artifactTypes
2022-08-10T10:04:39.207Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T10:04:39.212Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-10T10:04:39.212Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2147775e
2022-08-10T10:04:39.213Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-10T10:04:39.213Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-10T10:04:39.213Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-10T10:04:39.216Z||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$$61de6f2e.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-08-10T10:05:29.196Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-10T10:05:29.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-10T10:05:29.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-10T10:05:29.200Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-10T10:05:29.211Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= be3c8e96-1fea-43f6-a83c-304d0be773e1 url= /sdc/v1/artifactTypes
2022-08-10T10:05:29.211Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-10T10:05:29.298Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-10T10:05:29.310Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-08-10T10:05:29.337Z||scheduling-1|||||DEBUG|500||create keys
2022-08-10T10:05:29.345Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-10T10:05:29.463Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:05:29.484Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 39b582e2-0e4b-453b-8585-524f047c03ac url= /sdc/v1/registerForDistribution
2022-08-10T10:05:29.698Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 39b582e2-0e4b-453b-8585-524f047c03ac url= /sdc/v1/registerForDistribution
2022-08-10T10:05:29.699Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-10T10:05:29.710Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:05:29.710Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:05:29.718Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-10T10:05:29.722Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:05:29.722Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:05:29.723Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:05:29.723Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:05:39.939Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:05:40.253Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:06:29.706Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:06:29.708Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:06:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:06:29.709Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:06:29.710Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:06:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:06:39.308Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:06:39.504Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:07:29.706Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:07:29.708Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:07:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:07:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:07:29.711Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:07:29.711Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:07:39.683Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:07:41.110Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:08:29.706Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:08:29.708Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:08:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:08:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:08:29.710Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:08:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:09:29.772Z||pool-2-thread-5|||||WARN|500||Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2022-08-10T10:09:29.772Z||pool-2-thread-1|||||WARN|500||Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2022-08-10T10:09:29.784Z||pool-2-thread-1|||||ERROR|500||Error exception occured when fetching with Cambria Client:Read timed out
2022-08-10T10:09:29.785Z||pool-2-thread-1|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Read timed out
java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-10T10:09:29.786Z||pool-2-thread-5|||||ERROR|500||Error exception occured when fetching with Cambria Client:Read timed out
2022-08-10T10:09:29.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:09:29.786Z||pool-2-thread-5|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Read timed out
java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-10T10:09:29.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:09:29.787Z||pool-2-thread-6|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2022-08-10T10:09:29.786Z||pool-2-thread-3|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2022-08-10T10:09:29.788Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:09:29.788Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:09:29.788Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:09:29.788Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:09:39.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:10:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:10:29.711Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:10:29.711Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:10:29.855Z||pool-2-thread-3|||||WARN|500||Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2022-08-10T10:10:29.856Z||pool-2-thread-3|||||ERROR|500||Error exception occured when fetching with Cambria Client:Read timed out
2022-08-10T10:10:29.857Z||pool-2-thread-3|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Read timed out
java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-10T10:10:29.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:10:29.857Z||pool-2-thread-3|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2022-08-10T10:10:29.863Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:10:29.863Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:10:39.487Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:10:47.349Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:11:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:11:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:11:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:11:29.709Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:11:29.709Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:11:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:11:46.786Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:11:47.359Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:12:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:12:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:12:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:12:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:12:29.709Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:12:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:12:46.788Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:12:46.790Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:13:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:13:29.708Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:13:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:13:29.709Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:13:29.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:13:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:13:46.799Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:13:46.805Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:14:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:14:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:14:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:14:29.709Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:14:29.709Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:14:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:14:46.810Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:14:46.810Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:15:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:15:29.708Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:15:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:15:29.709Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:15:29.709Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:15:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:15:46.782Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:15:46.785Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:16:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:16:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:16:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:16:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:16:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:16:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:16:46.797Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:16:46.805Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:17:29.707Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:17:29.709Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:17:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:17:29.710Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:17:29.711Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:17:29.711Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:17:46.796Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:17:46.797Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:18:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:18:29.708Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:18:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:18:29.709Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:18:29.710Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:18:29.711Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:18:46.780Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:18:46.780Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:19:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:19:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:19:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:19:29.709Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:19:29.709Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:19:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:19:46.782Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:19:46.791Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:20:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:20:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:20:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:20:29.709Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:20:29.709Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:20:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:20:46.803Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:20:46.803Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:21:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:21:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:21:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:21:29.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:21:29.710Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:21:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:21:46.813Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:21:46.819Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:22:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:22:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:22:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:22:29.709Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:22:29.710Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:22:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:22:46.784Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:22:46.784Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:23:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:23:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:23:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:23:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:23:29.709Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:23:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:23:46.781Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:23:46.782Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:24:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:24:29.708Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:24:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:24:29.709Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:24:29.709Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:24:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:24:46.786Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:24:46.786Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:25:29.706Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:25:29.707Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:25:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:25:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:25:29.710Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:25:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:25:46.803Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:25:46.811Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:26:29.706Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:26:29.707Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:26:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:26:29.709Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:26:29.710Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:26:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:26:46.783Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:26:46.783Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:27:29.706Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:27:29.707Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:27:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:27:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:27:29.709Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:27:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:27:46.822Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:27:46.829Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:28:29.706Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:28:29.707Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:28:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:28:29.709Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:28:29.709Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:28:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:28:46.792Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:28:46.792Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:29:29.706Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:29:29.707Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:29:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:29:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:29:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:29:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:29:39.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:29:46.801Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:30:29.706Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:30:29.708Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:30:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:30:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:30:29.710Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:30:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:30:39.316Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:30:39.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:31:29.706Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:31:29.708Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:31:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:31:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:31:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:31:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:31:39.279Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:31:39.535Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:32:29.707Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:32:29.708Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:32:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:32:29.709Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:32:29.710Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:32:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:32:39.292Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:32:39.300Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:33:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:33:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:33:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:33:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:33:29.709Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:33:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:33:39.271Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:33:39.322Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:34:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:34:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:34:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:34:29.709Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:34:29.710Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:34:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:34:39.304Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:34:39.305Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:35:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:35:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:35:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:35:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:35:29.710Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:35:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:35:39.274Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:35:39.275Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:36:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:36:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:36:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:36:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:36:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:36:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:36:39.265Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:36:39.267Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:37:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:37:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:37:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:37:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:37:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:37:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:37:39.269Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:37:39.274Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:38:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:38:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:38:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:38:29.709Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:38:29.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:38:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:38:39.308Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:38:39.338Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:39:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:39:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:39:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:39:29.709Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:39:29.710Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:39:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:39:39.303Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:39:39.305Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:40:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:40:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:40:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:40:29.709Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:40:29.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:40:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:40:39.269Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:40:39.270Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:41:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:41:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:41:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:41:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:41:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:41:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:41:39.260Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:41:39.289Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:42:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:42:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:42:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:42:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:42:29.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:42:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:42:39.298Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:42:39.302Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:43:29.712Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:43:29.712Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:43:29.713Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:43:29.713Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:43:29.713Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:43:29.713Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:43:39.302Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:43:39.303Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:44:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:44:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:44:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:44:29.709Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:44:29.709Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:44:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:44:39.276Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:44:39.282Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:45:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:45:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:45:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:45:29.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:45:29.709Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:45:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:45:39.263Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:45:39.266Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:46:29.707Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:46:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:46:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:46:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:46:29.710Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:46:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:46:39.275Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:46:39.331Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:47:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:47:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:47:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:47:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:47:29.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:47:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:47:39.291Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:47:39.291Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:48:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:48:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:48:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:48:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:48:29.710Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:48:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:48:39.285Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:48:39.331Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:49:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:49:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:49:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:49:29.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:49:29.709Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:49:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:49:39.275Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:49:39.275Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:50:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:50:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:50:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:50:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:50:29.709Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:50:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:50:39.306Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:50:39.314Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:51:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:51:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:51:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:51:29.709Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:51:29.709Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:51:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:51:39.340Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:51:39.391Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:52:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:52:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:52:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:52:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:52:29.710Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:52:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:52:39.286Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:52:39.298Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:53:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:53:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:53:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:53:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:53:29.709Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:53:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:53:39.265Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:53:39.296Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:54:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:54:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:54:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:54:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:54:29.709Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:54:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:54:39.283Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:54:39.289Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:55:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:55:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:55:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:55:29.709Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:55:29.710Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:55:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:55:39.271Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:55:39.271Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:56:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:56:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:56:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:56:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:56:29.710Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:56:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:56:39.284Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:56:39.292Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:57:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:57:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:57:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:57:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:57:29.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:57:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:57:39.287Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:57:39.287Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:58:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:58:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:58:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:58:29.709Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:58:29.709Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:58:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:58:39.275Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:58:39.282Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:59:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:59:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:59:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:59:29.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T10:59:29.709Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T10:59:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T10:59:39.272Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T10:59:39.275Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:00:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:00:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:00:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:00:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:00:29.709Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:00:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:00:39.264Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:00:39.264Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:01:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:01:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:01:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:01:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:01:29.710Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:01:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:01:39.297Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:01:39.323Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:02:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:02:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:02:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:02:29.709Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:02:29.709Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:02:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:02:39.276Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:02:39.279Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:03:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:03:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:03:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:03:29.709Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:03:29.709Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:03:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:03:39.263Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:03:39.265Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:04:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:04:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:04:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:04:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:04:29.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:04:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:04:39.264Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:04:39.266Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:05:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:05:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:05:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:05:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:05:29.709Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:05:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:05:39.276Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:05:39.293Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:06:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:06:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:06:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:06:29.710Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:06:29.711Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:06:29.711Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:06:39.295Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:06:39.311Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:07:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:07:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:07:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:07:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:07:29.710Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:07:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:07:39.301Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:07:39.306Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:08:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:08:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:08:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:08:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:08:29.710Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:08:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:08:39.270Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:08:39.272Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:09:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:09:29.709Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:09:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:09:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:09:29.710Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:09:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:09:39.289Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:09:39.289Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:10:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:10:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:10:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:10:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:10:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:10:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:10:39.259Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:10:39.259Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:11:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:11:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:11:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:11:29.709Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:11:29.709Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:11:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:11:39.273Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:11:39.275Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:12:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:12:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:12:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:12:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:12:29.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:12:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:12:39.284Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:12:39.284Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:13:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:13:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:13:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:13:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:13:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:13:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:13:39.280Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:13:39.334Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:14:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:14:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:14:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:14:29.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:14:29.709Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:14:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:14:39.282Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:14:39.282Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:15:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:15:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:15:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:15:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:15:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:15:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:15:39.269Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:15:39.269Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:16:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:16:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:16:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:16:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:16:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:16:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:16:39.278Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:16:39.286Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:17:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:17:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:17:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:17:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:17:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:17:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:17:39.263Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:17:39.270Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:18:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:18:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:18:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:18:29.709Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:18:29.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:18:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:18:39.281Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:18:39.292Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:19:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:19:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:19:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:19:29.709Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:19:29.709Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:19:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:19:39.262Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:19:39.262Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:20:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:20:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:20:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:20:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:20:29.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:20:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:20:39.277Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:20:39.280Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:21:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:21:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:21:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:21:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:21:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:21:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:21:39.288Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:21:39.293Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:22:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:22:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:22:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:22:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:22:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:22:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:22:39.281Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:22:39.282Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:23:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:23:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:23:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:23:29.709Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:23:29.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:23:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:23:39.307Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:23:39.319Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:24:29.707Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:24:29.709Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:24:29.709Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:24:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:24:29.709Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:24:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:24:39.283Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:24:39.283Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:25:29.706Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:25:29.707Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:25:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:25:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:25:29.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:25:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:25:39.279Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:25:39.283Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:26:29.706Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:26:29.707Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:26:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:26:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:26:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:26:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:26:39.291Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:26:39.308Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:27:29.706Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:27:29.707Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:27:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:27:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:27:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:27:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:27:39.320Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:27:39.326Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:29.706Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:28:29.707Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:28:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:28:29.709Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:28:29.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:28:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:28:29.889Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:29.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660130867607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:29.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:29.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660130867607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:29.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:29.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660130867607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:29.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:29.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660130867607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:29.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:29.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660130867607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:29.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:29.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660130879782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:29.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:29.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660130867607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:29.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:29.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660130879782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T11:28:29.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:29.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660130867607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T11:28:29.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:29.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660130879782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T11:28:29.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:29.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660130879782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:29.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:29.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660130884573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:28:29.930Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:28:29.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660130879782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T11:28:29.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:29.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660130879782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:29.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:29.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660130879782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T11:28:29.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:29.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660130887841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:28:29.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:28:29.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660130889127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:28:29.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:28:29.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "aai-ml",
  "timestamp": 1660130888363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:29.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:29.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660130890366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T11:28:29.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:28:29.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "aai-ml",
  "timestamp": 1660130888363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:29.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:29.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660130890501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:28:29.936Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:28:29.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:29.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660130891372,
  "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-08-10T11:28:30.124Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0afe5f48-3361-4696-adb3-eac08e7b3b69
2022-08-10T11:28:30.146Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0afe5f48-3361-4696-adb3-eac08e7b3b69 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T11:28:30.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "aai-ml",
  "timestamp": 1660130888363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:30.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:30.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660130891647,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T11:28:30.192Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0afe5f48-3361-4696-adb3-eac08e7b3b69
2022-08-10T11:28:30.192Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0afe5f48-3361-4696-adb3-eac08e7b3b69 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T11:28:30.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "aai-ml",
  "timestamp": 1660130888363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:30.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:30.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660130892652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T11:28:30.204Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:28:30.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "aai-ml",
  "timestamp": 1660130888363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:30.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:30.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "aai-ml",
  "timestamp": 1660130888363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:30.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:30.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "aai-ml",
  "timestamp": 1660130888363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T11:28:30.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:30.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "aai-ml",
  "timestamp": 1660130897200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:28:30.206Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:28:30.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "aai-ml",
  "timestamp": 1660130898379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T11:28:30.207Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:28:30.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "aai-ml",
  "timestamp": 1660130899451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T11:28:30.208Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:28:30.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "aai-ml",
  "timestamp": 1660130900463,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T11:28:30.215Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0afe5f48-3361-4696-adb3-eac08e7b3b69
2022-08-10T11:28:30.215Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0afe5f48-3361-4696-adb3-eac08e7b3b69 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T11:28:30.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "cds",
  "timestamp": 1660130897983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:30.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:30.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "cds",
  "timestamp": 1660130897983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:30.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:30.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "cds",
  "timestamp": 1660130897983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:30.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:30.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "cds",
  "timestamp": 1660130897983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:30.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:30.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "cds",
  "timestamp": 1660130897983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:30.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:30.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "cds",
  "timestamp": 1660130897983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:30.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:30.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "cds",
  "timestamp": 1660130897983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T11:28:30.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:28:30.358Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:30.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-10T11:28:30.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0afe5f48-3361-4696-adb3-eac08e7b3b69","serviceName":"vFW 2022-08-10 11-23-46","serviceVersion":"1.0","serviceUUID":"b72509ee-2839-4abd-91de-8a2020f4300d","serviceDescription":"catalog service description","serviceInvariantUUID":"1389365a-bb9f-466e-92d0-b1e4e3c4358b","resources":[{"resourceInstanceName":"vFW 6b6b2e4e-2b1a 0","resourceName":"vFW 6b6b2e4e-2b1a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b8db3ed-1bb4-4289-8c6a-3548ae853519","resourceInvariantUUID":"de7fcced-b537-4672-be4a-d0395e34f2a1","resourceCustomizationUUID":"c50b8bda-2ce5-418f-9cd2-3fe437781eab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vf-license-model.xml","artifactChecksum":"NTMxMGMwYTFkYjcyZjAwZjEzNzRjNWMyODllYWYxYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"25f2559b-37a9-46c0-92df-fc3b439c71dd","artifactVersion":"1"},{"artifactName":"vfw6b6b2e4e2b1a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json","artifactChecksum":"YWNhYzI5YjVhNzQxYTU3MzBkNDFkMzUwOWUwMmUwNzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c5e1e2c9-f27f-407b-8777-e13984ef1e58","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f9393026-22b9-4283-88d6-b9309394a472","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vendor-license-model.xml","artifactChecksum":"NWYxMjdiZTVhMWFlY2I1YjY0OGJmZWNiMGZhNGMwYjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0121d830-0cf7-4b18-916e-16431a5b8049","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"14b29f6e-8657-4458-80ae-cd2892887f31","artifactVersion":"2","generatedFromUUID":"f9393026-22b9-4283-88d6-b9309394a472"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220810112346-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-template.yml","artifactChecksum":"ODcxZGFhZjk4ODcxZjk5OTNmN2Y4NTkzY2YyZjEyMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c43b193-9fb2-4b9e-baed-a8847c083f77","artifactVersion":"1"},{"artifactName":"service-Vfw20220810112346-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar","artifactChecksum":"NDE4MjAxYTI4YTJmNGEyM2Q4YTQ1ZDNkZTlkZTEwNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"29575a84-ca9a-41c7-b819-4c15f9295746","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T11:28:30.367Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T11:28:30.373Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:28:30.431Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:28:30.431Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130909706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:30.531Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-08-10T11:28:30.535Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:28:30.535Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:28:30.564Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:30.565Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:28:31.451Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T11:28:31.451Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:28:31.453Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:28:31.453Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130909706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T11:28:31.553Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:28:31.554Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:28:31.555Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:28:31.580Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:31.580Z||pool-4-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:28:32.454Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T11:28:32.455Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:28:32.458Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:28:32.458Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130909706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T11:28:32.558Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:28:32.559Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:28:32.559Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:28:32.579Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:32.579Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:28:33.459Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T11:28:33.459Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:28:33.462Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:28:33.462Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130909706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:33.562Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:28:33.563Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:28:33.563Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:28:33.599Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:33.600Z||pool-6-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:28:34.463Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T11:28:34.463Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:28:34.470Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:28:34.470Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130909706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T11:28:34.566Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-10T11:28:34.567Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:28:34.567Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:28:34.586Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:34.587Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:28:35.474Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T11:28:35.478Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:28:35.480Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:28:35.481Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130909706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:28:35.581Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:28:35.582Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:28:35.582Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:28:35.606Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:35.607Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:28:36.481Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T11:28:36.482Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:28:36.484Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:28:36.485Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130909706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T11:28:36.585Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:28:36.586Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:28:36.586Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:28:36.605Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:36.605Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:28:37.487Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "serviceName": "vFW 2022-08-10 11-23-46",
  "serviceVersion": "1.0",
  "serviceUUID": "b72509ee-2839-4abd-91de-8a2020f4300d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1389365a-bb9f-466e-92d0-b1e4e3c4358b",
  "resources": [
    {
      "resourceInstanceName": "vFW 6b6b2e4e-2b1a 0",
      "resourceCustomizationUUID": "c50b8bda-2ce5-418f-9cd2-3fe437781eab",
      "resourceName": "vFW 6b6b2e4e-2b1a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1b8db3ed-1bb4-4289-8c6a-3548ae853519",
      "resourceInvariantUUID": "de7fcced-b537-4672-be4a-d0395e34f2a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6b6b2e4e2b1a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json",
          "artifactChecksum": "YWNhYzI5YjVhNzQxYTU3MzBkNDFkMzUwOWUwMmUwNzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c5e1e2c9-f27f-407b-8777-e13984ef1e58",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f9393026-22b9-4283-88d6-b9309394a472",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "14b29f6e-8657-4458-80ae-cd2892887f31",
            "generatedFromUUID": "f9393026-22b9-4283-88d6-b9309394a472"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "14b29f6e-8657-4458-80ae-cd2892887f31",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220810112346-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar",
      "artifactChecksum": "NDE4MjAxYTI4YTJmNGEyM2Q4YTQ1ZDNkZTlkZTEwNmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "29575a84-ca9a-41c7-b819-4c15f9295746"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T11:28:37.488Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T11:28:37.488Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b72509ee-2839-4abd-91de-8a2020f4300d ASDC
2022-08-10T11:28:37.612Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:0afe5f48-3361-4696-adb3-eac08e7b3b69
ServiceName:vFW 2022-08-10 11-23-46
ServiceVersion:1.0
ServiceUUID:b72509ee-2839-4abd-91de-8a2020f4300d
ServiceInvariantUUID:1389365a-bb9f-466e-92d0-b1e4e3c4358b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220810112346-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar
ArtifactUUID:29575a84-ca9a-41c7-b819-4c15f9295746
ArtifactChecksum:NDE4MjAxYTI4YTJmNGEyM2Q4YTQ1ZDNkZTlkZTEwNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6b6b2e4e-2b1a 0
ResourceCustomizationUUID:c50b8bda-2ce5-418f-9cd2-3fe437781eab
ResourceInvariantUUID:de7fcced-b537-4672-be4a-d0395e34f2a1
ResourceName:vFW 6b6b2e4e-2b1a
ResourceType:VF
ResourceUUID:1b8db3ed-1bb4-4289-8c6a-3548ae853519
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6b6b2e4e2b1a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json
ArtifactUUID:c5e1e2c9-f27f-407b-8777-e13984ef1e58
ArtifactChecksum:YWNhYzI5YjVhNzQxYTU3MzBkNDFkMzUwOWUwMmUwNzU=
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/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml
ArtifactUUID:f9393026-22b9-4283-88d6-b9309394a472
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/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env
ArtifactUUID:14b29f6e-8657-4458-80ae-cd2892887f31
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/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env
ArtifactUUID:14b29f6e-8657-4458-80ae-cd2892887f31
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-10T11:28:37.613Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b72509ee-2839-4abd-91de-8a2020f4300d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-10T11:28:37.671Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T11:28:37.672Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-10T11:28:37.673Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-10T11:28:37.674Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 29575a84-ca9a-41c7-b819-4c15f9295746 from URL: /sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar
2022-08-10T11:28:37.674Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-10T11:28:37.675Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar
2022-08-10T11:28:37.985Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-10T11:28:38.006Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar 29575a84-ca9a-41c7-b819-4c15f9295746 103023
2022-08-10T11:28:38.007Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar ASDC sendASDCNotification
2022-08-10T11:28:38.007Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar
2022-08-10T11:28:38.008Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T11:28:38.009Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:28:38.011Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:28:38.011Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130918006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:28:38.111Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:28:38.112Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:28:38.112Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:28:38.132Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:38.133Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:28:39.012Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T11:28:39.013Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-10T11:28:39.013Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 29575a84-ca9a-41c7-b819-4c15f9295746, URL: /sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar to file: /app/ASDC/1/service-Vfw20220810112346-csar.csar
2022-08-10T11:28:39.014Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220810112346-csar.csar
2022-08-10T11:28:39.095Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220810112346-csar.csar
2022-08-10T11:28:39.096Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220810112346-csar.csar
2022-08-10T11:28:39.744Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7622662782474437482/Definitions/service-Vfw20220810112346-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-08-10T11:28:42.899Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-10T11:28:42.904Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-10T11:28:42.904Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220810112346-csar.csar
2022-08-10T11:28:42.905Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-10T11:28:42.905Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220810112346-csar.csar
2022-08-10T11:28:42.905Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220810112346-csar.csar
2022-08-10T11:28:42.905Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||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-Vfw20220810112346-csar.csar
2022-08-10T11:28:42.905Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220810112346-csar.csar
2022-08-10T11:28:42.905Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220810112346-csar.csar
2022-08-10T11:28:42.905Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220810112346-csar.csar
2022-08-10T11:28:42.905Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||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-Vfw20220810112346-csar.csar
2022-08-10T11:28:42.906Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220810112346-csar.csar
2022-08-10T11:28:42.906Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220810112346-csar.csar
2022-08-10T11:28:42.906Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||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-Vfw20220810112346-csar.csar
2022-08-10T11:28:42.906Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220810112346-csar.csar
2022-08-10T11:28:42.906Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||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-Vfw20220810112346-csar.csar
2022-08-10T11:28:42.906Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6b6b2e4e-2b1a 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220810112346-csar.csar
2022-08-10T11:28:42.906Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-10T11:28:42.912Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:42.914Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:28:42.918Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is matching search criteria
2022-08-10T11:28:42.918Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-10T11:28:42.920Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6b2e4e-2b1a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T11:28:42.922Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:42.922Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:28:42.922Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is matching search criteria
2022-08-10T11:28:42.922Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-10T11:28:42.922Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6b2e4e-2b1a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T11:28:42.923Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:42.923Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:28:42.926Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:42.926Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is not matching search criteria
2022-08-10T11:28:42.926Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T11:28:42.927Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T11:28:42.927Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T11:28:42.927Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:28:42.927Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T11:28:42.927Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:28:42.927Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T11:28:42.927Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T11:28:42.928Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T11:28:42.928Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:28:42.928Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T11:28:42.928Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T11:28:42.928Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T11:28:42.928Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T11:28:42.929Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:28:42.929Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-10T11:28:42.929Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:42.929Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-23-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T11:28:42.930Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:42.930Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is matching search criteria
2022-08-10T11:28:42.931Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6b2e4e-2b1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T11:28:42.931Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:42.931Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is matching search criteria
2022-08-10T11:28:42.931Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6b2e4e-2b1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T11:28:42.932Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:42.932Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is matching search criteria
2022-08-10T11:28:42.932Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6b2e4e-2b1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T11:28:42.932Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:42.932Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is not matching search criteria
2022-08-10T11:28:42.933Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T11:28:42.933Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T11:28:42.933Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T11:28:42.933Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T11:28:42.933Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T11:28:42.933Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:28:42.933Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T11:28:42.934Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T11:28:42.934Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T11:28:42.934Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T11:28:42.934Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:28:42.934Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8c2cae35-6c21-43c8-bfd0-0533638fd7c3
2022-08-10T11:28:42.935Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:42.935Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is not matching search criteria
2022-08-10T11:28:42.935Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T11:28:42.935Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T11:28:42.935Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T11:28:42.935Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:28:42.935Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T11:28:42.936Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:28:42.936Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T11:28:42.936Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T11:28:42.936Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T11:28:42.936Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T11:28:42.936Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T11:28:42.936Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:28:42.937Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a9cb72d0-56f6-494b-8e6f-8b19764b1ea0
2022-08-10T11:28:42.937Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:42.937Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is not matching search criteria
2022-08-10T11:28:42.937Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T11:28:42.937Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T11:28:42.938Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T11:28:42.938Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:28:42.938Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T11:28:42.938Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:28:42.938Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T11:28:42.938Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T11:28:42.939Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T11:28:42.939Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:28:42.939Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T11:28:42.939Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T11:28:42.939Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4e709f90-249d-4615-9d76-dd31a05b90fa
2022-08-10T11:28:42.939Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:42.940Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:28:42.940Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:42.940Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:28:42.940Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:42.940Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:28:42.941Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:42.941Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:28:42.941Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-10 11-23-46
Description:catalog service description
Model UUID:b72509ee-2839-4abd-91de-8a2020f4300d
Model Version:NULL
Model InvariantUuid:1389365a-bb9f-466e-92d0-b1e4e3c4358b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6b6b2e4e-2b1a
Model UUID:696531b9-ac5b-48fb-be2b-380cc2c7c16f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de7fcced-b537-4672-be4a-d0395e34f2a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c50b8bda-2ce5-418f-9cd2-3fe437781eab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3bcf9961-654d-44d6-89fa-37d3fd695605
ModelName:Vfw6b6b2e4e2b1a..base_vfw..module-0
ModelUuid:c12d5a28-c138-4d85-854d-21658eac15f2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8c2cae35-6c21-43c8-bfd0-0533638fd7c3
ModelInvariantUuid:dfdfff83-3349-4423-80d3-54b283255d41
ModelName:vFW 6b6b2e4e-2b1a-nodes.vfwCvfc
ModelUuid:e61da0b8-680e-4351-86f1-ba552a5f9897
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e881cd2d-c531-4b5c-b966-4f869d47dce0
ModelInvariantUuid:00a3a807-d99e-4396-9294-645a3e5254b8
ModelName:Vfw6b6b2e4e2b1a.compute.nodes.heat.vfw
ModelUuid:956a7d73-f195-48ae-9852-cabe08129517
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a9cb72d0-56f6-494b-8e6f-8b19764b1ea0
ModelInvariantUuid:bc9e533c-9c1e-46a6-b468-92fffd654006
ModelName:vFW 6b6b2e4e-2b1a-nodes.vsnCvfc
ModelUuid:d36d32e4-62a6-4683-8eb5-20e639676d9f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e9838ffe-3af1-4c81-aee1-251d6350f8c7
ModelInvariantUuid:a85da614-028e-4a69-ac5f-c8a3944fa59e
ModelName:Vfw6b6b2e4e2b1a.compute.nodes.heat.vsn
ModelUuid:4caf1b33-313d-4a8b-a046-01bed633bcff
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4e709f90-249d-4615-9d76-dd31a05b90fa
ModelInvariantUuid:0d487ab9-e8ae-4443-a8e2-678e2b6b57ab
ModelName:vFW 6b6b2e4e-2b1a-nodes.vpgCvfc
ModelUuid:55d3cdbe-6928-4c28-a838-5dac85407514
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b0e79550-fdcf-45e5-941a-70bfca3bd78c
ModelInvariantUuid:6b3ed065-3617-4c6d-989a-d7a74e3da012
ModelName:Vfw6b6b2e4e2b1a.compute.nodes.heat.vpg
ModelUuid:589ca17d-a723-441c-a6dc-f14ed661f15b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-10T11:28:42.954Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 1b8db3ed-1bb4-4289-8c6a-3548ae853519
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T11:28:43.039Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||vFW 6b6b2e4e-2b1a 0
2022-08-10T11:28:43.046Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1b8db3ed-1bb4-4289-8c6a-3548ae853519
2022-08-10T11:28:43.046Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c5e1e2c9-f27f-407b-8777-e13984ef1e58 from URL: /sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json
2022-08-10T11:28:43.046Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-10T11:28:43.047Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json
2022-08-10T11:28:43.363Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-10T11:28:43.363Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json c5e1e2c9-f27f-407b-8777-e13984ef1e58 785
2022-08-10T11:28:43.363Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json ASDC sendASDCNotification
2022-08-10T11:28:43.363Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json
2022-08-10T11:28:43.364Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T11:28:43.364Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:28:43.367Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:28:43.367Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130923363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:28:43.467Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:28:43.468Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:28:43.468Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:28:43.492Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:43.492Z||pool-11-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:28:44.368Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6b6b2e4e2b1a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3bcf9961-654d-44d6-89fa-37d3fd695605",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c12d5a28-c138-4d85-854d-21658eac15f2",
    "vfModuleModelCustomizationUUID": "196ac618-4c1b-4f76-985b-7cd5448ea71b",
    "isBase": true,
    "artifacts": [
      "f9393026-22b9-4283-88d6-b9309394a472",
      "14b29f6e-8657-4458-80ae-cd2892887f31"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-10T11:28:44.385Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b6b2e4e2b1a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c12d5a28-c138-4d85-854d-21658eac15f2
VfModuleModelInvariantUUID:3bcf9961-654d-44d6-89fa-37d3fd695605
VfModuleModelDescription:NULL
Artifacts UUID List:{
f9393026-22b9-4283-88d6-b9309394a472
,
14b29f6e-8657-4458-80ae-cd2892887f31

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

isBase:true


}

2022-08-10T11:28:44.388Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6b6b2e4e2b1a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3bcf9961-654d-44d6-89fa-37d3fd695605",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c12d5a28-c138-4d85-854d-21658eac15f2",
    "vfModuleModelCustomizationUUID": "196ac618-4c1b-4f76-985b-7cd5448ea71b",
    "isBase": true,
    "artifacts": [
      "f9393026-22b9-4283-88d6-b9309394a472",
      "14b29f6e-8657-4458-80ae-cd2892887f31"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-10T11:28:44.388Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b6b2e4e2b1a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c12d5a28-c138-4d85-854d-21658eac15f2
VfModuleModelInvariantUUID:3bcf9961-654d-44d6-89fa-37d3fd695605
VfModuleModelDescription:NULL
Artifacts UUID List:{
f9393026-22b9-4283-88d6-b9309394a472
,
14b29f6e-8657-4458-80ae-cd2892887f31

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

isBase:true


}

2022-08-10T11:28:44.389Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f9393026-22b9-4283-88d6-b9309394a472 from URL: /sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml
2022-08-10T11:28:44.389Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-10T11:28:44.389Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml
2022-08-10T11:28:44.541Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-10T11:28:44.542Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml f9393026-22b9-4283-88d6-b9309394a472 20368
2022-08-10T11:28:44.543Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T11:28:44.543Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml
2022-08-10T11:28:44.543Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T11:28:44.543Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:28:44.546Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:28:44.546Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130924542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:28:44.646Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:28:44.647Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:28:44.647Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:28:44.670Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:44.671Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:28:45.547Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 14b29f6e-8657-4458-80ae-cd2892887f31 from URL: /sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env
2022-08-10T11:28:45.547Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-10T11:28:45.548Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env
2022-08-10T11:28:45.920Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-10T11:28:45.920Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env 14b29f6e-8657-4458-80ae-cd2892887f31 2098
2022-08-10T11:28:45.921Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T11:28:45.921Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env
2022-08-10T11:28:45.921Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T11:28:45.921Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:28:45.923Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:28:45.924Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130925921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:28:46.024Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:28:46.025Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:28:46.025Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:28:46.058Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:46.059Z||pool-13-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:28:46.924Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b72509ee-2839-4abd-91de-8a2020f4300d
2022-08-10T11:28:46.925Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6b6b2e4e-2b1a 0 1b8db3ed-1bb4-4289-8c6a-3548ae853519 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T11:28:46.966Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1dd32233, org.onap.sdc.toscaparser.api.parameters.Input@f7fe853, org.onap.sdc.toscaparser.api.parameters.Input@1e56649a, org.onap.sdc.toscaparser.api.parameters.Input@1626f771, org.onap.sdc.toscaparser.api.parameters.Input@12608d3c]
2022-08-10T11:28:46.970Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:46.971Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:28:46.971Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-08-10T11:28:46.971Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= c50b8bda-2ce5-418f-9cd2-3fe437781eab
2022-08-10T11:28:46.971Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c50b8bda-2ce5-418f-9cd2-3fe437781eab matches Tosca VF Customization UUID: c50b8bda-2ce5-418f-9cd2-3fe437781eab
2022-08-10T11:28:46.972Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: c50b8bda-2ce5-418f-9cd2-3fe437781eab  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-10T11:28:46.980Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:46.980Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:28:46.982Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id c50b8bda-2ce5-418f-9cd2-3fe437781eab: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-08-10T11:28:46.982Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@68a20706
2022-08-10T11:28:46.982Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:46.982Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-23-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T11:28:46.983Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 196ac618-4c1b-4f76-985b-7cd5448ea71b
2022-08-10T11:28:46.984Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 196ac618-4c1b-4f76-985b-7cd5448ea71b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-10T11:28:46.990Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:46.991Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is matching search criteria
2022-08-10T11:28:46.991Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6b2e4e-2b1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T11:28:46.992Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:46.992Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is matching search criteria
2022-08-10T11:28:46.993Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6b2e4e-2b1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T11:28:46.993Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:46.993Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is not matching search criteria
2022-08-10T11:28:46.994Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T11:28:46.994Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T11:28:46.994Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T11:28:46.994Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T11:28:46.995Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T11:28:46.995Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:28:46.995Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T11:28:46.995Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T11:28:46.996Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T11:28:46.996Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T11:28:46.996Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:28:46.996Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8c2cae35-6c21-43c8-bfd0-0533638fd7c3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-10T11:28:47.004Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:47.004Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is matching search criteria
2022-08-10T11:28:47.005Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6b2e4e-2b1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T11:28:47.005Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:47.005Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is not matching search criteria
2022-08-10T11:28:47.005Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T11:28:47.006Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T11:28:47.006Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T11:28:47.006Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:28:47.006Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T11:28:47.007Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:28:47.007Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T11:28:47.007Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T11:28:47.007Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T11:28:47.008Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T11:28:47.008Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T11:28:47.008Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:28:47.008Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a9cb72d0-56f6-494b-8e6f-8b19764b1ea0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-10T11:28:47.011Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:47.012Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is matching search criteria
2022-08-10T11:28:47.012Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6b2e4e-2b1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T11:28:47.014Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:47.015Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is not matching search criteria
2022-08-10T11:28:47.015Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T11:28:47.015Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T11:28:47.016Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T11:28:47.016Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:28:47.016Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T11:28:47.016Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:28:47.017Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T11:28:47.017Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T11:28:47.017Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T11:28:47.017Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:28:47.018Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T11:28:47.018Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T11:28:47.018Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4e709f90-249d-4615-9d76-dd31a05b90fa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-10T11:28:47.022Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:47.022Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is matching search criteria
2022-08-10T11:28:47.022Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6b2e4e-2b1a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T11:28:47.023Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:47.023Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6b2e4e-2b1a 0 is matching search criteria
2022-08-10T11:28:47.023Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6b2e4e-2b1a 0] matching following query criteria: sdcType=VF, customizationUUID=c50b8bda-2ce5-418f-9cd2-3fe437781eab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T11:28:47.026Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:47.026Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:28:47.027Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b72509ee-2839-4abd-91de-8a2020f4300d: vFW 6b6b2e4e-2b1a
2022-08-10T11:28:47.027Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:47.028Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:28:47.028Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:47.028Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:28:47.028Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:47.028Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:28:47.029Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:47.029Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:28:47.029Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:28:47.029Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-23-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:28:47.029Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-08-10 11-23-46 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T11:28:47.328Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6b6b2e4e-2b1a 1b8db3ed-1bb4-4289-8c6a-3548ae853519 1 ASDC deployResourceStructure
2022-08-10T11:28:47.329Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json ASDC sendASDCNotification
2022-08-10T11:28:47.329Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json
2022-08-10T11:28:47.329Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T11:28:47.329Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:28:47.331Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:28:47.331Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130927329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T11:28:47.431Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:28:47.432Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:28:47.432Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:28:47.451Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:47.451Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-10T11:28:48.332Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T11:28:48.332Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml
2022-08-10T11:28:48.332Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T11:28:48.333Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:28:48.334Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:28:48.335Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130928332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T11:28:48.435Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:28:48.436Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:28:48.436Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:28:48.456Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:48.456Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:28:49.335Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T11:28:49.336Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env
2022-08-10T11:28:49.336Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T11:28:49.336Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:28:49.341Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:28:49.342Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130929335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-10T11:28:49.442Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:28:49.443Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:28:49.443Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:28:49.464Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:49.464Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:28:50.342Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar ASDC sendASDCNotification
2022-08-10T11:28:50.343Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar
2022-08-10T11:28:50.343Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T11:28:50.344Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:28:50.345Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:28:50.346Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130930342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T11:28:50.446Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:28:50.447Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:28:50.447Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:28:50.472Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:28:50.476Z||pool-17-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:28:51.347Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0afe5f48-3361-4696-adb3-eac08e7b3b69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T11:28:51.368Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0afe5f48-3361-4696-adb3-eac08e7b3b69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T11:28:51.372Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T11:28:51.372Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T11:28:51.372Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T11:28:51.372Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T11:28:51.372Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T11:28:51.372Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T11:28:51.380Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T11:29:21.381Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0afe5f48-3361-4696-adb3-eac08e7b3b69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-10T11:29:21.394Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0afe5f48-3361-4696-adb3-eac08e7b3b69 and serviceModelVersionId: b72509ee-2839-4abd-91de-8a2020f4300d
2022-08-10T11:29:21.394Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1389365a-bb9f-466e-92d0-b1e4e3c4358b
2022-08-10T11:29:29.709Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:29:29.710Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:29:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:29:29.792Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:29:29.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:29:29.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "cds",
  "timestamp": 1660130910426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:29:29.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:29:35.729Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1389365a-bb9f-466e-92d0-b1e4e3c4358b/model-vers/model-ver/b72509ee-2839-4abd-91de-8a2020f4300d?depth=0
2022-08-10T11:29:35.838Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-10T11:29:36.344Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/1389365a-bb9f-466e-92d0-b1e4e3c4358b/model-vers/model-ver/b72509ee-2839-4abd-91de-8a2020f4300d?depth=0|INFO|500||Invoke
2022-08-10T11:29:36.352Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/1389365a-bb9f-466e-92d0-b1e4e3c4358b/model-vers/model-ver/b72509ee-2839-4abd-91de-8a2020f4300d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/1389365a-bb9f-466e-92d0-b1e4e3c4358b/model-vers/model-ver/b72509ee-2839-4abd-91de-8a2020f4300d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0afe5f48-3361-4696-adb3-eac08e7b3b69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c6497dea-92fd-48a5-80d9-91e31127d5e4], X-ECOMP-RequestID=[0afe5f48-3361-4696-adb3-eac08e7b3b69], X-TransactionId=[], X-ONAP-RequestID=[0afe5f48-3361-4696-adb3-eac08e7b3b69], Content-Type=[application/merge-patch+json]}
2022-08-10T11:29:36.381Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/1389365a-bb9f-466e-92d0-b1e4e3c4358b/model-vers/model-ver/b72509ee-2839-4abd-91de-8a2020f4300d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-08-10T11:29:36.430Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/1389365a-bb9f-466e-92d0-b1e4e3c4358b/model-vers/model-ver/b72509ee-2839-4abd-91de-8a2020f4300d?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/1389365a-bb9f-466e-92d0-b1e4e3c4358b/model-vers/model-ver/b72509ee-2839-4abd-91de-8a2020f4300d?depth=0 has http status code:503 and response headers:{date=[Wed, 10 Aug 2022 11:29:36 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-08-10T11:29:36.432Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/1389365a-bb9f-466e-92d0-b1e4e3c4358b/model-vers/model-ver/b72509ee-2839-4abd-91de-8a2020f4300d?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111

2022-08-10T11:29:36.433Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/1389365a-bb9f-466e-92d0-b1e4e3c4358b/model-vers/model-ver/b72509ee-2839-4abd-91de-8a2020f4300d?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-08-10T11:29:36.448Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0afe5f48-3361-4696-adb3-eac08e7b3b69 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-10T11:29:36.452Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=0afe5f48-3361-4696-adb3-eac08e7b3b69 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-08-10T11:29:36.453Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=0afe5f48-3361-4696-adb3-eac08e7b3b69 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-10T11:29:36.453Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0afe5f48-3361-4696-adb3-eac08e7b3b69 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-08-10T11:29:36.460Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-10T11:29:36.461Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0afe5f48-3361-4696-adb3-eac08e7b3b69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=0afe5f48-3361-4696-adb3-eac08e7b3b69 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-10T11:29:36.462Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T11:29:36.462Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:29:36.464Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:29:36.464Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130976461,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d0afe5f48-3361-4696-adb3-eac08e7b3b69 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-10T11:29:36.565Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:29:36.566Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:29:36.566Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:29:36.590Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:29:36.591Z||pool-18-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-10T11:29:37.483Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:29:37.483Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:29:37.483Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:29:47.050Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:30:29.706Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:30:29.707Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:30:29.707Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:30:29.709Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:30:29.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:30:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:30:29.759Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:30:29.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:30:29.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130909706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:30:29.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:30:29.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:30:29.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130909706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T11:30:29.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:30:29.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:30:29.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130909706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T11:30:29.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:30:29.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:30:29.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130909706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:30:29.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:30:29.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:30:29.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130909706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T11:30:29.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:30:29.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:30:29.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130909706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:30:29.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:30:29.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:30:29.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130909706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T11:30:29.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:30:29.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:30:29.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130918006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:30:29.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:30:29.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:30:29.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130923363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:30:29.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:30:29.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:30:29.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130924542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:30:29.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:30:29.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:30:29.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130925921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:30:29.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:30:29.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:30:29.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130927329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/vfw6b6b2e4e2b1a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T11:30:29.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:30:29.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:30:29.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130928332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T11:30:29.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:30:29.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:30:29.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130929335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/resourceInstances/vfw6b6b2e4e2b1a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-10T11:30:29.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:30:29.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:30:29.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130930342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112346/1.0/artifacts/service-Vfw20220810112346-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T11:30:29.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:30:39.278Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:31:29.706Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:31:29.707Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:31:29.707Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:31:29.709Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:31:29.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:31:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:31:30.269Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:31:30.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:31:30.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0afe5f48-3361-4696-adb3-eac08e7b3b69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660130976461,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d0afe5f48-3361-4696-adb3-eac08e7b3b69 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-10T11:31:30.270Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:31:39.271Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:32:29.706Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:32:29.707Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:32:29.707Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:32:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:32:29.709Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:32:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:32:39.283Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:32:39.295Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:29.706Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:33:29.707Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:33:29.708Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:33:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:33:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:33:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:33:30.080Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:30.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "aai-ml",
  "timestamp": 1660131188357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:30.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660131197606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:30.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "aai-ml",
  "timestamp": 1660131188357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:30.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660131197606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:30.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "aai-ml",
  "timestamp": 1660131188357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:30.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660131197606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:30.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "aai-ml",
  "timestamp": 1660131188357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:30.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660131199782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:30.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660131197606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:30.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "aai-ml",
  "timestamp": 1660131188357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:30.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660131197606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:30.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660131199782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T11:33:30.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "aai-ml",
  "timestamp": 1660131188357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:30.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660131197606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:30.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660131199782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T11:33:30.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "aai-ml",
  "timestamp": 1660131188357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T11:33:30.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660131197606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T11:33:30.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660131199782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:30.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "aai-ml",
  "timestamp": 1660131204234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:33:30.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:33:30.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660131199782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T11:33:30.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660131205468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:33:30.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:33:30.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "aai-ml",
  "timestamp": 1660131205284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T11:33:30.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:33:30.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660131199782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:30.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "aai-ml",
  "timestamp": 1660131206304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T11:33:30.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:33:30.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660131199782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T11:33:30.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:33:30.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "aai-ml",
  "timestamp": 1660131207333,
  "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-08-10T11:33:30.120Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c76a061e-f02f-4e34-983d-d2091534befd
2022-08-10T11:33:30.121Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c76a061e-f02f-4e34-983d-d2091534befd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T11:33:30.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660131207756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:33:30.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:33:30.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660131208829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T11:33:30.132Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:33:30.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660131209833,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T11:33:30.138Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c76a061e-f02f-4e34-983d-d2091534befd
2022-08-10T11:33:30.139Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c76a061e-f02f-4e34-983d-d2091534befd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T11:33:30.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660131209014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:33:30.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:33:30.375Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:30.376Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-10T11:33:30.376Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c76a061e-f02f-4e34-983d-d2091534befd","serviceName":"vFW 2022-08-10 11-29-50","serviceVersion":"1.0","serviceUUID":"728f9140-b03c-4b88-bf62-5a0bfd621eb5","serviceDescription":"catalog service description","serviceInvariantUUID":"6eb1e5f0-2865-4391-874a-0d464c328b47","resources":[{"resourceInstanceName":"vFW 7c762ec0-afee 0","resourceName":"vFW 7c762ec0-afee","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"16927b42-9172-4a1b-b378-b4f1877aad40","resourceInvariantUUID":"52ebb8f6-afce-47b9-9511-f281579e9b56","resourceCustomizationUUID":"a4afbfaa-1081-4da4-8c82-a879f6a5966d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vf-license-model.xml","artifactChecksum":"OTEwNTBjZjRkNTQ0MzY5MjY0MWIzOGQxMmIwNTc2NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d4239398-a957-4b88-ad13-98b172f9920d","artifactVersion":"1"},{"artifactName":"vfw7c762ec0afee0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json","artifactChecksum":"ODA4NDkzMjUxYjE4MDVkNGY3MjQ1ZmJhMjZiMWM2Yjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"36ee507b-e92c-46cf-aa98-2f37030151df","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a1550a72-8021-454d-8615-cd9d70548a5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vendor-license-model.xml","artifactChecksum":"OGFiZTgwMjcxNTI2OTg1MWQwYWIwN2FmNzdhNWJlYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0c4c0ea3-14cb-4e49-b079-42b16a3fe0d7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"20ed08f8-3d1f-4cb4-a7a8-62b6a02f16fe","artifactVersion":"2","generatedFromUUID":"a1550a72-8021-454d-8615-cd9d70548a5b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220810112950-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-template.yml","artifactChecksum":"NTIwZWE4MDg0NWZmMDY0ODljNmY3ZWZmZjcxNzY5YjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fc78b7d5-e765-4c5d-9580-3cedcf7692f4","artifactVersion":"1"},{"artifactName":"service-Vfw20220810112950-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar","artifactChecksum":"NTY0NzYwZjRhNmY4MThiNDc4YzhhZjg2MTVjNWYxYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"15307c88-4f44-4b16-9b77-13b9eedb1c4b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T11:33:30.379Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T11:33:30.379Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:33:30.382Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:33:30.382Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131209706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:30.483Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T11:33:30.484Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:33:30.485Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:33:30.514Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:30.515Z||pool-19-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-08-10T11:33:31.385Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T11:33:31.386Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:33:31.389Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:33:31.389Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131209706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T11:33:31.489Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:33:31.490Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:33:31.490Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:33:31.508Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:31.508Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:33:32.390Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T11:33:32.392Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:33:32.393Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:33:32.394Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131209706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T11:33:32.494Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:33:32.495Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:33:32.495Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:33:32.517Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:32.517Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:33:33.400Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T11:33:33.400Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:33:33.403Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:33:33.403Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131209706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:33.504Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T11:33:33.505Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:33:33.505Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:33:33.527Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:33.528Z||pool-22-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:33:34.404Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T11:33:34.405Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:33:34.409Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:33:34.409Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131209706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T11:33:34.509Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:33:34.510Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:33:34.510Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:33:34.529Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:34.530Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:33:35.411Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T11:33:35.412Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:33:35.415Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:33:35.415Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131209706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:33:35.515Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:33:35.515Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:33:35.516Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:33:35.536Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:35.537Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:33:36.416Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T11:33:36.417Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:33:36.420Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:33:36.420Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131209706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T11:33:36.520Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:33:36.521Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:33:36.521Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:33:36.543Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:36.544Z||pool-25-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:33:37.422Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "serviceName": "vFW 2022-08-10 11-29-50",
  "serviceVersion": "1.0",
  "serviceUUID": "728f9140-b03c-4b88-bf62-5a0bfd621eb5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6eb1e5f0-2865-4391-874a-0d464c328b47",
  "resources": [
    {
      "resourceInstanceName": "vFW 7c762ec0-afee 0",
      "resourceCustomizationUUID": "a4afbfaa-1081-4da4-8c82-a879f6a5966d",
      "resourceName": "vFW 7c762ec0-afee",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "16927b42-9172-4a1b-b378-b4f1877aad40",
      "resourceInvariantUUID": "52ebb8f6-afce-47b9-9511-f281579e9b56",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7c762ec0afee0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json",
          "artifactChecksum": "ODA4NDkzMjUxYjE4MDVkNGY3MjQ1ZmJhMjZiMWM2Yjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "36ee507b-e92c-46cf-aa98-2f37030151df",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a1550a72-8021-454d-8615-cd9d70548a5b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "20ed08f8-3d1f-4cb4-a7a8-62b6a02f16fe",
            "generatedFromUUID": "a1550a72-8021-454d-8615-cd9d70548a5b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "20ed08f8-3d1f-4cb4-a7a8-62b6a02f16fe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220810112950-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar",
      "artifactChecksum": "NTY0NzYwZjRhNmY4MThiNDc4YzhhZjg2MTVjNWYxYTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "15307c88-4f44-4b16-9b77-13b9eedb1c4b"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T11:33:37.422Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T11:33:37.422Z|0afe5f48-3361-4696-adb3-eac08e7b3b69|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 728f9140-b03c-4b88-bf62-5a0bfd621eb5 ASDC
2022-08-10T11:33:37.423Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c76a061e-f02f-4e34-983d-d2091534befd
ServiceName:vFW 2022-08-10 11-29-50
ServiceVersion:1.0
ServiceUUID:728f9140-b03c-4b88-bf62-5a0bfd621eb5
ServiceInvariantUUID:6eb1e5f0-2865-4391-874a-0d464c328b47
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220810112950-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar
ArtifactUUID:15307c88-4f44-4b16-9b77-13b9eedb1c4b
ArtifactChecksum:NTY0NzYwZjRhNmY4MThiNDc4YzhhZjg2MTVjNWYxYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7c762ec0-afee 0
ResourceCustomizationUUID:a4afbfaa-1081-4da4-8c82-a879f6a5966d
ResourceInvariantUUID:52ebb8f6-afce-47b9-9511-f281579e9b56
ResourceName:vFW 7c762ec0-afee
ResourceType:VF
ResourceUUID:16927b42-9172-4a1b-b378-b4f1877aad40
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7c762ec0afee0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json
ArtifactUUID:36ee507b-e92c-46cf-aa98-2f37030151df
ArtifactChecksum:ODA4NDkzMjUxYjE4MDVkNGY3MjQ1ZmJhMjZiMWM2Yjk=
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/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml
ArtifactUUID:a1550a72-8021-454d-8615-cd9d70548a5b
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/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env
ArtifactUUID:20ed08f8-3d1f-4cb4-a7a8-62b6a02f16fe
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/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env
ArtifactUUID:20ed08f8-3d1f-4cb4-a7a8-62b6a02f16fe
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-10T11:33:37.423Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 728f9140-b03c-4b88-bf62-5a0bfd621eb5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-10T11:33:37.475Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T11:33:37.476Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-10T11:33:37.477Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-10T11:33:37.477Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 15307c88-4f44-4b16-9b77-13b9eedb1c4b from URL: /sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar
2022-08-10T11:33:37.477Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-10T11:33:37.478Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar
2022-08-10T11:33:38.036Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-10T11:33:38.038Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar 15307c88-4f44-4b16-9b77-13b9eedb1c4b 103030
2022-08-10T11:33:38.038Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar ASDC sendASDCNotification
2022-08-10T11:33:38.039Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar
2022-08-10T11:33:38.039Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T11:33:38.039Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:33:38.041Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:33:38.042Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131218038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:33:38.142Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:33:38.143Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:33:38.143Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:33:38.165Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:38.166Z||pool-26-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:33:39.042Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T11:33:39.044Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-10T11:33:39.044Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 15307c88-4f44-4b16-9b77-13b9eedb1c4b, URL: /sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar to file: /app/ASDC/1/service-Vfw20220810112950-csar.csar
2022-08-10T11:33:39.045Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220810112950-csar.csar
2022-08-10T11:33:39.046Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220810112950-csar.csar
2022-08-10T11:33:39.047Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220810112950-csar.csar
2022-08-10T11:33:39.383Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17959807045422160266/Definitions/service-Vfw20220810112950-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-08-10T11:33:41.511Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-10T11:33:41.512Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-10T11:33:41.512Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220810112950-csar.csar
2022-08-10T11:33:41.512Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-10T11:33:41.513Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220810112950-csar.csar
2022-08-10T11:33:41.513Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220810112950-csar.csar
2022-08-10T11:33:41.513Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||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-Vfw20220810112950-csar.csar
2022-08-10T11:33:41.513Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220810112950-csar.csar
2022-08-10T11:33:41.513Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220810112950-csar.csar
2022-08-10T11:33:41.513Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220810112950-csar.csar
2022-08-10T11:33:41.514Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||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-Vfw20220810112950-csar.csar
2022-08-10T11:33:41.514Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220810112950-csar.csar
2022-08-10T11:33:41.514Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220810112950-csar.csar
2022-08-10T11:33:41.514Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||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-Vfw20220810112950-csar.csar
2022-08-10T11:33:41.514Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7c762ec0-afee 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220810112950-csar.csar
2022-08-10T11:33:41.515Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220810112950-csar.csar
2022-08-10T11:33:41.515Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||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-Vfw20220810112950-csar.csar
2022-08-10T11:33:41.515Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-10T11:33:41.515Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:41.516Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-29-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:33:41.516Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is matching search criteria
2022-08-10T11:33:41.516Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-10T11:33:41.517Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7c762ec0-afee 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T11:33:41.517Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:41.517Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-29-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:33:41.518Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is matching search criteria
2022-08-10T11:33:41.518Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-10T11:33:41.518Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7c762ec0-afee 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T11:33:41.519Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:41.519Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-29-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:33:41.519Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:41.520Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is not matching search criteria
2022-08-10T11:33:41.520Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T11:33:41.520Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T11:33:41.520Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T11:33:41.521Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:33:41.521Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:33:41.521Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T11:33:41.521Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T11:33:41.521Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T11:33:41.522Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T11:33:41.522Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:33:41.522Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T11:33:41.522Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T11:33:41.523Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T11:33:41.523Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T11:33:41.523Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:33:41.523Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-10T11:33:41.524Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:41.524Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-29-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T11:33:41.524Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:41.524Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is matching search criteria
2022-08-10T11:33:41.525Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7c762ec0-afee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T11:33:41.525Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:41.525Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is matching search criteria
2022-08-10T11:33:41.526Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7c762ec0-afee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T11:33:41.526Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:41.526Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is matching search criteria
2022-08-10T11:33:41.526Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7c762ec0-afee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T11:33:41.527Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:41.527Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is not matching search criteria
2022-08-10T11:33:41.527Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T11:33:41.527Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T11:33:41.528Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T11:33:41.528Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T11:33:41.528Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T11:33:41.528Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:33:41.528Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T11:33:41.529Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T11:33:41.529Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T11:33:41.529Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T11:33:41.529Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:33:41.530Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e54c7338-4b89-4664-99dd-79ace0284d5b
2022-08-10T11:33:41.530Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:41.530Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is not matching search criteria
2022-08-10T11:33:41.530Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T11:33:41.531Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T11:33:41.531Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T11:33:41.531Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:33:41.531Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:33:41.532Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T11:33:41.532Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T11:33:41.532Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T11:33:41.532Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T11:33:41.533Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T11:33:41.533Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T11:33:41.533Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:33:41.533Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=67cead8e-3953-405c-956c-9d22113a73fd
2022-08-10T11:33:41.534Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:41.534Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is not matching search criteria
2022-08-10T11:33:41.534Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T11:33:41.534Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T11:33:41.535Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T11:33:41.535Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:33:41.535Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:33:41.535Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T11:33:41.536Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T11:33:41.536Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T11:33:41.536Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T11:33:41.537Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:33:41.537Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T11:33:41.537Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T11:33:41.537Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2ef740b1-ad4f-4c74-bf8a-8951db9300a9
2022-08-10T11:33:41.538Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:41.538Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-29-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:33:41.538Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:41.538Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-29-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:33:41.539Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:41.539Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-29-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:33:41.539Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:41.539Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-29-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:33:41.540Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-10 11-29-50
Description:catalog service description
Model UUID:728f9140-b03c-4b88-bf62-5a0bfd621eb5
Model Version:NULL
Model InvariantUuid:6eb1e5f0-2865-4391-874a-0d464c328b47
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7c762ec0-afee
Model UUID:1c882903-8a00-4986-be0b-6038fee8f369
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:52ebb8f6-afce-47b9-9511-f281579e9b56
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4afbfaa-1081-4da4-8c82-a879f6a5966d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a18ab672-ae20-49b1-8885-980005a6d667
ModelName:Vfw7c762ec0Afee..base_vfw..module-0
ModelUuid:6a622acf-ba3a-4bb6-8f6a-0cefa3da79ff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e54c7338-4b89-4664-99dd-79ace0284d5b
ModelInvariantUuid:5d49b2fe-6f22-4c7d-a9a4-8974b73aaf5b
ModelName:vFW 7c762ec0-afee-nodes.vfwCvfc
ModelUuid:d26fd917-508d-4112-afda-5da4cd308e6c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f7473092-7866-477e-a24e-656c0c4aa89d
ModelInvariantUuid:a2d405a9-c091-41f5-9850-98bee8bc8df3
ModelName:Vfw7c762ec0Afee.compute.nodes.heat.vfw
ModelUuid:36d514dc-8d2b-4f1e-8d30-f9fb8f685db1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:67cead8e-3953-405c-956c-9d22113a73fd
ModelInvariantUuid:4c77a36e-97b3-4486-97b9-49832b62c505
ModelName:vFW 7c762ec0-afee-nodes.vsnCvfc
ModelUuid:5562972f-6b25-4b89-b6dd-2d141b79b1af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:0e41faa3-64ff-4d6a-b000-67c97f99e3a9
ModelInvariantUuid:69ff4749-9d27-4772-af1d-1d403d4ec5a4
ModelName:Vfw7c762ec0Afee.compute.nodes.heat.vsn
ModelUuid:3450390c-e1fd-48aa-9a47-30135b7402fd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2ef740b1-ad4f-4c74-bf8a-8951db9300a9
ModelInvariantUuid:eb4ed1c1-8ed5-4fa1-9700-5119a4a46e11
ModelName:vFW 7c762ec0-afee-nodes.vpgCvfc
ModelUuid:4874ab91-7bc9-4b85-9fb2-36b57a720d16
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1e022c32-2f7a-4b3a-9945-fe0cf4a8f84d
ModelInvariantUuid:a4c83843-6aa2-4a60-aa56-cc59853d1831
ModelName:Vfw7c762ec0Afee.compute.nodes.heat.vpg
ModelUuid:06f2ea6c-a543-4de2-99d3-caa5a884d2a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-10T11:33:41.552Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 16927b42-9172-4a1b-b378-b4f1877aad40
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T11:33:41.558Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||vFW 7c762ec0-afee 0
2022-08-10T11:33:41.558Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 16927b42-9172-4a1b-b378-b4f1877aad40
2022-08-10T11:33:41.558Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 36ee507b-e92c-46cf-aa98-2f37030151df from URL: /sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json
2022-08-10T11:33:41.558Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-10T11:33:41.559Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json
2022-08-10T11:33:41.788Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-10T11:33:41.789Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json 36ee507b-e92c-46cf-aa98-2f37030151df 785
2022-08-10T11:33:41.789Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json ASDC sendASDCNotification
2022-08-10T11:33:41.789Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json
2022-08-10T11:33:41.789Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T11:33:41.790Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:33:41.792Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:33:41.792Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131221789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:33:41.892Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:33:41.893Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:33:41.893Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:33:41.926Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:41.927Z||pool-27-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:33:42.792Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7c762ec0Afee..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a18ab672-ae20-49b1-8885-980005a6d667",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6a622acf-ba3a-4bb6-8f6a-0cefa3da79ff",
    "vfModuleModelCustomizationUUID": "c74a149b-d719-4988-b028-3a4b92e84aa9",
    "isBase": true,
    "artifacts": [
      "a1550a72-8021-454d-8615-cd9d70548a5b",
      "20ed08f8-3d1f-4cb4-a7a8-62b6a02f16fe"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-10T11:33:42.798Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7c762ec0Afee..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6a622acf-ba3a-4bb6-8f6a-0cefa3da79ff
VfModuleModelInvariantUUID:a18ab672-ae20-49b1-8885-980005a6d667
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1550a72-8021-454d-8615-cd9d70548a5b
,
20ed08f8-3d1f-4cb4-a7a8-62b6a02f16fe

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

isBase:true


}

2022-08-10T11:33:42.800Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7c762ec0Afee..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a18ab672-ae20-49b1-8885-980005a6d667",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6a622acf-ba3a-4bb6-8f6a-0cefa3da79ff",
    "vfModuleModelCustomizationUUID": "c74a149b-d719-4988-b028-3a4b92e84aa9",
    "isBase": true,
    "artifacts": [
      "a1550a72-8021-454d-8615-cd9d70548a5b",
      "20ed08f8-3d1f-4cb4-a7a8-62b6a02f16fe"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-10T11:33:42.801Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7c762ec0Afee..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6a622acf-ba3a-4bb6-8f6a-0cefa3da79ff
VfModuleModelInvariantUUID:a18ab672-ae20-49b1-8885-980005a6d667
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1550a72-8021-454d-8615-cd9d70548a5b
,
20ed08f8-3d1f-4cb4-a7a8-62b6a02f16fe

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

isBase:true


}

2022-08-10T11:33:42.801Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a1550a72-8021-454d-8615-cd9d70548a5b from URL: /sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml
2022-08-10T11:33:42.801Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-10T11:33:42.801Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml
2022-08-10T11:33:43.071Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-10T11:33:43.071Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml a1550a72-8021-454d-8615-cd9d70548a5b 20368
2022-08-10T11:33:43.072Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T11:33:43.072Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml
2022-08-10T11:33:43.072Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T11:33:43.072Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:33:43.074Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:33:43.074Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131223072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:33:43.174Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T11:33:43.175Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:33:43.176Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:33:43.196Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:43.197Z||pool-28-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-10T11:33:44.076Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 20ed08f8-3d1f-4cb4-a7a8-62b6a02f16fe from URL: /sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env
2022-08-10T11:33:44.076Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-10T11:33:44.076Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env
2022-08-10T11:33:44.333Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-10T11:33:44.334Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env 20ed08f8-3d1f-4cb4-a7a8-62b6a02f16fe 2098
2022-08-10T11:33:44.334Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T11:33:44.334Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env
2022-08-10T11:33:44.335Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T11:33:44.335Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:33:44.337Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:33:44.337Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131224334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:33:44.437Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:33:44.438Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:33:44.439Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:33:44.463Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:44.464Z||pool-29-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:33:45.338Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 728f9140-b03c-4b88-bf62-5a0bfd621eb5
2022-08-10T11:33:45.338Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7c762ec0-afee 0 16927b42-9172-4a1b-b378-b4f1877aad40 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T11:33:45.361Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ffd3671, org.onap.sdc.toscaparser.api.parameters.Input@b3a7abc, org.onap.sdc.toscaparser.api.parameters.Input@1ca6dbe7, org.onap.sdc.toscaparser.api.parameters.Input@35e9c88b, org.onap.sdc.toscaparser.api.parameters.Input@13813ef9]
2022-08-10T11:33:45.362Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.362Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-29-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:33:45.363Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-08-10T11:33:45.363Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= a4afbfaa-1081-4da4-8c82-a879f6a5966d
2022-08-10T11:33:45.363Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a4afbfaa-1081-4da4-8c82-a879f6a5966d matches Tosca VF Customization UUID: a4afbfaa-1081-4da4-8c82-a879f6a5966d
2022-08-10T11:33:45.363Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: a4afbfaa-1081-4da4-8c82-a879f6a5966d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-10T11:33:45.366Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.366Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-29-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:33:45.367Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id a4afbfaa-1081-4da4-8c82-a879f6a5966d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-08-10T11:33:45.367Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a33ebfa
2022-08-10T11:33:45.367Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.367Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-29-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-10T11:33:45.367Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c74a149b-d719-4988-b028-3a4b92e84aa9
2022-08-10T11:33:45.367Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c74a149b-d719-4988-b028-3a4b92e84aa9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-10T11:33:45.371Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.371Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is matching search criteria
2022-08-10T11:33:45.371Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7c762ec0-afee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T11:33:45.371Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.371Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is matching search criteria
2022-08-10T11:33:45.372Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7c762ec0-afee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T11:33:45.372Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.372Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is not matching search criteria
2022-08-10T11:33:45.372Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T11:33:45.372Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-10T11:33:45.372Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T11:33:45.373Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T11:33:45.373Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T11:33:45.373Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:33:45.373Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T11:33:45.373Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T11:33:45.373Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T11:33:45.374Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T11:33:45.374Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:33:45.374Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e54c7338-4b89-4664-99dd-79ace0284d5b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-10T11:33:45.376Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.377Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is matching search criteria
2022-08-10T11:33:45.377Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7c762ec0-afee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T11:33:45.377Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.377Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is not matching search criteria
2022-08-10T11:33:45.377Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T11:33:45.378Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T11:33:45.378Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T11:33:45.378Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:33:45.378Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:33:45.378Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T11:33:45.378Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T11:33:45.379Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-10T11:33:45.379Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-10T11:33:45.379Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-10T11:33:45.379Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-10T11:33:45.379Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:33:45.379Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=67cead8e-3953-405c-956c-9d22113a73fd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-10T11:33:45.382Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.382Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is matching search criteria
2022-08-10T11:33:45.382Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7c762ec0-afee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T11:33:45.382Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.383Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is not matching search criteria
2022-08-10T11:33:45.383Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-10T11:33:45.383Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-10T11:33:45.383Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-10T11:33:45.383Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:33:45.384Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-10T11:33:45.385Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-10T11:33:45.385Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-10T11:33:45.385Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-10T11:33:45.385Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-10T11:33:45.385Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-10T11:33:45.386Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-10T11:33:45.386Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-10T11:33:45.386Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2ef740b1-ad4f-4c74-bf8a-8951db9300a9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-10T11:33:45.388Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.388Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is matching search criteria
2022-08-10T11:33:45.388Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7c762ec0-afee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-10T11:33:45.389Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.389Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Node template vFW 7c762ec0-afee 0 is matching search criteria
2022-08-10T11:33:45.389Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7c762ec0-afee 0] matching following query criteria: sdcType=VF, customizationUUID=a4afbfaa-1081-4da4-8c82-a879f6a5966d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T11:33:45.391Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.392Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-29-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:33:45.392Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 728f9140-b03c-4b88-bf62-5a0bfd621eb5: vFW 7c762ec0-afee
2022-08-10T11:33:45.392Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.392Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-29-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:33:45.392Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.392Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-29-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:33:45.392Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.393Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-29-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:33:45.393Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.393Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-29-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:33:45.393Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T11:33:45.393Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-10 11-29-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T11:33:45.393Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-08-10 11-29-50 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T11:33:45.621Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7c762ec0-afee 16927b42-9172-4a1b-b378-b4f1877aad40 1 ASDC deployResourceStructure
2022-08-10T11:33:45.622Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json ASDC sendASDCNotification
2022-08-10T11:33:45.622Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json
2022-08-10T11:33:45.622Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T11:33:45.622Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:33:45.624Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:33:45.624Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131225622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T11:33:45.724Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:33:45.725Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:33:45.725Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:33:45.750Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:45.751Z||pool-30-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:33:46.625Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-10T11:33:46.625Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml
2022-08-10T11:33:46.625Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T11:33:46.625Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:33:46.627Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:33:46.627Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131226624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T11:33:46.727Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:33:46.728Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:33:46.729Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:33:46.750Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:46.750Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:33:47.628Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-10T11:33:47.629Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env
2022-08-10T11:33:47.629Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T11:33:47.629Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:33:47.632Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:33:47.632Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131227628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-10T11:33:47.732Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:33:47.733Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:33:47.733Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:33:47.758Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:47.759Z||pool-32-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:33:48.632Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar ASDC sendASDCNotification
2022-08-10T11:33:48.633Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar
2022-08-10T11:33:48.633Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T11:33:48.634Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:33:48.636Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:33:48.636Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131228632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T11:33:48.736Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T11:33:48.737Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:33:48.737Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:33:48.758Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:33:48.758Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-10T11:33:49.636Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c76a061e-f02f-4e34-983d-d2091534befd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T11:33:49.652Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c76a061e-f02f-4e34-983d-d2091534befd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T11:33:49.656Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T11:33:49.656Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T11:33:49.656Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T11:33:49.656Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T11:33:49.656Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T11:33:49.657Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T11:33:49.663Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T11:34:19.663Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c76a061e-f02f-4e34-983d-d2091534befd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-10T11:34:19.675Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c76a061e-f02f-4e34-983d-d2091534befd and serviceModelVersionId: 728f9140-b03c-4b88-bf62-5a0bfd621eb5
2022-08-10T11:34:19.675Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6eb1e5f0-2865-4391-874a-0d464c328b47
2022-08-10T11:34:19.677Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6eb1e5f0-2865-4391-874a-0d464c328b47/model-vers/model-ver/728f9140-b03c-4b88-bf62-5a0bfd621eb5?depth=0
2022-08-10T11:34:19.682Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-10T11:34:19.732Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6eb1e5f0-2865-4391-874a-0d464c328b47/model-vers/model-ver/728f9140-b03c-4b88-bf62-5a0bfd621eb5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-08-10T11:34:19.734Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6eb1e5f0-2865-4391-874a-0d464c328b47/model-vers/model-ver/728f9140-b03c-4b88-bf62-5a0bfd621eb5?depth=0|INFO|500||Invoke
2022-08-10T11:34:19.739Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6eb1e5f0-2865-4391-874a-0d464c328b47/model-vers/model-ver/728f9140-b03c-4b88-bf62-5a0bfd621eb5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-08-10T11:34:19.761Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6eb1e5f0-2865-4391-874a-0d464c328b47/model-vers/model-ver/728f9140-b03c-4b88-bf62-5a0bfd621eb5?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-08-10T11:34:19.762Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6eb1e5f0-2865-4391-874a-0d464c328b47/model-vers/model-ver/728f9140-b03c-4b88-bf62-5a0bfd621eb5?depth=0 has http status code:503 and response headers:{date=[Wed, 10 Aug 2022 11:34:19 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-08-10T11:34:19.764Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111

2022-08-10T11:34:19.765Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=c76a061e-f02f-4e34-983d-d2091534befd upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-10T11:34:19.766Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=c76a061e-f02f-4e34-983d-d2091534befd 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-08-10T11:34:19.766Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=c76a061e-f02f-4e34-983d-d2091534befd upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-10T11:34:19.766Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=c76a061e-f02f-4e34-983d-d2091534befd 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-08-10T11:34:19.774Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-10T11:34:19.774Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c76a061e-f02f-4e34-983d-d2091534befd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=c76a061e-f02f-4e34-983d-d2091534befd upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-10T11:34:19.774Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T11:34:19.774Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-10T11:34:19.776Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T11:34:19.776Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131259774,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dc76a061e-f02f-4e34-983d-d2091534befd upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-10T11:34:19.877Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-10T11:34:19.878Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T11:34:19.878Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:34:19.901Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:34:19.902Z||pool-34-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-08-10T11:34:29.706Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:34:29.708Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:34:29.708Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:34:29.709Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:34:29.709Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:34:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:34:29.757Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:34:29.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-10T11:34:29.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660131210307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:34:29.759Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:34:39.280Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:35:29.706Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:35:29.707Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:35:29.707Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:35:29.709Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:35:29.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:35:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:35:29.763Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:35:29.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T11:35:29.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131209706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:35:29.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:35:39.299Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:36:29.706Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:36:29.708Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:36:29.708Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:36:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:36:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:36:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:36:29.818Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:36:29.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:36:29.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660131211341,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T11:36:29.829Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c76a061e-f02f-4e34-983d-d2091534befd
2022-08-10T11:36:29.830Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c76a061e-f02f-4e34-983d-d2091534befd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T11:36:29.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:36:29.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131209706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json",
  "status": "NOTIFIED"
}
2022-08-10T11:36:29.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:36:29.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:36:29.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660131212345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T11:36:29.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:36:29.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:36:29.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131209706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-10T11:36:29.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:36:29.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:36:29.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131209706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:36:29.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:36:29.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:36:29.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131209706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-10T11:36:29.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:36:29.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:36:29.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131209706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:36:29.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:36:29.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:36:29.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131209706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T11:36:29.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:36:29.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:36:29.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131218038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:36:29.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:36:29.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:36:29.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131221789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:36:29.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:36:29.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:36:29.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131223072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:36:29.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:36:29.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:36:29.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131224334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:36:29.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:36:29.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:36:29.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131225622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-10T11:36:29.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:36:29.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:36:29.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131226624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-10T11:36:29.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:36:29.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:36:29.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131227628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-10T11:36:29.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:36:29.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:36:29.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131228632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T11:36:29.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:36:29.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T11:36:29.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660131259774,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dc76a061e-f02f-4e34-983d-d2091534befd upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-10T11:36:29.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:36:39.293Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:37:29.706Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:37:29.707Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:37:29.708Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:37:29.709Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:37:29.709Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:37:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:37:30.278Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:37:30.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-10T11:37:30.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "cds",
  "timestamp": 1660131342740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:37:30.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:37:30.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-10T11:37:30.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "cds",
  "timestamp": 1660131342740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vfw7c762ec0afee0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:37:30.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:37:30.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-10T11:37:30.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "cds",
  "timestamp": 1660131342740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:37:30.280Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:37:30.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-10T11:37:30.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "cds",
  "timestamp": 1660131342740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:37:30.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:37:30.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-10T11:37:30.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "cds",
  "timestamp": 1660131342740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/resourceInstances/vfw7c762ec0afee0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:37:30.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:37:30.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-10T11:37:30.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "cds",
  "timestamp": 1660131342740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T11:37:30.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:37:30.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-10T11:37:30.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "cds",
  "timestamp": 1660131342740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T11:37:30.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-10T11:37:30.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-10T11:37:30.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c76a061e-f02f-4e34-983d-d2091534befd",
  "consumerID": "cds",
  "timestamp": 1660131355379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220810112950/1.0/artifacts/service-Vfw20220810112950-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T11:37:30.283Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T11:37:39.271Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:38:29.706Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:38:29.707Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:38:29.707Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:38:29.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:38:29.709Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:38:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:38:39.295Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:38:39.318Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:39:29.706Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:39:29.707Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:39:29.708Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:39:29.709Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:39:29.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:39:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:39:39.297Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:39:39.305Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:40:29.706Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:40:29.708Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:40:29.709Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:40:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:40:29.709Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:40:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:40:39.273Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:40:39.274Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:41:29.706Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:41:29.707Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:41:29.708Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:41:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:41:29.709Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:41:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:41:39.306Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:41:39.319Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:42:29.707Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:42:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:42:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:42:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:42:29.710Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:42:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:42:39.316Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:42:39.326Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:43:29.706Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:43:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:43:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:43:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:43:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:43:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:43:39.272Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:43:39.278Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:44:29.706Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:44:29.707Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:44:29.707Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:44:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:44:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:44:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:44:39.280Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:44:39.281Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:45:29.706Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:45:29.707Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:45:29.708Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:45:29.709Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:45:29.710Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:45:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:45:39.284Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:45:39.300Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:46:29.706Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:46:29.707Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:46:29.708Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:46:29.710Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:46:29.710Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:46:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:46:39.326Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:46:39.383Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:47:29.706Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:47:29.707Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:47:29.708Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:47:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:47:29.709Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:47:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:47:39.267Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:47:39.273Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:48:29.706Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:48:29.707Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:48:29.707Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:48:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:48:29.710Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:48:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:48:39.273Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:48:39.273Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:49:29.706Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:49:29.707Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:49:29.707Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:49:29.709Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:49:29.709Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:49:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:49:39.266Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:49:39.266Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:50:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:50:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:50:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:50:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:50:29.710Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:50:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:50:39.285Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:50:39.291Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:51:29.707Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:51:29.709Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:51:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:51:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:51:29.710Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:51:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:51:39.284Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:51:39.290Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:52:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:52:29.708Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:52:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:52:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:52:29.710Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:52:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:52:39.260Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:52:39.260Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:53:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:53:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:53:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:53:29.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:53:29.709Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:53:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:53:39.265Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:53:39.271Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:54:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:54:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:54:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:54:29.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:54:29.709Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:54:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:54:39.282Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:54:39.333Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:55:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:55:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:55:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:55:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:55:29.710Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:55:29.710Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:55:39.261Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:55:39.268Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:56:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:56:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:56:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:56:29.710Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:56:29.711Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:56:29.711Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:56:39.319Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:56:39.324Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:57:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:57:29.708Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:57:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:57:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:57:29.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:57:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:57:39.318Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:57:39.319Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:58:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:58:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:58:29.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:58:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:58:29.708Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:58:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:58:39.302Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:58:39.307Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:59:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:59:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:59:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:59:29.709Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T11:59:29.709Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T11:59:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T11:59:39.283Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T11:59:39.308Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:00:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:00:29.708Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:00:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:00:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:00:29.709Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:00:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:00:39.271Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:00:39.272Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:01:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:01:29.708Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:01:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:01:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:01:29.709Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:01:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:01:39.325Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:01:39.329Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:02:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:02:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:02:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:02:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:02:29.709Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:02:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:02:39.308Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:02:39.327Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:03:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:03:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:03:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:03:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:03:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:03:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:03:39.277Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:03:39.292Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:04:29.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:04:29.707Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:04:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:04:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:04:29.709Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:04:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:04:30.358Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:04:30.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d85defd2-5497-480f-a5bb-b155e59d10be","serviceName":"Demo_pNF_1PXanelCkuUa8Fv2ByuI","serviceVersion":"1.0","serviceUUID":"27362451-de1a-4564-ba84-697888247731","serviceDescription":"catalog service description","serviceInvariantUUID":"6bb7bb5c-c663-42a7-8644-25d0146f6f1e","resources":[{"resourceInstanceName":"pNF a45e1de7-426a 0","resourceName":"pNF a45e1de7-426a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"01707bfe-ceee-4060-b8b3-6a0e21f9983e","resourceInvariantUUID":"07bc8631-1302-40cf-b078-fa85a2166d88","resourceCustomizationUUID":"1e013b1b-d888-4bbf-952e-50de2560a31b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/vf-license-model.xml","artifactChecksum":"MmU2Nzk3NGUzZjQxNWJhMjZjNGQ4NTgzN2Y4OTlhNzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"128232f2-4d7f-4644-875b-4c8cb2f2b5d3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/pNF.csar","artifactChecksum":"MjhhYzAwMWI3MjkyNGZhYTVmY2MzZGU0MzlmZDhlMWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e09b7ad-ce12-4012-8ec8-fe952b7b5b24","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbe417e3-cf3e-4de1-8565-c5c2dc4f2dfc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/vendor-license-model.xml","artifactChecksum":"ODYzOWNlOWYyYzM0YzI1NTVlYzRlYTM2Y2IyYzRkMzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"063032f7-316e-4cb5-bcf5-2a0d6bdcc5f7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"40f8d86f-9922-47ed-aae6-a8576024c55c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"03e8c1c6-e00b-44f8-9579-3f8b64967b78","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1pxanelckuua8fv2byui-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-template.yml","artifactChecksum":"YmY2ZGY5MGEyZDU3YmZkZDZiNzk4YjI5YjUxMzRmNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b51f91c4-d67b-4d04-886f-61f90da21567","artifactVersion":"1"},{"artifactName":"service-DemoPnf1pxanelckuua8fv2byui-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar","artifactChecksum":"ZDc5ODZkOWExYjI4MDZhMmY0NTYzMTJiNzY0M2I1MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac20b00b-bfb9-4e74-8fde-c957395c3246","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T12:04:30.365Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:04:30.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "aai-ml",
  "timestamp": 1660133048361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.367Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T12:04:30.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.368Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:04:30.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "aai-ml",
  "timestamp": 1660133048361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133057606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "aai-ml",
  "timestamp": 1660133048361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133057606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.372Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:04:30.372Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133069706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "aai-ml",
  "timestamp": 1660133048361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133057606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "aai-ml",
  "timestamp": 1660133048361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660133059782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133057606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "aai-ml",
  "timestamp": 1660133048361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660133059782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133057606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "aai-ml",
  "timestamp": 1660133048361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660133059782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133057606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.381Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "aai-ml",
  "timestamp": 1660133048361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T12:04:30.381Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660133059782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133057606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "aai-ml",
  "timestamp": 1660133064672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T12:04:30.384Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T12:04:30.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660133059782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133057606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T12:04:30.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "aai-ml",
  "timestamp": 1660133065684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T12:04:30.387Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T12:04:30.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660133059782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133066687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T12:04:30.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T12:04:30.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660133059782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:30.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "aai-ml",
  "timestamp": 1660133066769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T12:04:30.390Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T12:04:30.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660133059782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T12:04:30.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:04:30.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "aai-ml",
  "timestamp": 1660133067779,
  "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-08-10T12:04:30.425Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d85defd2-5497-480f-a5bb-b155e59d10be
2022-08-10T12:04:30.425Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d85defd2-5497-480f-a5bb-b155e59d10be and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T12:04:30.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133068687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T12:04:30.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T12:04:30.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:04:30.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133069691,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T12:04:30.448Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d85defd2-5497-480f-a5bb-b155e59d10be
2022-08-10T12:04:30.448Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d85defd2-5497-480f-a5bb-b155e59d10be and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T12:04:30.472Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T12:04:30.473Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:04:30.474Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:04:30.498Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:04:30.499Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-10T12:04:31.373Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T12:04:31.374Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:04:31.377Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:04:31.378Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133069706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:31.478Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T12:04:31.479Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:04:31.479Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:04:31.502Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:04:31.503Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-10T12:04:32.378Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T12:04:32.379Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:04:32.382Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:04:32.382Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133069706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:32.482Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T12:04:32.483Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:04:32.483Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:04:32.507Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:04:32.507Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-10T12:04:33.383Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T12:04:33.384Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:04:33.387Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:04:33.387Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133069706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:33.487Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T12:04:33.489Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:04:33.489Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:04:33.514Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:04:33.514Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-10T12:04:34.388Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T12:04:34.389Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:04:34.391Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:04:34.391Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133069706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:34.491Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T12:04:34.493Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:04:34.494Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:04:34.513Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:04:34.513Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-10T12:04:35.391Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T12:04:35.393Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:04:35.395Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:04:35.395Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133069706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:35.496Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T12:04:35.497Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:04:35.497Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:04:35.518Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:04:35.518Z||pool-40-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-10T12:04:36.396Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T12:04:36.397Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:04:36.400Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:04:36.401Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133069706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:04:36.501Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T12:04:36.502Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:04:36.502Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:04:36.522Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:04:36.523Z||pool-41-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-10T12:04:37.401Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T12:04:37.402Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:04:37.405Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:04:37.405Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133069706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T12:04:37.505Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T12:04:37.506Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:04:37.507Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:04:37.528Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:04:37.529Z||pool-42-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-10T12:04:38.407Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "serviceName": "Demo_pNF_1PXanelCkuUa8Fv2ByuI",
  "serviceVersion": "1.0",
  "serviceUUID": "27362451-de1a-4564-ba84-697888247731",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6bb7bb5c-c663-42a7-8644-25d0146f6f1e",
  "resources": [
    {
      "resourceInstanceName": "pNF a45e1de7-426a 0",
      "resourceCustomizationUUID": "1e013b1b-d888-4bbf-952e-50de2560a31b",
      "resourceName": "pNF a45e1de7-426a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "01707bfe-ceee-4060-b8b3-6a0e21f9983e",
      "resourceInvariantUUID": "07bc8631-1302-40cf-b078-fa85a2166d88",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf1pxanelckuua8fv2byui-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar",
      "artifactChecksum": "ZDc5ODZkOWExYjI4MDZhMmY0NTYzMTJiNzY0M2I1MjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac20b00b-bfb9-4e74-8fde-c957395c3246"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T12:04:38.407Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T12:04:38.407Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27362451-de1a-4564-ba84-697888247731 ASDC
2022-08-10T12:04:38.408Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:d85defd2-5497-480f-a5bb-b155e59d10be
ServiceName:Demo_pNF_1PXanelCkuUa8Fv2ByuI
ServiceVersion:1.0
ServiceUUID:27362451-de1a-4564-ba84-697888247731
ServiceInvariantUUID:6bb7bb5c-c663-42a7-8644-25d0146f6f1e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf1pxanelckuua8fv2byui-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar
ArtifactUUID:ac20b00b-bfb9-4e74-8fde-c957395c3246
ArtifactChecksum:ZDc5ODZkOWExYjI4MDZhMmY0NTYzMTJiNzY0M2I1MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a45e1de7-426a 0
ResourceCustomizationUUID:1e013b1b-d888-4bbf-952e-50de2560a31b
ResourceInvariantUUID:07bc8631-1302-40cf-b078-fa85a2166d88
ResourceName:pNF a45e1de7-426a
ResourceType:PNF
ResourceUUID:01707bfe-ceee-4060-b8b3-6a0e21f9983e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-10T12:04:38.408Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27362451-de1a-4564-ba84-697888247731 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-10T12:04:38.443Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T12:04:38.445Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-10T12:04:38.445Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-10T12:04:38.445Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ac20b00b-bfb9-4e74-8fde-c957395c3246 from URL: /sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar
2022-08-10T12:04:38.445Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-10T12:04:38.446Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar
2022-08-10T12:04:38.557Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-10T12:04:38.559Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar ac20b00b-bfb9-4e74-8fde-c957395c3246 86686
2022-08-10T12:04:38.559Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar ASDC sendASDCNotification
2022-08-10T12:04:38.560Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar
2022-08-10T12:04:38.560Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T12:04:38.560Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:04:38.563Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:04:38.563Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133078559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T12:04:38.663Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T12:04:38.665Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:04:38.665Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:04:38.684Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:04:38.684Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-10T12:04:39.564Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T12:04:39.565Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-10T12:04:39.565Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ac20b00b-bfb9-4e74-8fde-c957395c3246, URL: /sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar to file: /app/ASDC/1/service-DemoPnf1pxanelckuua8fv2byui-csar.csar
2022-08-10T12:04:39.566Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1pxanelckuua8fv2byui-csar.csar
2022-08-10T12:04:39.566Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1pxanelckuua8fv2byui-csar.csar
2022-08-10T12:04:39.566Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1pxanelckuua8fv2byui-csar.csar
2022-08-10T12:04:39.769Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13073299260051423830/Definitions/service-DemoPnf1pxanelckuua8fv2byui-template.yml
2022-08-10T12:04:40.738Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-10T12:04:40.738Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-10T12:04:40.738Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1pxanelckuua8fv2byui-csar.csar
2022-08-10T12:04:40.739Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-10T12:04:40.739Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a45e1de7-426a 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-DemoPnf1pxanelckuua8fv2byui-csar.csar
2022-08-10T12:04:40.739Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf1pxanelckuua8fv2byui-csar.csar
2022-08-10T12:04:40.739Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf1pxanelckuua8fv2byui-csar.csar
2022-08-10T12:04:40.739Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1pxanelckuua8fv2byui-csar.csar
2022-08-10T12:04:40.739Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1pxanelckuua8fv2byui-csar.csar
2022-08-10T12:04:40.739Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1pxanelckuua8fv2byui-csar.csar
2022-08-10T12:04:40.739Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1pxanelckuua8fv2byui-csar.csar
2022-08-10T12:04:40.739Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-10T12:04:40.739Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:04:40.739Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1PXanelCkuUa8Fv2ByuI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:04:40.740Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Node template pNF a45e1de7-426a 0 is matching search criteria
2022-08-10T12:04:40.740Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-10T12:04:40.740Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF a45e1de7-426a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T12:04:40.741Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:04:40.741Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1PXanelCkuUa8Fv2ByuI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:04:40.741Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Node template pNF a45e1de7-426a 0 is matching search criteria
2022-08-10T12:04:40.741Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-10T12:04:40.741Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF a45e1de7-426a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T12:04:40.741Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:04:40.741Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1PXanelCkuUa8Fv2ByuI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:04:40.742Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:04:40.742Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1PXanelCkuUa8Fv2ByuI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:04:40.742Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:04:40.742Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1PXanelCkuUa8Fv2ByuI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:04:40.742Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:04:40.742Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1PXanelCkuUa8Fv2ByuI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:04:40.742Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:04:40.743Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1PXanelCkuUa8Fv2ByuI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:04:40.743Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_1PXanelCkuUa8Fv2ByuI
Description:catalog service description
Model UUID:27362451-de1a-4564-ba84-697888247731
Model Version:NULL
Model InvariantUuid:6bb7bb5c-c663-42a7-8644-25d0146f6f1e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-10T12:04:40.752Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 01707bfe-ceee-4060-b8b3-6a0e21f9983e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T12:04:40.758Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||pNF a45e1de7-426a 0
2022-08-10T12:04:40.758Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 01707bfe-ceee-4060-b8b3-6a0e21f9983e
2022-08-10T12:04:40.759Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 27362451-de1a-4564-ba84-697888247731
2022-08-10T12:04:40.759Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 27362451-de1a-4564-ba84-697888247731
2022-08-10T12:04:40.760Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a45e1de7-426a 0 01707bfe-ceee-4060-b8b3-6a0e21f9983e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T12:04:40.770Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9c22b19, org.onap.sdc.toscaparser.api.parameters.Input@3701c027, org.onap.sdc.toscaparser.api.parameters.Input@68cfdd16, org.onap.sdc.toscaparser.api.parameters.Input@6721b1f, org.onap.sdc.toscaparser.api.parameters.Input@1e70622b]
2022-08-10T12:04:40.771Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:04:40.771Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1PXanelCkuUa8Fv2ByuI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:04:40.771Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 27362451-de1a-4564-ba84-697888247731: pNF a45e1de7-426a
2022-08-10T12:04:40.771Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||Processing PNF resource: 01707bfe-ceee-4060-b8b3-6a0e21f9983e
2022-08-10T12:04:40.772Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:04:40.772Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1PXanelCkuUa8Fv2ByuI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:04:40.772Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||Resource customization UUID: 1e013b1b-d888-4bbf-952e-50de2560a31b is the same as notified resource customizationUUID: 1e013b1b-d888-4bbf-952e-50de2560a31b
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-10T12:04:40.845Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a45e1de7-426a 01707bfe-ceee-4060-b8b3-6a0e21f9983e 0 ASDC deployResourceStructure
2022-08-10T12:04:40.845Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar ASDC sendASDCNotification
2022-08-10T12:04:40.845Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar
2022-08-10T12:04:40.845Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T12:04:40.846Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:04:40.848Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:04:40.848Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133080845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T12:04:40.948Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T12:04:40.949Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:04:40.949Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:04:40.971Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:04:40.971Z||pool-44-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-10T12:04:41.848Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d85defd2-5497-480f-a5bb-b155e59d10be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T12:04:41.862Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d85defd2-5497-480f-a5bb-b155e59d10be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T12:04:41.865Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T12:04:41.865Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T12:04:41.865Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T12:04:41.865Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T12:04:41.865Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T12:04:41.865Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T12:04:41.871Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T12:05:11.872Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d85defd2-5497-480f-a5bb-b155e59d10be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-10T12:05:11.880Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d85defd2-5497-480f-a5bb-b155e59d10be and serviceModelVersionId: 27362451-de1a-4564-ba84-697888247731
2022-08-10T12:05:11.880Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bb7bb5c-c663-42a7-8644-25d0146f6f1e
2022-08-10T12:05:11.883Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bb7bb5c-c663-42a7-8644-25d0146f6f1e/model-vers/model-ver/27362451-de1a-4564-ba84-697888247731?depth=0
2022-08-10T12:05:11.890Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-08-10T12:05:11.951Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6bb7bb5c-c663-42a7-8644-25d0146f6f1e/model-vers/model-ver/27362451-de1a-4564-ba84-697888247731?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-08-10T12:05:11.955Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6bb7bb5c-c663-42a7-8644-25d0146f6f1e/model-vers/model-ver/27362451-de1a-4564-ba84-697888247731?depth=0|INFO|500||Invoke
2022-08-10T12:05:11.960Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6bb7bb5c-c663-42a7-8644-25d0146f6f1e/model-vers/model-ver/27362451-de1a-4564-ba84-697888247731?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-08-10T12:05:11.964Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6bb7bb5c-c663-42a7-8644-25d0146f6f1e/model-vers/model-ver/27362451-de1a-4564-ba84-697888247731?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-08-10T12:05:11.964Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6bb7bb5c-c663-42a7-8644-25d0146f6f1e/model-vers/model-ver/27362451-de1a-4564-ba84-697888247731?depth=0 has http status code:503 and response headers:{date=[Wed, 10 Aug 2022 12:05:11 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-08-10T12:05:11.966Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111

2022-08-10T12:05:11.967Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=d85defd2-5497-480f-a5bb-b155e59d10be upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-10T12:05:11.968Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=d85defd2-5497-480f-a5bb-b155e59d10be 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-08-10T12:05:11.968Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=d85defd2-5497-480f-a5bb-b155e59d10be upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-10T12:05:11.968Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=d85defd2-5497-480f-a5bb-b155e59d10be 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-08-10T12:05:11.973Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-10T12:05:11.974Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d85defd2-5497-480f-a5bb-b155e59d10be and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=d85defd2-5497-480f-a5bb-b155e59d10be upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-10T12:05:11.974Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T12:05:11.974Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:05:11.976Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:05:11.976Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133111974,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dd85defd2-5497-480f-a5bb-b155e59d10be upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-10T12:05:12.077Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T12:05:12.078Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:05:12.078Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:05:12.100Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:05:12.100Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-10T12:05:29.706Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:05:29.707Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:05:29.707Z|d85defd2-5497-480f-a5bb-b155e59d10be|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:05:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:05:29.710Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:05:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:05:29.850Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:05:29.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:05:29.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133069706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:05:29.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:05:39.279Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:06:29.706Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:06:29.707Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:06:29.707Z|d85defd2-5497-480f-a5bb-b155e59d10be|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:06:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:06:29.709Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:06:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:06:29.787Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:06:29.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:06:29.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133069706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:06:29.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:06:29.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:06:29.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133069706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:06:29.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:06:29.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:06:29.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133069706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:06:29.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:06:29.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:06:29.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133069706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:06:29.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:06:29.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:06:29.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133069706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:06:29.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:06:29.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:06:29.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133069706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:06:29.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:06:29.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:06:29.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133069706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T12:06:29.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:06:29.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:06:29.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133078559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T12:06:29.793Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T12:06:29.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:06:29.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133080845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T12:06:29.793Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T12:06:29.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:06:29.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133111974,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dd85defd2-5497-480f-a5bb-b155e59d10be upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-10T12:06:29.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T12:06:39.316Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:07:29.706Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:07:29.707Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:07:29.707Z|d85defd2-5497-480f-a5bb-b155e59d10be|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:07:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:07:29.709Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:07:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:07:30.293Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:07:30.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:07:30.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "cds",
  "timestamp": 1660133145802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:07:30.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:07:30.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:07:30.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "cds",
  "timestamp": 1660133145802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:07:30.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:07:30.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:07:30.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "cds",
  "timestamp": 1660133145802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:07:30.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:07:30.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:07:30.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "cds",
  "timestamp": 1660133145802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:07:30.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:07:30.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:07:30.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "cds",
  "timestamp": 1660133145802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:07:30.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:07:30.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:07:30.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "cds",
  "timestamp": 1660133145802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/resourceInstances/pnfa45e1de7426a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:07:30.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:07:30.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-10T12:07:30.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d85defd2-5497-480f-a5bb-b155e59d10be",
  "consumerID": "cds",
  "timestamp": 1660133145802,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1pxanelckuua8fv2byui/1.0/artifacts/service-DemoPnf1pxanelckuua8fv2byui-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:07:30.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:07:39.325Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:08:29.706Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:08:29.707Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:08:29.708Z|d85defd2-5497-480f-a5bb-b155e59d10be|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:08:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:08:29.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:08:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:08:39.268Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:08:39.321Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:09:29.706Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:09:29.709Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:09:29.709Z|d85defd2-5497-480f-a5bb-b155e59d10be|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:09:29.709Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:09:29.710Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:09:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:09:39.328Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:09:39.328Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:10:29.706Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:10:29.708Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:10:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:10:29.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:10:29.710Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:10:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:10:39.293Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:10:39.303Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:11:29.706Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:11:29.707Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:11:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:11:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:11:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:11:29.710Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:11:39.285Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:11:39.291Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:12:29.706Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:12:29.707Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:12:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:12:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:12:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:12:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:12:39.269Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:12:39.293Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:13:29.706Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:13:29.707Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:13:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:13:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:13:29.710Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:13:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:13:39.263Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:13:39.270Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:14:29.706Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:14:29.707Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:14:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:14:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:14:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:14:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:14:30.389Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:14:30.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"932909ef-8158-4001-85ea-1f3cca2c7f8b","serviceName":"Demo_pNF_S5ekJ6rotk9pnoL8LSId","serviceVersion":"1.0","serviceUUID":"65b53662-e942-47c9-a19d-0a1d01e9acb2","serviceDescription":"catalog service description","serviceInvariantUUID":"f13ee8f4-2194-40d6-80d3-00d723f90a00","resources":[{"resourceInstanceName":"pNF fdcc7437-143e 0","resourceName":"pNF fdcc7437-143e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"815bc14e-9907-4852-afde-449655fb8383","resourceInvariantUUID":"b42464e9-f072-4400-aae0-90730a7e68e4","resourceCustomizationUUID":"a83058e6-a2ff-4e15-936d-f9808066511b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/vf-license-model.xml","artifactChecksum":"MDVkNTVkNzFkMGVhM2U0ZmFiNGJhNDJlMmIxYTBhODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33b1b61f-5824-4099-a82e-2fc44a80fe1d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/pNF.csar","artifactChecksum":"MjhhYzAwMWI3MjkyNGZhYTVmY2MzZGU0MzlmZDhlMWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5d1f45e3-5599-4b23-bebc-555b5b4bb4f1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"292771f0-142b-48a0-8fa5-68ed9c27a2cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/vendor-license-model.xml","artifactChecksum":"NzdiNTkwYzJiNDM0MTdiODVjMDE0ZDBkY2E1ZmRkNTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c0d180f1-590e-4409-965d-e9b4dd948a81","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f6a50ee0-c669-473f-b97a-007b1dc0ed67","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3484f67-3740-4794-8a7f-78aa452ec40c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfS5ekj6rotk9pnol8lsid-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-template.yml","artifactChecksum":"NjAzMDhiZjU5NzBmYTgzYmY5MGJlZjgwNzE5MjAwNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"979668c5-a1b1-4d16-ab02-5d2f74530d92","artifactVersion":"1"},{"artifactName":"service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar","artifactChecksum":"Yjk4NjJlZTJkMGZjZTFlZDhkM2NmY2ZiZTAyNGYyMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2772c79c-6561-474d-a1f3-3546bcfc1349","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-10T12:14:30.394Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T12:14:30.394Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:14:30.399Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:14:30.399Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133669706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:14:30.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660133639782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "aai-ml",
  "timestamp": 1660133648357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660133639782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "aai-ml",
  "timestamp": 1660133648357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660133639782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "aai-ml",
  "timestamp": 1660133648357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660133639782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "aai-ml",
  "timestamp": 1660133648357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660133639782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "aai-ml",
  "timestamp": 1660133648357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660133639782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "aai-ml",
  "timestamp": 1660133648357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660133639782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "aai-ml",
  "timestamp": 1660133648357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660133639782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T12:14:30.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "aai-ml",
  "timestamp": 1660133648357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T12:14:30.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "cds",
  "timestamp": 1660133651786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133657606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "cds",
  "timestamp": 1660133651786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "aai-ml",
  "timestamp": 1660133657974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T12:14:30.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T12:14:30.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133657606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.474Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "aai-ml",
  "timestamp": 1660133659033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T12:14:30.475Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T12:14:30.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "cds",
  "timestamp": 1660133651786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133657606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "aai-ml",
  "timestamp": 1660133660063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-08-10T12:14:30.479Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T12:14:30.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "cds",
  "timestamp": 1660133651786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133657606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "aai-ml",
  "timestamp": 1660133661075,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T12:14:30.501Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-10T12:14:30.502Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:14:30.502Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T12:14:30.519Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 932909ef-8158-4001-85ea-1f3cca2c7f8b
2022-08-10T12:14:30.519Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 932909ef-8158-4001-85ea-1f3cca2c7f8b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T12:14:30.530Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:14:30.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "cds",
  "timestamp": 1660133651786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.531Z||pool-46-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-10T12:14:30.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133657606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "cds",
  "timestamp": 1660133651786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133657606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "cds",
  "timestamp": 1660133651786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133657606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:30.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "cds",
  "timestamp": 1660133651786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T12:14:30.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133657606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T12:14:30.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:14:30.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "cds",
  "timestamp": 1660133665574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T12:14:30.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T12:14:30.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133666945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T12:14:30.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T12:14:30.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133668897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T12:14:30.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T12:14:30.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:14:30.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660133669902,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T12:14:30.544Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 932909ef-8158-4001-85ea-1f3cca2c7f8b
2022-08-10T12:14:30.544Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 932909ef-8158-4001-85ea-1f3cca2c7f8b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-10T12:14:31.400Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T12:14:31.401Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:14:31.403Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:14:31.403Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133669706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:31.503Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T12:14:31.504Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:14:31.504Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:14:31.524Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:14:31.525Z||pool-47-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-10T12:14:32.403Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T12:14:32.404Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:14:32.407Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:14:32.407Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133669706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:32.507Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T12:14:32.508Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:14:32.508Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:14:32.536Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:14:32.537Z||pool-48-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-10T12:14:33.407Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T12:14:33.408Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:14:33.410Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:14:33.411Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133669706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:33.510Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-10T12:14:33.511Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:14:33.511Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:14:33.533Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:14:33.534Z||pool-49-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-10T12:14:34.411Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T12:14:34.415Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:14:34.418Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:14:34.418Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133669706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:34.518Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T12:14:34.519Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:14:34.519Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:14:34.538Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:14:34.538Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-10T12:14:35.418Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T12:14:35.419Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:14:35.422Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:14:35.422Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133669706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:35.522Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T12:14:35.523Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:14:35.523Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:14:35.546Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:14:35.547Z||pool-51-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-10T12:14:36.422Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T12:14:36.424Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:14:36.428Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:14:36.428Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133669706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:14:36.528Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T12:14:36.529Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:14:36.529Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:14:36.556Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:14:36.557Z||pool-52-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-10T12:14:37.429Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-10T12:14:37.430Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:14:37.432Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:14:37.433Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133669706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T12:14:37.533Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T12:14:37.534Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:14:37.534Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:14:37.566Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:14:37.567Z||pool-53-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-08-10T12:14:38.434Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "serviceName": "Demo_pNF_S5ekJ6rotk9pnoL8LSId",
  "serviceVersion": "1.0",
  "serviceUUID": "65b53662-e942-47c9-a19d-0a1d01e9acb2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f13ee8f4-2194-40d6-80d3-00d723f90a00",
  "resources": [
    {
      "resourceInstanceName": "pNF fdcc7437-143e 0",
      "resourceCustomizationUUID": "a83058e6-a2ff-4e15-936d-f9808066511b",
      "resourceName": "pNF fdcc7437-143e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "815bc14e-9907-4852-afde-449655fb8383",
      "resourceInvariantUUID": "b42464e9-f072-4400-aae0-90730a7e68e4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
      "artifactChecksum": "Yjk4NjJlZTJkMGZjZTFlZDhkM2NmY2ZiZTAyNGYyMDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2772c79c-6561-474d-a1f3-3546bcfc1349"
    }
  ],
  "workloadContext": "Production"
}
2022-08-10T12:14:38.434Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-10T12:14:38.435Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 65b53662-e942-47c9-a19d-0a1d01e9acb2 ASDC
2022-08-10T12:14:38.435Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:932909ef-8158-4001-85ea-1f3cca2c7f8b
ServiceName:Demo_pNF_S5ekJ6rotk9pnoL8LSId
ServiceVersion:1.0
ServiceUUID:65b53662-e942-47c9-a19d-0a1d01e9acb2
ServiceInvariantUUID:f13ee8f4-2194-40d6-80d3-00d723f90a00
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
ArtifactUUID:2772c79c-6561-474d-a1f3-3546bcfc1349
ArtifactChecksum:Yjk4NjJlZTJkMGZjZTFlZDhkM2NmY2ZiZTAyNGYyMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fdcc7437-143e 0
ResourceCustomizationUUID:a83058e6-a2ff-4e15-936d-f9808066511b
ResourceInvariantUUID:b42464e9-f072-4400-aae0-90730a7e68e4
ResourceName:pNF fdcc7437-143e
ResourceType:PNF
ResourceUUID:815bc14e-9907-4852-afde-449655fb8383
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-10T12:14:38.436Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65b53662-e942-47c9-a19d-0a1d01e9acb2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-10T12:14:38.475Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T12:14:38.476Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-10T12:14:38.477Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-10T12:14:38.477Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2772c79c-6561-474d-a1f3-3546bcfc1349 from URL: /sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
2022-08-10T12:14:38.477Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-10T12:14:38.478Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
2022-08-10T12:14:38.755Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-10T12:14:38.756Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar 2772c79c-6561-474d-a1f3-3546bcfc1349 86674
2022-08-10T12:14:38.757Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar ASDC sendASDCNotification
2022-08-10T12:14:38.757Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
2022-08-10T12:14:38.757Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-10T12:14:38.757Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:14:38.760Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:14:38.760Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133678757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T12:14:38.860Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T12:14:38.861Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:14:38.861Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:14:38.891Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:14:38.891Z||pool-54-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-08-10T12:14:39.761Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-10T12:14:39.762Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-10T12:14:39.763Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2772c79c-6561-474d-a1f3-3546bcfc1349, URL: /sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar to file: /app/ASDC/1/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
2022-08-10T12:14:39.763Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
2022-08-10T12:14:39.764Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
2022-08-10T12:14:39.765Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
2022-08-10T12:14:39.945Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3555810229761580303/Definitions/service-DemoPnfS5ekj6rotk9pnol8lsid-template.yml
2022-08-10T12:14:40.881Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-10T12:14:40.882Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-10T12:14:40.882Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
2022-08-10T12:14:40.882Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-10T12:14:40.882Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||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-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
2022-08-10T12:14:40.882Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
2022-08-10T12:14:40.882Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||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-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
2022-08-10T12:14:40.882Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
2022-08-10T12:14:40.883Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
2022-08-10T12:14:40.883Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
2022-08-10T12:14:40.883Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fdcc7437-143e 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-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
2022-08-10T12:14:40.883Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-10T12:14:40.883Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:14:40.883Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_S5ekJ6rotk9pnoL8LSId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:14:40.884Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Node template pNF fdcc7437-143e 0 is matching search criteria
2022-08-10T12:14:40.884Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-10T12:14:40.884Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF fdcc7437-143e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T12:14:40.884Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:14:40.884Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_S5ekJ6rotk9pnoL8LSId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:14:40.885Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Node template pNF fdcc7437-143e 0 is matching search criteria
2022-08-10T12:14:40.885Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-10T12:14:40.885Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF fdcc7437-143e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-10T12:14:40.885Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:14:40.885Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_S5ekJ6rotk9pnoL8LSId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:14:40.885Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:14:40.885Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_S5ekJ6rotk9pnoL8LSId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:14:40.886Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:14:40.886Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_S5ekJ6rotk9pnoL8LSId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:14:40.886Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:14:40.886Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_S5ekJ6rotk9pnoL8LSId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:14:40.886Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:14:40.886Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_S5ekJ6rotk9pnoL8LSId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:14:40.887Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_S5ekJ6rotk9pnoL8LSId
Description:catalog service description
Model UUID:65b53662-e942-47c9-a19d-0a1d01e9acb2
Model Version:NULL
Model InvariantUuid:f13ee8f4-2194-40d6-80d3-00d723f90a00
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-10T12:14:40.898Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 815bc14e-9907-4852-afde-449655fb8383
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T12:14:40.905Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||pNF fdcc7437-143e 0
2022-08-10T12:14:40.906Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 815bc14e-9907-4852-afde-449655fb8383
2022-08-10T12:14:40.906Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 65b53662-e942-47c9-a19d-0a1d01e9acb2
2022-08-10T12:14:40.906Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 65b53662-e942-47c9-a19d-0a1d01e9acb2
2022-08-10T12:14:40.906Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fdcc7437-143e 0 815bc14e-9907-4852-afde-449655fb8383 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-10T12:14:40.913Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77341405, org.onap.sdc.toscaparser.api.parameters.Input@3f44bdf1, org.onap.sdc.toscaparser.api.parameters.Input@1f0c19ae, org.onap.sdc.toscaparser.api.parameters.Input@23e38e76, org.onap.sdc.toscaparser.api.parameters.Input@74202233]
2022-08-10T12:14:40.914Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:14:40.914Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_S5ekJ6rotk9pnoL8LSId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:14:40.915Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 65b53662-e942-47c9-a19d-0a1d01e9acb2: pNF fdcc7437-143e
2022-08-10T12:14:40.915Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||Processing PNF resource: 815bc14e-9907-4852-afde-449655fb8383
2022-08-10T12:14:40.915Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-10T12:14:40.915Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_S5ekJ6rotk9pnoL8LSId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-10T12:14:40.915Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||Resource customization UUID: a83058e6-a2ff-4e15-936d-f9808066511b is the same as notified resource customizationUUID: a83058e6-a2ff-4e15-936d-f9808066511b
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-10T12:14:40.957Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fdcc7437-143e 815bc14e-9907-4852-afde-449655fb8383 0 ASDC deployResourceStructure
2022-08-10T12:14:40.957Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar ASDC sendASDCNotification
2022-08-10T12:14:40.957Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar
2022-08-10T12:14:40.957Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-10T12:14:40.958Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:14:40.960Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:14:40.960Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133680957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T12:14:41.060Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T12:14:41.061Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:14:41.061Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:14:41.081Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:14:41.081Z||pool-55-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-10T12:14:41.961Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 932909ef-8158-4001-85ea-1f3cca2c7f8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T12:14:41.976Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 932909ef-8158-4001-85ea-1f3cca2c7f8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-10T12:14:41.980Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-10T12:14:41.980Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-10T12:14:41.980Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-10T12:14:41.980Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-10T12:14:41.981Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-08-10T12:14:41.981Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-10T12:14:41.988Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-10T12:15:11.998Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 932909ef-8158-4001-85ea-1f3cca2c7f8b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-10T12:15:12.005Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 932909ef-8158-4001-85ea-1f3cca2c7f8b and serviceModelVersionId: 65b53662-e942-47c9-a19d-0a1d01e9acb2
2022-08-10T12:15:12.005Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f13ee8f4-2194-40d6-80d3-00d723f90a00
2022-08-10T12:15:12.006Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f13ee8f4-2194-40d6-80d3-00d723f90a00/model-vers/model-ver/65b53662-e942-47c9-a19d-0a1d01e9acb2?depth=0
2022-08-10T12:15:12.011Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-08-10T12:15:12.068Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f13ee8f4-2194-40d6-80d3-00d723f90a00/model-vers/model-ver/65b53662-e942-47c9-a19d-0a1d01e9acb2?depth=0|INFO|500||Invoke
2022-08-10T12:15:12.069Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f13ee8f4-2194-40d6-80d3-00d723f90a00/model-vers/model-ver/65b53662-e942-47c9-a19d-0a1d01e9acb2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f13ee8f4-2194-40d6-80d3-00d723f90a00/model-vers/model-ver/65b53662-e942-47c9-a19d-0a1d01e9acb2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[932909ef-8158-4001-85ea-1f3cca2c7f8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[488b2a57-6464-434c-81b9-00329c66108f], X-ECOMP-RequestID=[932909ef-8158-4001-85ea-1f3cca2c7f8b], X-TransactionId=[], X-ONAP-RequestID=[932909ef-8158-4001-85ea-1f3cca2c7f8b], Content-Type=[application/merge-patch+json]}
2022-08-10T12:15:12.076Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f13ee8f4-2194-40d6-80d3-00d723f90a00/model-vers/model-ver/65b53662-e942-47c9-a19d-0a1d01e9acb2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-08-10T12:15:12.078Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f13ee8f4-2194-40d6-80d3-00d723f90a00/model-vers/model-ver/65b53662-e942-47c9-a19d-0a1d01e9acb2?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/f13ee8f4-2194-40d6-80d3-00d723f90a00/model-vers/model-ver/65b53662-e942-47c9-a19d-0a1d01e9acb2?depth=0 has http status code:503 and response headers:{date=[Wed, 10 Aug 2022 12:15:11 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-08-10T12:15:12.079Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f13ee8f4-2194-40d6-80d3-00d723f90a00/model-vers/model-ver/65b53662-e942-47c9-a19d-0a1d01e9acb2?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111

2022-08-10T12:15:12.079Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f13ee8f4-2194-40d6-80d3-00d723f90a00/model-vers/model-ver/65b53662-e942-47c9-a19d-0a1d01e9acb2?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-08-10T12:15:12.081Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=932909ef-8158-4001-85ea-1f3cca2c7f8b upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-10T12:15:12.082Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=932909ef-8158-4001-85ea-1f3cca2c7f8b 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-08-10T12:15:12.082Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=932909ef-8158-4001-85ea-1f3cca2c7f8b upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-10T12:15:12.082Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=932909ef-8158-4001-85ea-1f3cca2c7f8b 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-08-10T12:15:12.088Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-10T12:15:12.088Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 932909ef-8158-4001-85ea-1f3cca2c7f8b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=932909ef-8158-4001-85ea-1f3cca2c7f8b upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-10T12:15:12.088Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-10T12:15:12.088Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-10T12:15:12.090Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-10T12:15:12.090Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133712088,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d932909ef-8158-4001-85ea-1f3cca2c7f8b upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-10T12:15:12.191Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-10T12:15:12.191Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-10T12:15:12.192Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:15:12.233Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:15:12.233Z||pool-56-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-10T12:15:29.706Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:15:29.707Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:15:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:15:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:15:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:15:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:15:29.842Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:15:29.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:15:29.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133669706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:15:29.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:15:39.264Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:16:29.706Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:16:29.707Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:16:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:16:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:16:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:16:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:16:30.254Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:16:30.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:16:30.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133669706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:16:30.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:16:30.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:16:30.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133669706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:16:30.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:16:30.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:16:30.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133669706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:16:30.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:16:30.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:16:30.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133669706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:16:30.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:16:30.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:16:30.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133669706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/resourceInstances/pnffdcc7437143e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:16:30.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:16:30.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:16:30.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133669706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-10T12:16:30.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:16:30.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:16:30.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133669706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
  "status": "NOTIFIED"
}
2022-08-10T12:16:30.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-10T12:16:30.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:16:30.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133678757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-10T12:16:30.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T12:16:30.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:16:30.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133680957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfS5ekj6rotk9pnol8lsid/1.0/artifacts/service-DemoPnfS5ekj6rotk9pnol8lsid-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-10T12:16:30.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T12:16:30.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-10T12:16:30.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "932909ef-8158-4001-85ea-1f3cca2c7f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660133712088,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d932909ef-8158-4001-85ea-1f3cca2c7f8b upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-10T12:16:30.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-10T12:16:39.279Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:17:29.706Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:17:29.707Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:17:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:17:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:17:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:17:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:17:39.281Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:17:39.281Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:18:29.707Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:18:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:18:29.709Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:18:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:18:29.710Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:18:29.710Z|d85defd2-5497-480f-a5bb-b155e59d10be|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:18:39.265Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:18:39.301Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:19:29.706Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:19:29.708Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:19:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:19:29.709Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:19:29.709Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:19:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:19:39.288Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:19:39.288Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:20:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:20:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:20:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:20:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:20:29.709Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:20:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:20:39.261Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:20:39.302Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:21:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:21:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:21:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:21:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:21:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:21:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:21:39.279Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:21:39.315Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:22:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:22:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:22:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:22:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:22:29.710Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:22:29.710Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:22:39.266Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:22:39.268Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:23:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:23:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:23:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:23:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:23:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:23:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:23:39.262Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:23:39.262Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:24:29.706Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:24:29.707Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:24:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:24:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:24:29.709Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:24:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:24:39.274Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:24:39.287Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:25:29.706Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:25:29.707Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:25:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:25:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:25:29.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:25:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:25:39.259Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:25:39.262Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:26:29.706Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:26:29.707Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:26:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:26:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:26:29.710Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:26:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:26:39.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:26:39.305Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:27:29.706Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:27:29.708Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:27:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:27:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:27:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:27:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:27:39.282Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:27:39.285Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:28:29.706Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:28:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:28:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:28:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:28:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:28:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:28:39.276Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:28:39.276Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:29:29.706Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:29:29.708Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:29:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:29:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:29:29.710Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:29:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:29:39.264Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:29:39.266Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:30:29.706Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:30:29.707Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:30:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:30:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:30:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:30:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:30:39.276Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:30:39.276Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:31:29.706Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:31:29.707Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:31:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:31:29.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:31:29.709Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:31:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:31:39.260Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:31:39.261Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:32:29.706Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:32:29.707Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:32:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:32:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:32:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:32:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:32:39.314Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:32:39.348Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:33:29.706Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:33:29.707Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:33:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:33:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:33:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:33:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:33:39.259Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:33:39.265Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:34:29.706Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:34:29.707Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:34:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:34:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:34:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:34:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:34:39.262Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:34:39.270Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:35:29.706Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:35:29.708Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:35:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:35:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:35:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:35:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:35:39.288Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:35:39.310Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:36:29.706Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:36:29.708Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:36:29.708Z|d85defd2-5497-480f-a5bb-b155e59d10be|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:36:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:36:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:36:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:36:39.296Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:36:39.296Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:37:29.706Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:37:29.708Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:37:29.709Z|d85defd2-5497-480f-a5bb-b155e59d10be|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:37:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:37:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:37:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:37:39.302Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:37:39.335Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:38:29.706Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:38:29.707Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:38:29.707Z|d85defd2-5497-480f-a5bb-b155e59d10be|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:38:29.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:38:29.709Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:38:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:38:39.295Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:38:39.297Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:39:29.706Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:39:29.707Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:39:29.707Z|d85defd2-5497-480f-a5bb-b155e59d10be|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:39:29.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:39:29.709Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:39:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:39:39.286Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:39:39.287Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:40:29.706Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:40:29.707Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:40:29.707Z|d85defd2-5497-480f-a5bb-b155e59d10be|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:40:29.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:40:29.709Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:40:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:40:39.287Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:40:39.287Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:41:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:41:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:41:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:41:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:41:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:41:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:41:39.264Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:41:39.274Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:42:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:42:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:42:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:42:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:42:29.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:42:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:42:39.270Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:42:39.277Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:43:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:43:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:43:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:43:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:43:29.709Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:43:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:43:39.312Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:43:39.313Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:44:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:44:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:44:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:44:29.709Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:44:29.709Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:44:29.709Z|d85defd2-5497-480f-a5bb-b155e59d10be|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:44:39.279Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:44:39.280Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:45:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:45:29.708Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:45:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:45:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:45:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:45:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:45:39.270Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:45:39.274Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:46:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:46:29.709Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:46:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:46:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:46:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:46:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:46:39.296Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:46:39.331Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:47:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:47:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:47:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:47:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:47:29.709Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:47:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:47:39.270Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:47:39.271Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:48:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:48:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:48:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:48:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:48:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:48:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:48:39.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:48:39.312Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:49:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:49:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:49:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:49:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:49:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:49:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:49:39.311Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:49:39.325Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:50:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:50:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:50:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:50:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:50:29.709Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:50:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:50:39.300Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:50:39.300Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:51:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:51:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:51:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:51:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:51:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:51:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:51:39.283Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:51:39.284Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:52:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:52:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:52:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:52:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:52:29.710Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:52:29.710Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:52:39.267Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:52:39.268Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:53:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:53:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:53:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:53:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:53:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:53:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:53:39.261Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:53:39.277Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:54:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:54:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:54:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:54:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:54:29.709Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:54:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:54:39.307Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:54:39.335Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:55:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:55:29.708Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:55:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:55:29.709Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:55:29.709Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:55:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:55:39.275Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:55:39.299Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:56:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:56:29.708Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:56:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:56:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:56:29.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:56:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:56:39.282Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:56:39.287Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:57:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:57:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:57:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:57:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:57:29.710Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:57:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:57:39.273Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:57:39.316Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:58:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:58:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:58:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:58:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:58:29.710Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:58:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:58:39.323Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:58:39.336Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:59:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:59:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:59:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:59:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T12:59:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T12:59:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T12:59:39.285Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T12:59:39.286Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:00:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:00:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:00:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:00:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:00:29.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:00:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:00:39.262Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:00:39.278Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:01:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:01:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:01:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:01:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:01:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:01:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:01:39.294Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:01:39.326Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:02:29.706Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:02:29.707Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:02:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:02:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:02:29.709Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:02:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:02:39.272Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:02:39.272Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:03:29.706Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:03:29.707Z||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-08-10T13:03:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:03:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:03:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:03:29.709Z|c76a061e-f02f-4e34-983d-d2091534befd|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:03:39.291Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:03:39.291Z|c76a061e-f02f-4e34-983d-d2091534befd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:04:29.706Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:04:29.708Z||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-08-10T13:04:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:04:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:04:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:04:29.710Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:04:39.275Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:04:39.283Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:05:29.706Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:05:29.709Z||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-08-10T13:05:29.709Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:05:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:05:29.710Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:05:29.710Z|d85defd2-5497-480f-a5bb-b155e59d10be|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:05:39.293Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:05:39.293Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:06:29.706Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:06:29.707Z||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-08-10T13:06:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:06:29.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:06:29.709Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:06:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:06:39.275Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:06:39.279Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:07:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:07:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:07:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:07:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:07:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:07:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:07:39.272Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:07:39.285Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:08:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:08:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:08:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:08:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:08:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:08:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:08:39.283Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:08:39.288Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:09:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:09:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:09:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:09:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:09:29.709Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:09:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:09:39.305Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:09:39.314Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:10:29.707Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:10:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:10:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:10:29.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:10:29.709Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:10:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:10:39.259Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:10:39.261Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:11:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:11:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:11:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:11:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:11:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:11:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:11:39.267Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:11:39.268Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:12:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:12:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:12:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:12:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:12:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:12:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:12:39.273Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:12:39.280Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:13:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:13:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:13:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:13:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:13:29.710Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:13:29.710Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:13:39.283Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:13:39.286Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:14:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:14:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:14:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:14:29.709Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:14:29.709Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:14:29.709Z|d85defd2-5497-480f-a5bb-b155e59d10be|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:14:39.299Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:14:39.316Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:15:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:15:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:15:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:15:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:15:29.710Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:15:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:15:39.273Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:15:39.273Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:16:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:16:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:16:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:16:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:16:29.710Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:16:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:16:39.264Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:16:39.264Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:17:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:17:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:17:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:17:29.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:17:29.709Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:17:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:17:39.276Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:17:39.320Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:18:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:18:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:18:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:18:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:18:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:18:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:18:39.260Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:18:39.272Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:19:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:19:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:19:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:19:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:19:29.709Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:19:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:19:39.311Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:19:39.325Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:20:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:20:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:20:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:20:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:20:29.709Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:20:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:20:39.280Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:20:39.283Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:21:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:21:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:21:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:21:29.709Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:21:29.709Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:21:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:21:39.274Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:21:39.316Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:22:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:22:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:22:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:22:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:22:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:22:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:22:39.262Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:22:39.263Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:23:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:23:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:23:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:23:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:23:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:23:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:23:39.277Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:23:39.279Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:24:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:24:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:24:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:24:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:24:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:24:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:24:39.261Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:24:39.267Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:25:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:25:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:25:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:25:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:25:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:25:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:25:39.283Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:25:39.287Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:26:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:26:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:26:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:26:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:26:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:26:29.709Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:26:39.262Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:26:39.265Z|932909ef-8158-4001-85ea-1f3cca2c7f8b|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:27:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:27:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:27:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:27:29.709Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:27:29.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:27:29.710Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:27:39.260Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:27:39.261Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:28:29.707Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:28:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:28:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:28:29.709Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:28:29.710Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:28:29.710Z|d85defd2-5497-480f-a5bb-b155e59d10be|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:28:39.269Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:28:39.278Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:29:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:29:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:29:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:29:29.709Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:29:29.709Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:29:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:29:39.271Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:29:39.310Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:30:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:30:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:30:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:30:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:30:29.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:30:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:30:39.284Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:30:39.287Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:31:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:31:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:31:29.707Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:31:29.709Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:31:29.709Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:31:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:31:39.263Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:31:39.263Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:32:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:32:29.707Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:32:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:32:29.709Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:32:29.709Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:32:29.709Z|d85defd2-5497-480f-a5bb-b155e59d10be|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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:32:39.275Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:32:39.280Z|d85defd2-5497-480f-a5bb-b155e59d10be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:33:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:33:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:33:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:33:29.709Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:33:29.709Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:33:29.709Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:33:39.293Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:33:39.293Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-10T13:34:29.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:34:29.708Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:34:29.708Z||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 xfzWxAjwGQ4CB8g1) ...
2022-08-10T13:34:29.709Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-10T13:34:29.709Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-10T13:34:29.709Z||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 xfzWxAjwGQ4CB8g1) ...