By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-09-13T07:38:40.403Z||main|||||INFO|500||The following profiles are active: basic
2022-09-13T07:38:54.465Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-13T07:38:54.466Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-13T07:38:54.613Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-13T07:38:58.963Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-13T07:38:59.526Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-13T07:39:00.132Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-13T07:39:00.200Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-13T07:39:00.386Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-13T07:39:00.665Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-13T07:39:01.301Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-13T07:39:03.729Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-13T07:39:06.285Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-13T07:39:06.343Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-13T07:39:06.893Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-13T07:39:07.120Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-09-13T07:39:08.333Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-13T07:39:09.514Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-13T07:39:09.565Z||main|||||WARN|500||The sdc end point is not alive
2022-09-13T07:39:13.676Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-09-13T07:39:16.823Z||main|||||WARN|500||---
2022-09-13T07:39:16.824Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-13T07:39:16.824Z||main|||||WARN|500||---
2022-09-13T07:39:17.325Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-13T07:39:23.324Z||main|||||INFO|500||Started Application in 46.826 seconds (JVM running for 49.982)
2022-09-13T07:39:23.381Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:39:23.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:39:23.399Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:39:23.443Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:39:23.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0260b477-6d97-4e3a-9dff-2bd1f73db7f3 url= /sdc/v1/artifactTypes
2022-09-13T07:39:23.506Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:39:23.641Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:39:23.643Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@143669c2
2022-09-13T07:39:23.643Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:39:23.667Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:39:23.669Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:39:23.674Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-09-13T07:40:13.320Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:40:13.321Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:40:13.321Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:40:13.325Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:40:13.342Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e7961e24-47fa-4d21-b997-843278b3fbed url= /sdc/v1/artifactTypes
2022-09-13T07:40:13.342Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:40:13.354Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:40:13.355Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c1ca1af
2022-09-13T07:40:13.356Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:40:13.356Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:40:13.357Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:40:13.358Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-09-13T07:41:03.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:41:03.320Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:41:03.320Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:41:03.333Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:41:03.339Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a8c72032-59be-4ba4-988e-b81a0499c870 url= /sdc/v1/artifactTypes
2022-09-13T07:41:03.339Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:41:03.360Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:41:03.361Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@615859ca
2022-09-13T07:41:03.361Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:41:03.361Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:41:03.362Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:41:03.362Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-09-13T07:41:53.323Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:41:53.325Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:41:53.325Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:41:53.347Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:41:53.362Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c2ffee3-0016-4cb3-956d-50a32b361317 url= /sdc/v1/artifactTypes
2022-09-13T07:41:53.364Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:41:53.371Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:41:53.372Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@516a9c31
2022-09-13T07:41:53.372Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:41:53.372Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:41:53.373Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:41:53.374Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-13T07:42:43.321Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:42:43.323Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:42:43.324Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:42:43.328Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:42:43.333Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5b28b7a3-febc-45f8-bff5-f2447d0941a9 url= /sdc/v1/artifactTypes
2022-09-13T07:42:43.333Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:42:43.344Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:42:43.344Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5eee370f
2022-09-13T07:42:43.344Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:42:43.345Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:42:43.345Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:42:43.346Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-13T07:43:33.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:43:33.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:43:33.320Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:43:33.325Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:43:33.332Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 015470dd-d5d6-4176-9a95-e62d13908bb6 url= /sdc/v1/artifactTypes
2022-09-13T07:43:33.332Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:43:33.338Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:43:33.338Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@58ea49d6
2022-09-13T07:43:33.339Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:43:33.339Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:43:33.340Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:43:33.340Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-13T07:44:23.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:44:23.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:44:23.319Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:44:23.324Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:44:23.329Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1cca59c7-5df7-45d1-8c43-c2bbb7aa0002 url= /sdc/v1/artifactTypes
2022-09-13T07:44:23.330Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:44:23.337Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:44:23.337Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1872c816
2022-09-13T07:44:23.339Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:44:23.340Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:44:23.340Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:44:23.341Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-13T07:45:13.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:45:13.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:45:13.319Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:45:13.324Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:45:13.331Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 74e43720-3cc4-43e6-8fcc-9bda74e22718 url= /sdc/v1/artifactTypes
2022-09-13T07:45:13.332Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:45:13.342Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:45:13.343Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@785d7b11
2022-09-13T07:45:13.344Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:45:13.345Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:45:13.345Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:45:13.347Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-13T07:46:03.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:46:03.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:46:03.318Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:46:03.323Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:46:03.327Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 475fe356-35f0-4ece-ba4d-2f454faa3d52 url= /sdc/v1/artifactTypes
2022-09-13T07:46:03.328Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:46:03.333Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:46:03.333Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24267bee
2022-09-13T07:46:03.333Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:46:03.334Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:46:03.334Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:46:03.335Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-13T07:46:53.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:46:53.319Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:46:53.319Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:46:53.324Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:46:53.330Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5b67fb6b-659e-4d85-b434-c8b7773749c9 url= /sdc/v1/artifactTypes
2022-09-13T07:46:53.330Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:46:53.336Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:46:53.337Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@575bb9e2
2022-09-13T07:46:53.337Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:46:53.338Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:46:53.338Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:46:53.339Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-13T07:47:43.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:47:43.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:47:43.318Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:47:43.322Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:47:43.327Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6d17a436-4235-43ed-8b8d-aca10a44caa3 url= /sdc/v1/artifactTypes
2022-09-13T07:47:43.328Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:47:43.334Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:47:43.334Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b732d25
2022-09-13T07:47:43.335Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:47:43.335Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:47:43.336Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:47:43.336Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-13T07:48:33.318Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:48:33.319Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:48:33.319Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:48:33.323Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:48:33.331Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 95026429-7ac0-4c7d-81cc-1651e36d3588 url= /sdc/v1/artifactTypes
2022-09-13T07:48:33.331Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:48:33.342Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:48:33.343Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b57d9a
2022-09-13T07:48:33.343Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:48:33.344Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:48:33.344Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:48:33.345Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-13T07:49:23.318Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:49:23.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:49:23.318Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:49:23.322Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:49:23.328Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3ccba3ac-d5da-4c91-ab8d-a5c415b24d3b url= /sdc/v1/artifactTypes
2022-09-13T07:49:23.328Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:49:23.334Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:49:23.334Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5bc18735
2022-09-13T07:49:23.335Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:49:23.335Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:49:23.335Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:49:23.336Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-13T07:49:24.020Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-13T07:50:13.318Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:50:13.319Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:50:13.320Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:50:13.324Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:50:13.332Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 79f0cd9d-07d4-4e40-8bd5-6fc1274a793f url= /sdc/v1/artifactTypes
2022-09-13T07:50:13.333Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:50:13.349Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:50:13.350Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f3fa0d2
2022-09-13T07:50:13.351Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:50:13.351Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:50:13.351Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:50:13.352Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-13T07:51:03.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:51:03.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:51:03.319Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:51:03.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:51:03.327Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 62d8206c-e81c-4f0a-8775-86724e3c99bf url= /sdc/v1/artifactTypes
2022-09-13T07:51:03.328Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:51:03.337Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:51:03.338Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79d86680
2022-09-13T07:51:03.338Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:51:03.338Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:51:03.339Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:51:03.339Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-13T07:51:53.318Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:51:53.319Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:51:53.319Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:51:53.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:51:53.332Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b441a4b0-1dda-4427-895d-e1f6d4bc96ac url= /sdc/v1/artifactTypes
2022-09-13T07:51:53.333Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:51:53.338Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:51:53.338Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7797fa73
2022-09-13T07:51:53.338Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:51:53.339Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:51:53.339Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:51:53.340Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-13T07:52:43.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:52:43.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:52:43.318Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:52:43.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:52:43.326Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dceb29cb-7636-450d-aab8-f5be4a8026c1 url= /sdc/v1/artifactTypes
2022-09-13T07:52:43.326Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:52:43.332Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-13T07:52:43.332Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@465fa775
2022-09-13T07:52:43.332Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-13T07:52:43.333Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-13T07:52:43.333Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-13T07:52:43.333Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$8bb133fc.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-09-13T07:53:33.317Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-13T07:53:33.318Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-13T07:53:33.319Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-13T07:53:33.322Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-13T07:53:33.326Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0a9c1dbe-52a4-4ce8-aa50-d48efe049986 url= /sdc/v1/artifactTypes
2022-09-13T07:53:33.327Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-13T07:53:33.514Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-13T07:53:33.532Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-09-13T07:53:33.577Z||scheduling-1|||||DEBUG|500||create keys
2022-09-13T07:53:33.592Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-13T07:53:33.769Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T07:53:33.805Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b79c6f0e-9db0-4bfb-91cf-5417466007db url= /sdc/v1/registerForDistribution
2022-09-13T07:53:34.013Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b79c6f0e-9db0-4bfb-91cf-5417466007db url= /sdc/v1/registerForDistribution
2022-09-13T07:53:34.013Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-13T07:53:34.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:53:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:53:34.037Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-13T07:53:34.042Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T07:53:34.042Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:53:34.042Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T07:53:34.043Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:53:44.429Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T07:53:44.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T07:54:34.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:54:34.025Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T07:54:34.026Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:54:34.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:54:34.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T07:54:34.029Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:54:43.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T07:54:43.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T07:55:34.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:55:34.025Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T07:55:34.025Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:55:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:55:34.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T07:55:34.029Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:55:43.592Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T07:55:43.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T07:56:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:56:34.025Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T07:56:34.026Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:56:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:56:34.030Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T07:56:34.030Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:56:43.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T07:56:43.584Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T07:57:34.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:57:34.026Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T07:57:34.026Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:57:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:57:34.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T07:57:34.030Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:57:43.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T07:57:43.591Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T07:58:34.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:58:34.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T07:58:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:58:34.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:58:34.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T07:58:34.030Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:58:43.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T07:58:43.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T07:59:34.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:59:34.025Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T07:59:34.026Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:59:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T07:59:34.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T07:59:34.029Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T07:59:43.587Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T07:59:43.587Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:00:34.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:00:34.025Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:00:34.025Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:00:34.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:00:34.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:00:34.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:00:43.596Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:00:43.606Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:01:34.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:01:34.028Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:01:34.028Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:01:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:01:34.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:01:34.030Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:01:43.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:01:43.585Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:02:34.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:02:34.025Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:02:34.025Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:02:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:02:34.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:02:34.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:02:43.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:02:43.597Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:03:34.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:03:34.025Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:03:34.025Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:03:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:03:34.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:03:34.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:03:43.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:03:43.589Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:04:34.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:04:34.025Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:04:34.025Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:04:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:04:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:04:34.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:04:43.589Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:04:43.589Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:05:34.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:05:34.025Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:05:34.025Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:05:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:05:34.030Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:05:34.030Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:05:43.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:05:43.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:06:34.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:06:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:06:34.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:06:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:06:34.029Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:06:34.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:06:43.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:06:43.603Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:07:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:07:34.025Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:07:34.025Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:07:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:07:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:07:34.030Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:07:43.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:07:43.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:08:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:08:34.025Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:08:34.025Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:08:34.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:08:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:08:34.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:08:43.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:08:43.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:09:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:09:34.025Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:09:34.025Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:09:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:09:34.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:09:34.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:09:43.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:09:43.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:10:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:10:34.025Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:10:34.025Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:10:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:10:34.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:10:34.030Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:10:43.569Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:10:43.580Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:11:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:11:34.025Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:11:34.025Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:11:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:11:34.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:11:34.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:11:43.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:11:43.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:12:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:12:34.025Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:12:34.025Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:12:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:12:34.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:12:34.030Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:12:43.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:12:43.587Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:13:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:13:34.025Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:13:34.025Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:13:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:13:34.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:13:34.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:13:43.586Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:13:43.589Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:14:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:14:34.025Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:14:34.025Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:14:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:14:34.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:14:34.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:14:43.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:14:43.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:15:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:15:34.028Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:15:34.028Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:15:34.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:15:34.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:15:34.030Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:15:43.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:15:43.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:16:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:16:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:16:34.026Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:16:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:16:34.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:16:34.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:16:43.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:16:43.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:17:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:17:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:17:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:17:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:17:34.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:17:34.029Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:17:43.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:17:43.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:18:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:18:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:18:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:18:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:18:34.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:18:34.030Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:18:43.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:18:43.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:19:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:19:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:19:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:19:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:19:34.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:19:34.030Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:19:43.591Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:19:43.593Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:20:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:20:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:20:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:20:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:20:34.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:20:34.030Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:20:43.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:20:43.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:21:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:21:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:21:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:21:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:21:34.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:21:34.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:21:43.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:21:43.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:22:34.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:22:34.025Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:22:34.025Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:22:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:22:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:22:34.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:22:43.576Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:22:43.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:23:34.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:23:34.025Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:23:34.026Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:23:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:23:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:23:34.030Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:23:43.572Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:23:43.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:24:34.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:24:34.027Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:24:34.027Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:24:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:24:34.030Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:24:34.030Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:24:43.579Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:24:43.588Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:25:34.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:25:34.026Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:25:34.026Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:25:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:25:34.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:25:34.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:25:43.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:25:43.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:26:34.024Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:26:34.025Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:26:34.025Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:26:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:26:34.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:26:34.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:26:43.584Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:26:43.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:27:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:27:34.025Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:27:34.025Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:27:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:27:34.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:27:34.029Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:27:43.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:27:43.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:28:34.024Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:28:34.025Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:28:34.025Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:28:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:28:34.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:28:34.030Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:28:43.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:28:43.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:29:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:29:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:29:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:29:34.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:29:34.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:29:34.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:29:43.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:29:43.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:30:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:30:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:30:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:30:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:30:34.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:30:34.030Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:30:43.602Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:30:43.602Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:31:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:31:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:31:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:31:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:31:34.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:31:34.030Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:31:43.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:31:43.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:32:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:32:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:32:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:32:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:32:34.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:32:34.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:32:43.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:32:43.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:33:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:33:34.026Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:33:34.027Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:33:34.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:33:34.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:33:34.029Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:33:43.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:33:43.591Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:34:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:34:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:34:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:34:34.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:34:34.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:34:34.029Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:34:43.591Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:34:43.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:35:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:35:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:35:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:35:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:35:34.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:35:34.029Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:35:43.575Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:35:43.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:36:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:36:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:36:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:36:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:36:34.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:36:34.030Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:36:43.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:36:43.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:37:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:37:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:37:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:37:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:37:34.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:37:34.030Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:37:43.656Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:37:43.657Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:38:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:38:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:38:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:38:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:38:34.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:38:34.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:38:43.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:38:43.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:39:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:39:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:39:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:39:34.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:39:34.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:39:34.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:39:43.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:39:43.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:40:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:40:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:40:34.028Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:40:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:40:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:40:34.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:40:43.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:40:43.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:41:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:41:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:41:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:41:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:41:34.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:41:34.029Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:41:43.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:41:43.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:42:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:42:34.026Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:42:34.026Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:42:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:42:34.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:42:34.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:42:43.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:42:43.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:43:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:43:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:43:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:43:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:43:34.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:43:34.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:43:43.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:43:43.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:44:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:44:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:44:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:44:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:44:34.030Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:44:34.030Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:44:43.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:44:43.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:45:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:45:34.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:45:34.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:45:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:45:34.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:45:34.029Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:45:43.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:45:43.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:46:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:46:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:46:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:46:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:46:34.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:46:34.029Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:46:43.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:46:43.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:47:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:47:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:47:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:47:34.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:47:34.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:47:34.029Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:47:43.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:47:43.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:48:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:48:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:48:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:48:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:48:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:48:34.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:48:43.586Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:48:43.589Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:49:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:49:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:49:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:49:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:49:34.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:49:34.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:49:43.586Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:49:43.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:50:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:50:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:50:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:50:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:50:34.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:50:34.030Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:50:43.594Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:50:43.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:51:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:51:34.028Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:51:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:51:34.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:51:34.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:51:34.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:51:43.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:51:43.608Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:52:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:52:34.026Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:52:34.026Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:52:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:52:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:52:34.030Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:52:43.576Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:52:43.577Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:53:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:53:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:53:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:53:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:53:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:53:34.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:53:43.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:53:43.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:54:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:54:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:54:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:54:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:54:34.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:54:34.030Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:54:43.586Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:54:43.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:55:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:55:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:55:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:55:34.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:55:34.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:55:34.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:55:43.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:55:43.580Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:56:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:56:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:56:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:56:34.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:56:34.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:56:34.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:56:43.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:56:43.585Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:57:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:57:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:57:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:57:34.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:57:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:57:34.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:57:43.576Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:57:43.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:58:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:58:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:58:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:58:34.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:58:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:58:34.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:58:43.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:58:43.589Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:59:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:59:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:59:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:59:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T08:59:34.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T08:59:34.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T08:59:43.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T08:59:43.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:00:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:00:34.026Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:00:34.026Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:00:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:00:34.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:00:34.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:00:43.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:00:43.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:01:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:01:34.027Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:01:34.027Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:01:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:01:34.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:01:34.029Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:01:43.649Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:01:43.697Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:02:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:02:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:02:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:02:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:02:34.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:02:34.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:02:43.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:02:43.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:03:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:03:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:03:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:03:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:03:34.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:03:34.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:03:43.580Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:03:43.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:04:34.024Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:04:34.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:04:34.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:04:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:04:34.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:04:34.030Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:04:43.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:04:43.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:05:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:05:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:05:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:05:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:05:34.030Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:05:34.030Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:05:43.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:05:43.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:06:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:06:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:06:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:06:34.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:06:34.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:06:34.029Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:06:43.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:06:43.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:07:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:07:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:07:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:07:34.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:07:34.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:07:34.029Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:07:43.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:07:43.649Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:08:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:08:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:08:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:08:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:08:34.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:08:34.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:08:43.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:08:43.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:09:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:09:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:09:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:09:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:09:34.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:09:34.030Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:09:43.575Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:09:43.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:10:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:10:34.026Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:10:34.027Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:10:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:10:34.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:10:34.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:10:43.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:10:43.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:11:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:11:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:11:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:11:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:11:34.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:11:34.029Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:11:43.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:11:43.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:12:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:12:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:12:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:12:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:12:34.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:12:34.029Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:12:43.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:12:43.575Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:13:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:13:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:13:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:13:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:13:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:13:34.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:13:43.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:13:43.610Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:14:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:14:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:14:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:14:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:14:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:14:34.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:14:43.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:14:43.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:15:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:15:34.024Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:15:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:15:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:15:34.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:15:34.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:15:43.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:15:43.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:16:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:16:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:16:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:16:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:16:34.030Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:16:34.030Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:16:43.587Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:16:43.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:17:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:17:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:17:34.026Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:17:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:17:34.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:17:34.031Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:17:43.575Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:17:43.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:18:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:18:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:18:34.026Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:18:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:18:34.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:18:34.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:18:43.587Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:18:43.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:19:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:19:34.026Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:19:34.027Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:19:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:19:34.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:19:34.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:19:43.586Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:19:43.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:20:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:20:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:20:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:20:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:20:34.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:20:34.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:20:43.573Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:20:43.575Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:21:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:21:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:21:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:21:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:21:34.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:21:34.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:21:43.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:21:43.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:22:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:22:34.024Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:22:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:22:34.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:22:34.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:22:34.029Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:22:43.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:22:43.575Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:23:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:23:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:23:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:23:34.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:23:34.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:23:34.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:23:43.575Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:23:43.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:24:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:24:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:24:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:24:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:24:34.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:24:34.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:24:43.571Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:24:43.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:25:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:25:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:25:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:25:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:25:34.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:25:34.030Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:25:43.571Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:25:43.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:26:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:26:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:26:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:26:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:26:34.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:26:34.030Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:26:43.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:26:43.577Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:27:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:27:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:27:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:27:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:27:34.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:27:34.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:27:43.577Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:27:43.607Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:28:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:28:34.027Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:28:34.027Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:28:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:28:34.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:28:34.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:28:43.611Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:28:43.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:29:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:29:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:29:34.026Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:29:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:29:34.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:29:34.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:29:43.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:29:43.607Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:30:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:30:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:30:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:30:34.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:30:34.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:30:34.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:30:43.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:30:43.574Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:31:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:31:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:31:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:31:34.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:31:34.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:31:34.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:31:43.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:31:43.587Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:32:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:32:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:32:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:32:34.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:32:34.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:32:34.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:32:43.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:32:43.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:33:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:33:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:33:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:33:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:33:34.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:33:34.030Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:33:43.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:33:43.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:34:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:34:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:34:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:34:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:34:34.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:34:34.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:34:43.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:34:43.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:35:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:35:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:35:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:35:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:35:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:35:34.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:35:43.615Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:35:43.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:36:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:36:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:36:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:36:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:36:34.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:36:34.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:36:43.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:36:43.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:37:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:37:34.026Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:37:34.027Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:37:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:37:34.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:37:34.029Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:37:43.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:37:43.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:38:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:38:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:38:34.026Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:38:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:38:34.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:38:34.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:38:43.571Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:38:43.574Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:39:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:39:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:39:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:39:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:39:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:39:34.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:39:43.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:39:43.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:40:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:40:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:40:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:40:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:40:34.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:40:34.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:40:43.574Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:40:43.599Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:41:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:41:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:41:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:41:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:41:34.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:41:34.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:41:43.576Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:41:43.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:42:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:42:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:42:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:42:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:42:34.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:42:34.030Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:42:43.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:42:43.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:43:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:43:34.024Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:43:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:43:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:43:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:43:34.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:43:43.575Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:43:43.604Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:44:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:44:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:44:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:44:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:44:34.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:44:34.030Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:44:43.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:44:43.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:45:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:45:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:45:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:45:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:45:34.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:45:34.030Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:45:43.577Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:45:43.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:46:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:46:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:46:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:46:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:46:34.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:46:34.029Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:46:43.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:46:43.577Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:47:34.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:47:34.028Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:47:34.029Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:47:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:47:34.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:47:34.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:47:43.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:47:43.633Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:48:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:48:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:48:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:48:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:48:34.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:48:34.029Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:48:43.570Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:48:43.571Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:49:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:49:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:49:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:49:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:49:34.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:49:34.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:49:43.576Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:49:43.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:50:34.024Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:50:34.025Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:50:34.025Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:50:34.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:50:34.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:50:34.030Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:50:43.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:50:43.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:51:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:51:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:51:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:51:34.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:51:34.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:51:34.033Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:51:43.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:51:43.611Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:52:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:52:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:52:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:52:34.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:52:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:52:34.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:52:43.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:52:43.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:53:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:53:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:53:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:53:34.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:53:34.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:53:34.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:53:43.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:53:43.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:54:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:54:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:54:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:54:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:54:34.030Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:54:34.030Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:54:43.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:54:43.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:55:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:55:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:55:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:55:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:55:34.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:55:34.029Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:55:43.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:55:43.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:56:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:56:34.026Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:56:34.026Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:56:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:56:34.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:56:34.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:56:43.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:56:43.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:57:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:57:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:57:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:57:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:57:34.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:57:34.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:57:43.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:57:43.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:58:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:58:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:58:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:58:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:58:34.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:58:34.030Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:58:43.607Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:58:43.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:59:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:59:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:59:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:59:34.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T09:59:34.030Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T09:59:34.030Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T09:59:43.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T09:59:43.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:00:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:00:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:00:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:00:34.029Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:00:34.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:00:34.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:00:43.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:00:43.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:01:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:01:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:01:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:01:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:01:34.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:01:34.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:01:43.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:01:43.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:02:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:02:34.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:02:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:02:34.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:02:34.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:02:34.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:02:43.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:02:43.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:03:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:03:34.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:03:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:03:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:03:34.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:03:34.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:03:43.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:03:43.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:04:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:04:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:04:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:04:34.029Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:04:34.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:04:34.029Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:04:43.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:04:43.653Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:05:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:05:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:05:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:05:34.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:05:34.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:05:34.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:05:43.601Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:05:43.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:06:34.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:06:34.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:06:34.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:06:34.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:06:34.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:06:34.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:06:43.583Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:06:43.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:34.024Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:07:34.026Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:07:34.027Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:07:34.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:07:34.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:34.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:34.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663063633463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663063633463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663063633463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663063633463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "cds",
"timestamp": 1663063638542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663063633463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "cds",
"timestamp": 1663063638542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663063633463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "cds",
"timestamp": 1663063638542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663063633463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T10:07:34.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "cds",
"timestamp": 1663063638542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663063641299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:07:34.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:07:34.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663063640842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "cds",
"timestamp": 1663063638542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663063640842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
"status": "NOTIFIED"
}
2022-09-13T10:07:34.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "cds",
"timestamp": 1663063638542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663063640842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-13T10:07:34.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "cds",
"timestamp": 1663063638542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T10:07:34.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "aai-ml",
"timestamp": 1663063645469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663063640842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "cds",
"timestamp": 1663063646365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:07:34.315Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:07:34.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "aai-ml",
"timestamp": 1663063645469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663063640842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-13T10:07:34.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "aai-ml",
"timestamp": 1663063645469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663063646875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T10:07:34.319Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:07:34.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663063640842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "aai-ml",
"timestamp": 1663063645469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663063647881,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T10:07:34.552Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0433e4e5-dd3e-41e0-b797-405fdc509d66
2022-09-13T10:07:34.577Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0433e4e5-dd3e-41e0-b797-405fdc509d66 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T10:07:34.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663063640842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T10:07:34.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "aai-ml",
"timestamp": 1663063645469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663063648677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:07:34.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:07:34.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "aai-ml",
"timestamp": 1663063645469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663063649780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:07:34.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:07:34.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "aai-ml",
"timestamp": 1663063645469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T10:07:34.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:07:34.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663063650894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:07:34.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:07:34.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "aai-ml",
"timestamp": 1663063653322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:07:34.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:07:34.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663063651993,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T10:07:34.637Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0433e4e5-dd3e-41e0-b797-405fdc509d66
2022-09-13T10:07:34.637Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0433e4e5-dd3e-41e0-b797-405fdc509d66 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T10:07:34.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "aai-ml",
"timestamp": 1663063654348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-13T10:07:34.650Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:07:34.669Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:34.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-13T10:07:34.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0433e4e5-dd3e-41e0-b797-405fdc509d66","serviceName":"vFW 2022-09-13 10-06-03","serviceVersion":"1.0","serviceUUID":"1a75ebca-e2a0-4b12-915f-cb6f690a6546","serviceDescription":"catalog service description","serviceInvariantUUID":"24e60706-5944-4864-81c1-e0004cda3b89","resources":[{"resourceInstanceName":"vFW b6bb75eb-2987 0","resourceName":"vFW b6bb75eb-2987","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cbd5a799-cd7b-464f-8e1e-41cf2f709e13","resourceInvariantUUID":"87cfe7b2-ed1e-4346-a520-042ac829c793","resourceCustomizationUUID":"b84cd7e3-3a3a-4139-b844-61d69317a558","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vf-license-model.xml","artifactChecksum":"ODY0NzExNDU4YTY2NDUzMWE1ODYyNmZhNzlhYzAzNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f65f10cf-f3d3-47e2-b4d1-df2ea96616de","artifactVersion":"1"},{"artifactName":"vfwb6bb75eb29870_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json","artifactChecksum":"YzE1Mzg5ODQ0NWRhZDQzMzQyYzRmZWJiYTMzZmIwNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"46725192-e755-4d01-9e76-3a8439f3c49f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"15c68566-5b4c-4736-b5a5-c1aa45bd428c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vendor-license-model.xml","artifactChecksum":"OTQ5NzE4YWQ3OGJhYTRlYzE5ODVhYzEyMGE0NmRiMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"40673088-c777-464a-9cbf-9aa030ab2a29","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"19eb41b7-4642-400e-a6a0-b72ddd5f4a08","artifactVersion":"2","generatedFromUUID":"15c68566-5b4c-4736-b5a5-c1aa45bd428c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220913100603-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-template.yml","artifactChecksum":"ZDc5ZDA0MzJkMGVkZTYwZTlhOWRmOTcxZDc4NmZlNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b24148f-3f05-4e52-81b4-784ca2e45822","artifactVersion":"1"},{"artifactName":"service-Vfw20220913100603-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar","artifactChecksum":"YWUxMTY1MzdhMDA0YTQ2NGQ2MjBhNTQ3YWVmZGNjZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e77e9af-0d65-4fcf-ace5-3e8bdc77d126","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T10:07:34.686Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:07:34.697Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:34.712Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:34.713Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063654024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:34.813Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-13T10:07:34.818Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:07:34.818Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:34.842Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:34.843Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:35.720Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:07:35.721Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:35.723Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:35.723Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063654024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
"status": "NOTIFIED"
}
2022-09-13T10:07:35.823Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:35.824Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:07:35.825Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:35.855Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:35.855Z||pool-4-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:36.724Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:07:36.725Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:36.728Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:36.729Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063654024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-13T10:07:36.828Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:07:36.829Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:07:36.830Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:36.847Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:36.848Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:37.730Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:07:37.731Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:37.733Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:37.733Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063654024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:37.834Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:07:37.835Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:07:37.835Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:37.860Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:37.861Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:38.734Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:07:38.735Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:38.738Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:38.738Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063654024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-13T10:07:38.838Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:38.839Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:07:38.840Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:38.858Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:38.859Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:07:39.738Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:07:39.739Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:39.742Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:39.743Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063654024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:07:39.842Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-13T10:07:39.844Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:07:39.844Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:39.864Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:39.865Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:40.744Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:07:40.746Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:40.750Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:40.750Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063654024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T10:07:40.849Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:07:40.850Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:07:40.850Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:40.869Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:40.870Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:07:41.752Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"serviceName": "vFW 2022-09-13 10-06-03",
"serviceVersion": "1.0",
"serviceUUID": "1a75ebca-e2a0-4b12-915f-cb6f690a6546",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "24e60706-5944-4864-81c1-e0004cda3b89",
"resources": [
{
"resourceInstanceName": "vFW b6bb75eb-2987 0",
"resourceCustomizationUUID": "b84cd7e3-3a3a-4139-b844-61d69317a558",
"resourceName": "vFW b6bb75eb-2987",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cbd5a799-cd7b-464f-8e1e-41cf2f709e13",
"resourceInvariantUUID": "87cfe7b2-ed1e-4346-a520-042ac829c793",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb6bb75eb29870_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
"artifactChecksum": "YzE1Mzg5ODQ0NWRhZDQzMzQyYzRmZWJiYTMzZmIwNWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "46725192-e755-4d01-9e76-3a8439f3c49f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "15c68566-5b4c-4736-b5a5-c1aa45bd428c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "19eb41b7-4642-400e-a6a0-b72ddd5f4a08",
"generatedFromUUID": "15c68566-5b4c-4736-b5a5-c1aa45bd428c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "19eb41b7-4642-400e-a6a0-b72ddd5f4a08",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220913100603-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
"artifactChecksum": "YWUxMTY1MzdhMDA0YTQ2NGQ2MjBhNTQ3YWVmZGNjZDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6e77e9af-0d65-4fcf-ace5-3e8bdc77d126"
}
],
"workloadContext": "Production"
}
2022-09-13T10:07:41.753Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T10:07:41.754Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1a75ebca-e2a0-4b12-915f-cb6f690a6546 ASDC
2022-09-13T10:07:41.906Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0433e4e5-dd3e-41e0-b797-405fdc509d66
ServiceName:vFW 2022-09-13 10-06-03
ServiceVersion:1.0
ServiceUUID:1a75ebca-e2a0-4b12-915f-cb6f690a6546
ServiceInvariantUUID:24e60706-5944-4864-81c1-e0004cda3b89
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220913100603-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar
ArtifactUUID:6e77e9af-0d65-4fcf-ace5-3e8bdc77d126
ArtifactChecksum:YWUxMTY1MzdhMDA0YTQ2NGQ2MjBhNTQ3YWVmZGNjZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b6bb75eb-2987 0
ResourceCustomizationUUID:b84cd7e3-3a3a-4139-b844-61d69317a558
ResourceInvariantUUID:87cfe7b2-ed1e-4346-a520-042ac829c793
ResourceName:vFW b6bb75eb-2987
ResourceType:VF
ResourceUUID:cbd5a799-cd7b-464f-8e1e-41cf2f709e13
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb6bb75eb29870_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json
ArtifactUUID:46725192-e755-4d01-9e76-3a8439f3c49f
ArtifactChecksum:YzE1Mzg5ODQ0NWRhZDQzMzQyYzRmZWJiYTMzZmIwNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml
ArtifactUUID:15c68566-5b4c-4736-b5a5-c1aa45bd428c
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env
ArtifactUUID:19eb41b7-4642-400e-a6a0-b72ddd5f4a08
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env
ArtifactUUID:19eb41b7-4642-400e-a6a0-b72ddd5f4a08
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-13T10:07:41.907Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1a75ebca-e2a0-4b12-915f-cb6f690a6546 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-13T10:07:41.981Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:07:41.982Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T10:07:41.983Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T10:07:41.984Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6e77e9af-0d65-4fcf-ace5-3e8bdc77d126 from URL: /sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:41.984Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T10:07:41.986Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:42.059Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T10:07:42.089Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar 6e77e9af-0d65-4fcf-ace5-3e8bdc77d126 100651
2022-09-13T10:07:42.090Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar ASDC sendASDCNotification
2022-09-13T10:07:42.091Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:42.092Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:07:42.093Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:42.095Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:42.096Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063662089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:07:42.196Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:42.197Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:07:42.197Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:42.213Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:42.214Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:43.096Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:07:43.097Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-13T10:07:43.098Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6e77e9af-0d65-4fcf-ace5-3e8bdc77d126, URL: /sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar to file: /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:43.099Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220913100603-csar.csar
2022-09-13T10:07:43.275Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:43.276Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:44.042Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12818139274620892260/Definitions/service-Vfw20220913100603-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-09-13T10:07:46.796Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T10:07:46.806Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-13T10:07:46.806Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.806Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-13T10:07:46.806Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b6bb75eb-2987 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.807Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.807Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.807Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.807Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.807Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.808Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.808Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.808Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.808Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.808Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:46.808Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-13T10:07:46.819Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:46.821Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:46.826Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:46.826Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-13T10:07:46.828Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:07:46.830Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:46.830Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:46.830Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:46.830Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-13T10:07:46.830Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:07:46.831Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:46.831Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:46.835Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:46.836Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is not matching search criteria
2022-09-13T10:07:46.836Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:07:46.836Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:07:46.836Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:07:46.836Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.836Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.836Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:07:46.837Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.837Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:07:46.837Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:07:46.837Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.837Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.837Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:07:46.838Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.838Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:07:46.838Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.838Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-13T10:07:46.838Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:46.838Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T10:07:46.840Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:46.840Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:46.840Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:07:46.840Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:46.841Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:46.841Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:07:46.841Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:46.841Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:46.841Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:07:46.842Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:46.842Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is not matching search criteria
2022-09-13T10:07:46.842Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:07:46.842Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:07:46.843Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-13T10:07:46.843Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:07:46.843Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:07:46.844Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.844Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.844Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:07:46.844Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.845Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:07:46.845Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.845Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=042c5346-b4cb-4e6b-ac61-3ecf2e1cf25e
2022-09-13T10:07:46.846Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:46.846Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is not matching search criteria
2022-09-13T10:07:46.846Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:07:46.847Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:07:46.847Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:07:46.848Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.848Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.848Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:07:46.848Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.849Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-13T10:07:46.849Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:07:46.849Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.849Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:07:46.850Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.850Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ecff17d6-a8de-4374-9cd0-2a40eaf3a0e4
2022-09-13T10:07:46.851Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:46.851Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is not matching search criteria
2022-09-13T10:07:46.851Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:07:46.852Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:07:46.852Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:07:46.852Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.853Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.853Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:07:46.853Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.854Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:07:46.854Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:07:46.854Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:46.855Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:46.855Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-13T10:07:46.856Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e84b810f-c25d-469d-b0ee-703dc6f6a2e1
2022-09-13T10:07:46.856Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:46.856Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:46.857Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:46.857Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:46.857Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:46.858Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:46.858Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:46.859Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:46.859Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-13 10-06-03
Description:catalog service description
Model UUID:1a75ebca-e2a0-4b12-915f-cb6f690a6546
Model Version:NULL
Model InvariantUuid:24e60706-5944-4864-81c1-e0004cda3b89
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b6bb75eb-2987
Model UUID:877a98dd-0412-4fdc-8830-9c4739757628
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:87cfe7b2-ed1e-4346-a520-042ac829c793
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b84cd7e3-3a3a-4139-b844-61d69317a558
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3066f3a6-9231-47c9-bc57-fd7a699460ff
ModelName:VfwB6bb75eb2987..base_vfw..module-0
ModelUuid:f20f46e4-c0d5-407e-8e59-de23126873d4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:042c5346-b4cb-4e6b-ac61-3ecf2e1cf25e
ModelInvariantUuid:6414df18-046d-407e-b117-93f3b9487209
ModelName:vFW b6bb75eb-2987-nodes.vfwCvfc
ModelUuid:d3fba152-2873-4cf2-b788-f2e4317ebc1b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:22d60609-9c4c-48f3-8124-d410291ca410
ModelInvariantUuid:d653544f-49ce-45e9-96c5-f854df6325a9
ModelName:VfwB6bb75eb2987.compute.nodes.heat.vfw
ModelUuid:cec86f72-8dcc-44dd-b98a-25fe90d5d9bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ecff17d6-a8de-4374-9cd0-2a40eaf3a0e4
ModelInvariantUuid:3dc8cd29-40b0-4e74-97f7-fceb78ec2fcb
ModelName:vFW b6bb75eb-2987-nodes.vsnCvfc
ModelUuid:6351f310-0ce4-47b5-8b1a-059123e6330c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f6dbe945-01ff-411b-b0b4-c575290eee5c
ModelInvariantUuid:1e6a0ccf-12d5-4029-9d1d-921ddc9736b8
ModelName:VfwB6bb75eb2987.compute.nodes.heat.vsn
ModelUuid:0e33fbe5-fa8a-47fa-a5a4-aed6ec55a0ff
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e84b810f-c25d-469d-b0ee-703dc6f6a2e1
ModelInvariantUuid:be4d0b41-0b72-41e9-aa4b-3500113b280e
ModelName:vFW b6bb75eb-2987-nodes.vpgCvfc
ModelUuid:830c15ad-be16-405f-9b9f-8de3b5d999ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:42817720-3490-4230-a45a-8b05316a5644
ModelInvariantUuid:12c8fe48-a1eb-4213-916e-169fd94dc299
ModelName:VfwB6bb75eb2987.compute.nodes.heat.vpg
ModelUuid:2e2f588a-b5e6-4014-a3bd-56df96bc8ee8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-13T10:07:46.877Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: cbd5a799-cd7b-464f-8e1e-41cf2f709e13
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-13T10:07:46.974Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||vFW b6bb75eb-2987 0
2022-09-13T10:07:46.981Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cbd5a799-cd7b-464f-8e1e-41cf2f709e13
2022-09-13T10:07:46.981Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 46725192-e755-4d01-9e76-3a8439f3c49f from URL: /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json
2022-09-13T10:07:46.981Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T10:07:46.981Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json
2022-09-13T10:07:47.051Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T10:07:47.051Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json 46725192-e755-4d01-9e76-3a8439f3c49f 785
2022-09-13T10:07:47.052Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json ASDC sendASDCNotification
2022-09-13T10:07:47.052Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json
2022-09-13T10:07:47.052Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:07:47.052Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:47.055Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:47.055Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063667052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:07:47.155Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:47.156Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:07:47.156Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:47.173Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:47.174Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:48.056Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB6bb75eb2987..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3066f3a6-9231-47c9-bc57-fd7a699460ff",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f20f46e4-c0d5-407e-8e59-de23126873d4",
"vfModuleModelCustomizationUUID": "7ab28292-1925-430f-86a9-e7a89f20497e",
"isBase": true,
"artifacts": [
"15c68566-5b4c-4736-b5a5-c1aa45bd428c",
"19eb41b7-4642-400e-a6a0-b72ddd5f4a08"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-13T10:07:48.070Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB6bb75eb2987..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f20f46e4-c0d5-407e-8e59-de23126873d4
VfModuleModelInvariantUUID:3066f3a6-9231-47c9-bc57-fd7a699460ff
VfModuleModelDescription:NULL
Artifacts UUID List:{
15c68566-5b4c-4736-b5a5-c1aa45bd428c
,
19eb41b7-4642-400e-a6a0-b72ddd5f4a08
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-13T10:07:48.073Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB6bb75eb2987..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3066f3a6-9231-47c9-bc57-fd7a699460ff",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f20f46e4-c0d5-407e-8e59-de23126873d4",
"vfModuleModelCustomizationUUID": "7ab28292-1925-430f-86a9-e7a89f20497e",
"isBase": true,
"artifacts": [
"15c68566-5b4c-4736-b5a5-c1aa45bd428c",
"19eb41b7-4642-400e-a6a0-b72ddd5f4a08"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-13T10:07:48.074Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB6bb75eb2987..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f20f46e4-c0d5-407e-8e59-de23126873d4
VfModuleModelInvariantUUID:3066f3a6-9231-47c9-bc57-fd7a699460ff
VfModuleModelDescription:NULL
Artifacts UUID List:{
15c68566-5b4c-4736-b5a5-c1aa45bd428c
,
19eb41b7-4642-400e-a6a0-b72ddd5f4a08
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-13T10:07:48.074Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 15c68566-5b4c-4736-b5a5-c1aa45bd428c from URL: /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml
2022-09-13T10:07:48.074Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T10:07:48.075Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml
2022-09-13T10:07:48.258Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T10:07:48.259Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml 15c68566-5b4c-4736-b5a5-c1aa45bd428c 20368
2022-09-13T10:07:48.260Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-13T10:07:48.260Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml
2022-09-13T10:07:48.260Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:07:48.261Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:48.264Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:48.264Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063668260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:07:48.364Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:48.365Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:07:48.365Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:48.383Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:48.384Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:49.265Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 19eb41b7-4642-400e-a6a0-b72ddd5f4a08 from URL: /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env
2022-09-13T10:07:49.266Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-13T10:07:49.266Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env
2022-09-13T10:07:49.355Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-13T10:07:49.356Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env 19eb41b7-4642-400e-a6a0-b72ddd5f4a08 2098
2022-09-13T10:07:49.356Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-13T10:07:49.356Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env
2022-09-13T10:07:49.357Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:07:49.357Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:49.359Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:49.360Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063669356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:07:49.459Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:07:49.460Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:07:49.461Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:49.480Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:49.481Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:07:50.360Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1a75ebca-e2a0-4b12-915f-cb6f690a6546
2022-09-13T10:07:50.361Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b6bb75eb-2987 0 cbd5a799-cd7b-464f-8e1e-41cf2f709e13 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-13T10:07:50.408Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fee127b, org.onap.sdc.toscaparser.api.parameters.Input@79c7e2c, org.onap.sdc.toscaparser.api.parameters.Input@2feabc09, org.onap.sdc.toscaparser.api.parameters.Input@63f95d5e, org.onap.sdc.toscaparser.api.parameters.Input@6c8bf690]
2022-09-13T10:07:50.412Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.412Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:50.413Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-09-13T10:07:50.413Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b84cd7e3-3a3a-4139-b844-61d69317a558
2022-09-13T10:07:50.413Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b84cd7e3-3a3a-4139-b844-61d69317a558 matches Tosca VF Customization UUID: b84cd7e3-3a3a-4139-b844-61d69317a558
2022-09-13T10:07:50.414Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b84cd7e3-3a3a-4139-b844-61d69317a558 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-13T10:07:50.423Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.423Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:50.425Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b84cd7e3-3a3a-4139-b844-61d69317a558: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-13T10:07:50.425Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62c98bd6
2022-09-13T10:07:50.425Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.426Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T10:07:50.426Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ab28292-1925-430f-86a9-e7a89f20497e
2022-09-13T10:07:50.428Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ab28292-1925-430f-86a9-e7a89f20497e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-13T10:07:50.436Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.436Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:50.437Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:07:50.438Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.439Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:50.439Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:07:50.439Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.440Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is not matching search criteria
2022-09-13T10:07:50.440Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:07:50.440Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:07:50.440Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-13T10:07:50.441Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:07:50.441Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:07:50.441Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:50.441Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:50.442Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:07:50.442Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:50.442Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:07:50.442Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:50.443Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=042c5346-b4cb-4e6b-ac61-3ecf2e1cf25e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-13T10:07:50.454Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.454Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:50.454Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:07:50.455Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.455Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is not matching search criteria
2022-09-13T10:07:50.455Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:07:50.455Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:07:50.456Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:07:50.456Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:50.456Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:50.456Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:07:50.457Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:50.457Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-13T10:07:50.457Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:07:50.457Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:50.457Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:07:50.458Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:50.458Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ecff17d6-a8de-4374-9cd0-2a40eaf3a0e4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-13T10:07:50.461Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.461Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:50.462Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:07:50.464Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.465Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is not matching search criteria
2022-09-13T10:07:50.465Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:07:50.465Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:07:50.465Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:07:50.466Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:50.466Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:50.466Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:07:50.466Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:07:50.467Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:07:50.467Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:07:50.467Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:07:50.467Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:07:50.468Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-13T10:07:50.468Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e84b810f-c25d-469d-b0ee-703dc6f6a2e1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-13T10:07:50.472Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.472Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:50.472Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:07:50.473Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.473Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Node template vFW b6bb75eb-2987 0 is matching search criteria
2022-09-13T10:07:50.473Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b6bb75eb-2987 0] matching following query criteria: sdcType=VF, customizationUUID=b84cd7e3-3a3a-4139-b844-61d69317a558
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-13T10:07:50.476Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.477Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:50.477Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1a75ebca-e2a0-4b12-915f-cb6f690a6546: vFW b6bb75eb-2987
2022-09-13T10:07:50.477Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.477Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:50.478Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.478Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:50.478Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.479Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:50.479Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.479Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:50.480Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:07:50.480Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-13 10-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:07:50.480Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-09-13 10-06-03
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T10:07:50.814Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b6bb75eb-2987 cbd5a799-cd7b-464f-8e1e-41cf2f709e13 1 ASDC deployResourceStructure
2022-09-13T10:07:50.815Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json ASDC sendASDCNotification
2022-09-13T10:07:50.815Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json
2022-09-13T10:07:50.815Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:07:50.816Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:50.818Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:50.818Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063670815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
"status": "DEPLOY_OK"
}
2022-09-13T10:07:50.918Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:50.919Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:07:50.919Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:50.962Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:50.963Z||pool-14-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:51.820Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-13T10:07:51.820Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml
2022-09-13T10:07:51.820Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:07:51.820Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:51.823Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:51.824Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063671819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-13T10:07:51.924Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:51.925Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:07:51.925Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:51.949Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:51.949Z||pool-15-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:52.825Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-13T10:07:52.825Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env
2022-09-13T10:07:52.825Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:07:52.826Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:52.828Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:52.828Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063672824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-13T10:07:52.928Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:52.929Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:07:52.930Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:52.953Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:52.954Z||pool-16-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:53.829Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar ASDC sendASDCNotification
2022-09-13T10:07:53.829Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar
2022-09-13T10:07:53.830Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:07:53.830Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:07:53.832Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:07:53.832Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063673829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T10:07:53.932Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:07:53.934Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:07:53.934Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:07:53.950Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:07:53.950Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:07:54.834Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:07:54.853Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:07:54.856Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:07:54.856Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:07:54.856Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:08:24.857Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:08:24.881Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:08:24.885Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:08:24.885Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:08:24.886Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:08:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:08:34.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:08:34.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:08:34.064Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:08:34.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:08:34.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663063652997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
"status": "DEPLOY_OK"
}
2022-09-13T10:08:34.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:08:54.886Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:08:54.901Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:08:54.907Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:08:54.908Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:08:54.908Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:09:24.909Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:09:24.926Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:09:24.930Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:09:24.930Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:09:24.930Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:09:34.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:09:34.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:09:34.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:09:34.586Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:09:34.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "aai-ml",
"timestamp": 1663063655368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-13T10:09:34.590Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:34.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063654024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:09:34.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:09:34.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "aai-ml",
"timestamp": 1663063656374,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T10:09:34.602Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0433e4e5-dd3e-41e0-b797-405fdc509d66
2022-09-13T10:09:34.602Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0433e4e5-dd3e-41e0-b797-405fdc509d66 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T10:09:34.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063654024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
"status": "NOTIFIED"
}
2022-09-13T10:09:34.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:09:34.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063654024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-13T10:09:34.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:09:34.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063654024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:09:34.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:09:34.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063654024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-13T10:09:34.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:09:34.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063654024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:09:34.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:09:34.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063654024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T10:09:34.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:09:34.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063662089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:09:34.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:34.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063667052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:09:34.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:34.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063668260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:09:34.618Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:34.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063669356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:09:34.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:34.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063670815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/vfwb6bb75eb29870_modules.json",
"status": "DEPLOY_OK"
}
2022-09-13T10:09:34.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:34.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063671819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-13T10:09:34.620Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:34.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063672824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/resourceInstances/vfwb6bb75eb29870/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-13T10:09:34.621Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:34.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:09:34.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063673829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913100603/1.0/artifacts/service-Vfw20220913100603-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T10:09:34.621Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:09:54.930Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:09:54.944Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:09:54.946Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:09:54.946Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T10:09:54.946Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T10:09:54.947Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T10:09:54.947Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-13T10:09:54.947Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T10:09:54.952Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T10:10:24.952Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-13T10:10:24.963Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0433e4e5-dd3e-41e0-b797-405fdc509d66 and serviceModelVersionId: 1a75ebca-e2a0-4b12-915f-cb6f690a6546
2022-09-13T10:10:24.963Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24e60706-5944-4864-81c1-e0004cda3b89
2022-09-13T10:10:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:10:34.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:10:34.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:10:39.731Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0
2022-09-13T10:10:39.856Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T10:10:40.431Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0|INFO|500||Invoke
2022-09-13T10:10:40.439Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0433e4e5-dd3e-41e0-b797-405fdc509d66], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[61d8ac2f-2be4-4ea0-96c0-cb5790a64fe6], X-ECOMP-RequestID=[0433e4e5-dd3e-41e0-b797-405fdc509d66], X-TransactionId=[], X-ONAP-RequestID=[0433e4e5-dd3e-41e0-b797-405fdc509d66], Content-Type=[application/merge-patch+json]}
2022-09-13T10:10:40.464Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-09-13T10:10:40.504Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0 has http status code:503 and response headers:{date=[Tue, 13 Sep 2022 10:10:40 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-13T10:10:40.507Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:10:40.508Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/24e60706-5944-4864-81c1-e0004cda3b89/model-vers/model-ver/1a75ebca-e2a0-4b12-915f-cb6f690a6546?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-13T10:10:40.524Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0433e4e5-dd3e-41e0-b797-405fdc509d66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:10:40.524Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=0433e4e5-dd3e-41e0-b797-405fdc509d66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T10:10:40.525Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=0433e4e5-dd3e-41e0-b797-405fdc509d66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:10:40.526Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0433e4e5-dd3e-41e0-b797-405fdc509d66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-13T10:10:40.534Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T10:10:40.537Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0433e4e5-dd3e-41e0-b797-405fdc509d66 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=0433e4e5-dd3e-41e0-b797-405fdc509d66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:10:40.539Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-13T10:10:40.539Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:10:40.541Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:10:40.541Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063840538,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d0433e4e5-dd3e-41e0-b797-405fdc509d66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T10:10:40.641Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:10:40.643Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:10:40.643Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:10:40.665Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:10:40.666Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:10:41.304Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:10:41.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:10:41.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0433e4e5-dd3e-41e0-b797-405fdc509d66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663063840538,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d0433e4e5-dd3e-41e0-b797-405fdc509d66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T10:10:41.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-13T10:10:41.557Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:10:41.558Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:10:41.558Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:10:51.870Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:10:51.871Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:10:51.871Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:10:51.872Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:11:01.423Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:11:01.424Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:11:01.424Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:11:01.425Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:11:10.968Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:11:34.024Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:11:34.024Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:11:34.025Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:11:34.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:11:34.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:11:34.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:11:43.574Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:11:43.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:12:34.024Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:12:34.024Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:12:34.025Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:12:34.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:12:34.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:12:34.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:12:43.573Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:12:43.574Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:13:34.024Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:13:34.025Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:13:34.025Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:13:34.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:13:34.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:13:34.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:13:43.577Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:13:43.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:14:34.024Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:14:34.026Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:14:34.026Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:14:34.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:14:34.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:14:34.029Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:14:43.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:14:43.638Z|0433e4e5-dd3e-41e0-b797-405fdc509d66|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:34.024Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:15:34.026Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:15:34.026Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:15:34.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:15:34.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:34.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:34.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "cds",
"timestamp": 1663064103542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "cds",
"timestamp": 1663064103542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "cds",
"timestamp": 1663064103542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064113464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "cds",
"timestamp": 1663064103542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064113464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "cds",
"timestamp": 1663064103542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064113464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "cds",
"timestamp": 1663064103542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.182Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064113464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "cds",
"timestamp": 1663064103542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T10:15:34.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064113464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "cds",
"timestamp": 1663064119744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:15:34.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:15:34.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064113464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064113464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T10:15:34.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064121208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:15:34.188Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:15:34.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064120842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064120842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
"status": "NOTIFIED"
}
2022-09-13T10:15:34.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064120842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-13T10:15:34.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "aai-ml",
"timestamp": 1663064125470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064124779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T10:15:34.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:15:34.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064120842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "aai-ml",
"timestamp": 1663064125470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064125784,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T10:15:34.229Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 084fa754-6b4a-4629-91c4-7a8a7dcb511e
2022-09-13T10:15:34.230Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 084fa754-6b4a-4629-91c4-7a8a7dcb511e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T10:15:34.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064120842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-13T10:15:34.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "aai-ml",
"timestamp": 1663064125470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064120842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "aai-ml",
"timestamp": 1663064125470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064120842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T10:15:34.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "aai-ml",
"timestamp": 1663064125470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064128646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:15:34.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:15:34.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "aai-ml",
"timestamp": 1663064125470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064129717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:15:34.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:15:34.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "aai-ml",
"timestamp": 1663064125470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T10:15:34.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:15:34.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064130822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:15:34.254Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:15:34.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "aai-ml",
"timestamp": 1663064133223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:15:34.256Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:15:34.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064131853,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T10:15:34.264Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 084fa754-6b4a-4629-91c4-7a8a7dcb511e
2022-09-13T10:15:34.265Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 084fa754-6b4a-4629-91c4-7a8a7dcb511e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T10:15:34.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "aai-ml",
"timestamp": 1663064134229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-13T10:15:34.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:15:34.663Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:34.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:15:34.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"084fa754-6b4a-4629-91c4-7a8a7dcb511e","serviceName":"vFW 2022-09-13 10-14-14","serviceVersion":"1.0","serviceUUID":"a01bc7ad-98a0-4399-a14c-ffe9090b3d71","serviceDescription":"catalog service description","serviceInvariantUUID":"9281394c-0f94-4b90-b9a9-596527c7dab6","resources":[{"resourceInstanceName":"vFW f207d950-3f6d 0","resourceName":"vFW f207d950-3f6d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"77fdaa38-0512-4bfb-ae3b-d028b7e30754","resourceInvariantUUID":"84956b23-151b-4889-bb49-c16010fcc499","resourceCustomizationUUID":"457dea0e-fe21-4340-b298-75bfbfe0740b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vf-license-model.xml","artifactChecksum":"NWRjNGFhZDk5MTMxMjI2NzQwNWJjZjNmZTMyN2U3OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac155ac2-1898-4406-b67b-179088681dc0","artifactVersion":"1"},{"artifactName":"vfwf207d9503f6d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json","artifactChecksum":"Y2FmNjU0ZjRiZDk3MThkMjUxYzdjZDU2ZDE2NjYyYWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6f88658d-1e89-491a-9e7f-ed14398a62e8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c48d9b2f-6def-42af-962c-ce3a62e65d0a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTZmOGFhYjEyNGUwN2E4Y2IyMzk0YzE1YWIwMDEyZmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7721b2ff-98eb-45e3-91c2-460c925d3eca","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"94421ffe-059e-4c96-b392-b5948a3e994e","artifactVersion":"2","generatedFromUUID":"c48d9b2f-6def-42af-962c-ce3a62e65d0a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220913101414-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-template.yml","artifactChecksum":"OTYyMGM1NzkyOWIzYTIzMzI5YjBjZWJjOWYxNzQxZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f566720c-bf18-4463-b365-08323c9f9c29","artifactVersion":"1"},{"artifactName":"service-Vfw20220913101414-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar","artifactChecksum":"YTJmY2EwODIxNmJlMTUwMDRjN2M1NmM0NDI1ZGMxM2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ef2f798-28b3-4e7d-aef8-d378cc7abe6a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T10:15:34.669Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:15:34.669Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:34.672Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:34.673Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064134024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:34.779Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-09-13T10:15:34.780Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:15:34.781Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:34.854Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:34.855Z||pool-19-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:15:35.673Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:15:35.674Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:35.676Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:35.676Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064134024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
"status": "NOTIFIED"
}
2022-09-13T10:15:35.777Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:35.778Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:15:35.778Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:35.797Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:35.797Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:36.677Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:15:36.678Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:36.680Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:36.680Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064134024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-13T10:15:36.780Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:36.781Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:15:36.782Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:36.800Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:36.800Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:37.681Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:15:37.681Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:37.683Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:37.684Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064134024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:37.784Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:37.785Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:15:37.785Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:37.802Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:37.803Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:38.685Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:15:38.686Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:38.689Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:38.689Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064134024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-13T10:15:38.789Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:38.791Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:15:38.791Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:38.822Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:38.823Z||pool-23-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:15:39.690Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:15:39.691Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:39.693Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:39.693Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064134024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:15:39.793Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:39.794Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:15:39.795Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:39.815Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:39.815Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:40.693Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:15:40.694Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:40.696Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:40.697Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064134024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T10:15:40.797Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:40.798Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:15:40.798Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:40.817Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:40.817Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:41.698Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"serviceName": "vFW 2022-09-13 10-14-14",
"serviceVersion": "1.0",
"serviceUUID": "a01bc7ad-98a0-4399-a14c-ffe9090b3d71",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9281394c-0f94-4b90-b9a9-596527c7dab6",
"resources": [
{
"resourceInstanceName": "vFW f207d950-3f6d 0",
"resourceCustomizationUUID": "457dea0e-fe21-4340-b298-75bfbfe0740b",
"resourceName": "vFW f207d950-3f6d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "77fdaa38-0512-4bfb-ae3b-d028b7e30754",
"resourceInvariantUUID": "84956b23-151b-4889-bb49-c16010fcc499",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf207d9503f6d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
"artifactChecksum": "Y2FmNjU0ZjRiZDk3MThkMjUxYzdjZDU2ZDE2NjYyYWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6f88658d-1e89-491a-9e7f-ed14398a62e8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c48d9b2f-6def-42af-962c-ce3a62e65d0a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "94421ffe-059e-4c96-b392-b5948a3e994e",
"generatedFromUUID": "c48d9b2f-6def-42af-962c-ce3a62e65d0a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "94421ffe-059e-4c96-b392-b5948a3e994e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220913101414-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
"artifactChecksum": "YTJmY2EwODIxNmJlMTUwMDRjN2M1NmM0NDI1ZGMxM2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5ef2f798-28b3-4e7d-aef8-d378cc7abe6a"
}
],
"workloadContext": "Production"
}
2022-09-13T10:15:41.698Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T10:15:41.698Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a01bc7ad-98a0-4399-a14c-ffe9090b3d71 ASDC
2022-09-13T10:15:41.699Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:084fa754-6b4a-4629-91c4-7a8a7dcb511e
ServiceName:vFW 2022-09-13 10-14-14
ServiceVersion:1.0
ServiceUUID:a01bc7ad-98a0-4399-a14c-ffe9090b3d71
ServiceInvariantUUID:9281394c-0f94-4b90-b9a9-596527c7dab6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220913101414-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar
ArtifactUUID:5ef2f798-28b3-4e7d-aef8-d378cc7abe6a
ArtifactChecksum:YTJmY2EwODIxNmJlMTUwMDRjN2M1NmM0NDI1ZGMxM2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f207d950-3f6d 0
ResourceCustomizationUUID:457dea0e-fe21-4340-b298-75bfbfe0740b
ResourceInvariantUUID:84956b23-151b-4889-bb49-c16010fcc499
ResourceName:vFW f207d950-3f6d
ResourceType:VF
ResourceUUID:77fdaa38-0512-4bfb-ae3b-d028b7e30754
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf207d9503f6d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json
ArtifactUUID:6f88658d-1e89-491a-9e7f-ed14398a62e8
ArtifactChecksum:Y2FmNjU0ZjRiZDk3MThkMjUxYzdjZDU2ZDE2NjYyYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml
ArtifactUUID:c48d9b2f-6def-42af-962c-ce3a62e65d0a
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env
ArtifactUUID:94421ffe-059e-4c96-b392-b5948a3e994e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env
ArtifactUUID:94421ffe-059e-4c96-b392-b5948a3e994e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-13T10:15:41.700Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a01bc7ad-98a0-4399-a14c-ffe9090b3d71 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-13T10:15:41.757Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:15:41.758Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:15:41.758Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:15:41.758Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5ef2f798-28b3-4e7d-aef8-d378cc7abe6a from URL: /sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:41.758Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-13T10:15:41.758Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:41.822Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-13T10:15:41.823Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar 5ef2f798-28b3-4e7d-aef8-d378cc7abe6a 100647
2022-09-13T10:15:41.823Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar ASDC sendASDCNotification
2022-09-13T10:15:41.823Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:41.823Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:15:41.824Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:41.826Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:41.826Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064141823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:15:41.926Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:41.927Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:15:41.927Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:41.951Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:41.952Z||pool-26-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:15:42.826Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:15:42.827Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:15:42.828Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5ef2f798-28b3-4e7d-aef8-d378cc7abe6a, URL: /sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar to file: /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:42.828Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220913101414-csar.csar
2022-09-13T10:15:42.829Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:42.829Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:43.078Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4235575749761630090/Definitions/service-Vfw20220913101414-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-09-13T10:15:45.033Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T10:15:45.034Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-13T10:15:45.034Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.034Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-13T10:15:45.034Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.034Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.034Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f207d950-3f6d 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-13T10:15:45.035Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:45.036Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:45.036Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:45.036Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-13T10:15:45.036Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:15:45.037Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:45.037Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:45.037Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:45.037Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-13T10:15:45.037Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:15:45.037Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:45.037Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:45.038Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:45.038Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is not matching search criteria
2022-09-13T10:15:45.038Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:15:45.038Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:15:45.038Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:15:45.038Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.039Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.039Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.039Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:15:45.039Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:15:45.039Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:15:45.039Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.039Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.040Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:15:45.040Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.040Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:15:45.040Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.040Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-13T10:15:45.040Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:45.040Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T10:15:45.041Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:45.041Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:45.041Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:15:45.041Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:45.041Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:45.041Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:15:45.042Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:45.042Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:45.042Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:15:45.042Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:45.042Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is not matching search criteria
2022-09-13T10:15:45.042Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:15:45.042Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:15:45.042Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-13T10:15:45.043Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:15:45.043Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:15:45.043Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.043Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.043Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:15:45.043Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.043Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:15:45.044Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.044Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d4721012-d992-4a8c-bd5e-a2e07f0dce80
2022-09-13T10:15:45.044Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:45.044Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is not matching search criteria
2022-09-13T10:15:45.044Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:15:45.044Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:15:45.044Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:15:45.045Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.045Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.045Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.045Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:15:45.045Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-13T10:15:45.045Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:15:45.045Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.046Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:15:45.046Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.046Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=53d96988-3119-4dc0-958b-52f4db34c527
2022-09-13T10:15:45.046Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:45.046Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is not matching search criteria
2022-09-13T10:15:45.046Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:15:45.046Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:15:45.047Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:15:45.047Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.047Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.047Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.047Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:15:45.047Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:15:45.047Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:15:45.048Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:45.048Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:45.048Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-13T10:15:45.048Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=998bdea6-81f1-4430-9bb3-3c729311d3c3
2022-09-13T10:15:45.048Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:45.048Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:45.048Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:45.049Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:45.049Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:45.049Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:45.049Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:45.049Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:45.049Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-13 10-14-14
Description:catalog service description
Model UUID:a01bc7ad-98a0-4399-a14c-ffe9090b3d71
Model Version:NULL
Model InvariantUuid:9281394c-0f94-4b90-b9a9-596527c7dab6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f207d950-3f6d
Model UUID:aea6fad8-6bd8-432f-9494-9b9dc5d82ee9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:84956b23-151b-4889-bb49-c16010fcc499
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:457dea0e-fe21-4340-b298-75bfbfe0740b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0c4dfadb-5d35-4cd0-84b0-5231352193e7
ModelName:VfwF207d9503f6d..base_vfw..module-0
ModelUuid:2f05ec7a-acff-4626-817e-daf222577eff
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d4721012-d992-4a8c-bd5e-a2e07f0dce80
ModelInvariantUuid:41615672-de62-433f-b699-ccf7d0caa714
ModelName:vFW f207d950-3f6d-nodes.vfwCvfc
ModelUuid:1ca39642-cf24-4ab7-88b4-5482456999e5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c006d40e-1d77-4fdc-9372-23af4a8a34b5
ModelInvariantUuid:a6f4775f-8e1c-42d5-8acb-1d238afd3d57
ModelName:VfwF207d9503f6d.compute.nodes.heat.vfw
ModelUuid:78c8b4c9-852e-40bc-99bc-760eb6961b47
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:53d96988-3119-4dc0-958b-52f4db34c527
ModelInvariantUuid:dd7979e4-7d77-4b88-970a-7112242c6423
ModelName:vFW f207d950-3f6d-nodes.vsnCvfc
ModelUuid:2b18a5f4-b251-4ce2-b3eb-8c6a34f127d6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d85893bb-3f1c-4fbb-99aa-bc925b6b072d
ModelInvariantUuid:d441d637-5500-4351-b2a1-09a2c047f0aa
ModelName:VfwF207d9503f6d.compute.nodes.heat.vsn
ModelUuid:6339de69-e5a5-47ea-8b60-f8279e87c65a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:998bdea6-81f1-4430-9bb3-3c729311d3c3
ModelInvariantUuid:d64479df-5bae-4134-a10a-b2208e528f61
ModelName:vFW f207d950-3f6d-nodes.vpgCvfc
ModelUuid:b287f1f6-25d7-4c72-9d67-e820935c85a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0087cfcb-8986-4bb9-a2eb-ceb645a0964e
ModelInvariantUuid:609f1c94-d471-4c57-b996-e8bbbdeae32d
ModelName:VfwF207d9503f6d.compute.nodes.heat.vpg
ModelUuid:1f612d65-198e-4a0f-8913-c7842d61eec9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-13T10:15:45.061Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 77fdaa38-0512-4bfb-ae3b-d028b7e30754
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-13T10:15:45.066Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||vFW f207d950-3f6d 0
2022-09-13T10:15:45.067Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 77fdaa38-0512-4bfb-ae3b-d028b7e30754
2022-09-13T10:15:45.067Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6f88658d-1e89-491a-9e7f-ed14398a62e8 from URL: /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json
2022-09-13T10:15:45.067Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-13T10:15:45.067Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json
2022-09-13T10:15:45.154Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-13T10:15:45.154Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json 6f88658d-1e89-491a-9e7f-ed14398a62e8 785
2022-09-13T10:15:45.155Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json ASDC sendASDCNotification
2022-09-13T10:15:45.155Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json
2022-09-13T10:15:45.155Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:15:45.155Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:45.158Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:45.158Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064145155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:15:45.258Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:45.258Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:15:45.259Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:45.276Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:45.277Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:46.159Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF207d9503f6d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0c4dfadb-5d35-4cd0-84b0-5231352193e7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2f05ec7a-acff-4626-817e-daf222577eff",
"vfModuleModelCustomizationUUID": "d253390a-a3a5-446b-a6dd-f25b5c115004",
"isBase": true,
"artifacts": [
"c48d9b2f-6def-42af-962c-ce3a62e65d0a",
"94421ffe-059e-4c96-b392-b5948a3e994e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-13T10:15:46.167Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF207d9503f6d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f05ec7a-acff-4626-817e-daf222577eff
VfModuleModelInvariantUUID:0c4dfadb-5d35-4cd0-84b0-5231352193e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
c48d9b2f-6def-42af-962c-ce3a62e65d0a
,
94421ffe-059e-4c96-b392-b5948a3e994e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-13T10:15:46.169Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF207d9503f6d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0c4dfadb-5d35-4cd0-84b0-5231352193e7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2f05ec7a-acff-4626-817e-daf222577eff",
"vfModuleModelCustomizationUUID": "d253390a-a3a5-446b-a6dd-f25b5c115004",
"isBase": true,
"artifacts": [
"c48d9b2f-6def-42af-962c-ce3a62e65d0a",
"94421ffe-059e-4c96-b392-b5948a3e994e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-13T10:15:46.169Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF207d9503f6d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f05ec7a-acff-4626-817e-daf222577eff
VfModuleModelInvariantUUID:0c4dfadb-5d35-4cd0-84b0-5231352193e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
c48d9b2f-6def-42af-962c-ce3a62e65d0a
,
94421ffe-059e-4c96-b392-b5948a3e994e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-13T10:15:46.169Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c48d9b2f-6def-42af-962c-ce3a62e65d0a from URL: /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml
2022-09-13T10:15:46.169Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-13T10:15:46.169Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml
2022-09-13T10:15:46.259Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-13T10:15:46.260Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml c48d9b2f-6def-42af-962c-ce3a62e65d0a 20368
2022-09-13T10:15:46.261Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-13T10:15:46.261Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml
2022-09-13T10:15:46.261Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:15:46.262Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:46.266Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:46.266Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064146261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:15:46.366Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:46.368Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:15:46.368Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:46.385Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:46.386Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:47.271Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 94421ffe-059e-4c96-b392-b5948a3e994e from URL: /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env
2022-09-13T10:15:47.271Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-13T10:15:47.272Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env
2022-09-13T10:15:47.322Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-13T10:15:47.323Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env 94421ffe-059e-4c96-b392-b5948a3e994e 2098
2022-09-13T10:15:47.323Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-13T10:15:47.324Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env
2022-09-13T10:15:47.324Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:15:47.324Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:47.326Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:47.327Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064147323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:15:47.427Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:47.428Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:15:47.428Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:47.444Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:47.445Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:48.332Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a01bc7ad-98a0-4399-a14c-ffe9090b3d71
2022-09-13T10:15:48.333Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f207d950-3f6d 0 77fdaa38-0512-4bfb-ae3b-d028b7e30754 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-13T10:15:48.363Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7536cfea, org.onap.sdc.toscaparser.api.parameters.Input@52de7b05, org.onap.sdc.toscaparser.api.parameters.Input@66452ac0, org.onap.sdc.toscaparser.api.parameters.Input@7b272c4e, org.onap.sdc.toscaparser.api.parameters.Input@382de55f]
2022-09-13T10:15:48.366Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.366Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:48.367Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-09-13T10:15:48.367Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 457dea0e-fe21-4340-b298-75bfbfe0740b
2022-09-13T10:15:48.367Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 457dea0e-fe21-4340-b298-75bfbfe0740b matches Tosca VF Customization UUID: 457dea0e-fe21-4340-b298-75bfbfe0740b
2022-09-13T10:15:48.368Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 457dea0e-fe21-4340-b298-75bfbfe0740b matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-13T10:15:48.373Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.373Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:48.374Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 457dea0e-fe21-4340-b298-75bfbfe0740b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-13T10:15:48.374Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14518e1f
2022-09-13T10:15:48.375Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.375Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-13T10:15:48.376Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d253390a-a3a5-446b-a6dd-f25b5c115004
2022-09-13T10:15:48.376Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d253390a-a3a5-446b-a6dd-f25b5c115004
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-13T10:15:48.381Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.381Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:48.382Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:15:48.382Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.383Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:48.383Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:15:48.383Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.384Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is not matching search criteria
2022-09-13T10:15:48.384Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:15:48.384Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:15:48.384Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-13T10:15:48.385Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:15:48.385Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:15:48.385Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:48.385Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:48.386Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:15:48.386Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:48.387Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:15:48.387Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:48.387Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d4721012-d992-4a8c-bd5e-a2e07f0dce80
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-13T10:15:48.392Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.392Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:48.392Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:15:48.393Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.393Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is not matching search criteria
2022-09-13T10:15:48.393Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:15:48.394Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:15:48.394Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:15:48.394Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:48.394Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:48.395Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:48.395Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:15:48.395Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-13T10:15:48.395Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-13T10:15:48.395Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:48.396Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-13T10:15:48.396Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:48.396Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=53d96988-3119-4dc0-958b-52f4db34c527
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-13T10:15:48.400Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.401Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:48.401Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:15:48.401Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.402Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is not matching search criteria
2022-09-13T10:15:48.402Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-13T10:15:48.402Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-13T10:15:48.402Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-13T10:15:48.403Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:48.403Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:48.404Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-13T10:15:48.404Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-13T10:15:48.404Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-13T10:15:48.405Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-13T10:15:48.405Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-13T10:15:48.405Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-13T10:15:48.406Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-13T10:15:48.406Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=998bdea6-81f1-4430-9bb3-3c729311d3c3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-13T10:15:48.411Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.411Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:48.411Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-13T10:15:48.412Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.412Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Node template vFW f207d950-3f6d 0 is matching search criteria
2022-09-13T10:15:48.412Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f207d950-3f6d 0] matching following query criteria: sdcType=VF, customizationUUID=457dea0e-fe21-4340-b298-75bfbfe0740b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-13T10:15:48.415Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.415Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:48.415Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a01bc7ad-98a0-4399-a14c-ffe9090b3d71: vFW f207d950-3f6d
2022-09-13T10:15:48.415Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.416Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:48.416Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.416Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:48.416Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.417Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:48.417Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.417Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:48.418Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:15:48.418Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-13 10-14-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:15:48.418Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-09-13 10-14-14
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T10:15:48.695Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f207d950-3f6d 77fdaa38-0512-4bfb-ae3b-d028b7e30754 1 ASDC deployResourceStructure
2022-09-13T10:15:48.697Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json ASDC sendASDCNotification
2022-09-13T10:15:48.697Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json
2022-09-13T10:15:48.697Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:15:48.698Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:48.701Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:48.701Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064148697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-13T10:15:48.801Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:48.803Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:15:48.803Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:48.826Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:48.828Z||pool-30-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:49.702Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-13T10:15:49.703Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml
2022-09-13T10:15:49.703Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:15:49.703Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:49.705Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:49.705Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064149702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-13T10:15:49.806Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:49.807Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:15:49.807Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:49.825Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:49.825Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:50.707Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-13T10:15:50.707Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env
2022-09-13T10:15:50.707Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:15:50.708Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:50.710Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:50.710Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064150707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-13T10:15:50.810Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:50.811Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:15:50.811Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:50.840Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:50.840Z||pool-32-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:15:51.720Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar ASDC sendASDCNotification
2022-09-13T10:15:51.721Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar
2022-09-13T10:15:51.721Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-13T10:15:51.721Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:15:51.728Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:15:51.728Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064151720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T10:15:51.828Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:15:51.830Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:15:51.830Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:15:51.877Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:15:51.878Z||pool-33-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:15:52.730Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:15:52.744Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:15:52.748Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:15:52.749Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:15:52.749Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:16:22.749Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:16:22.767Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:16:22.770Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:16:22.770Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:16:22.770Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:16:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:16:34.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:16:34.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:16:34.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:16:34.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:16:34.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064132858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-13T10:16:34.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:16:52.770Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:16:52.785Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:16:52.789Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:16:52.790Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:16:52.790Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:17:22.791Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:17:22.804Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:17:22.807Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:17:22.807Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-13T10:17:22.807Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-13T10:17:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:17:34.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:17:34.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:17:34.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:17:34.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "aai-ml",
"timestamp": 1663064135234,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-13T10:17:34.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:34.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064134024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:17:34.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:17:34.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "aai-ml",
"timestamp": 1663064136238,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T10:17:34.075Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 084fa754-6b4a-4629-91c4-7a8a7dcb511e
2022-09-13T10:17:34.075Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 084fa754-6b4a-4629-91c4-7a8a7dcb511e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T10:17:34.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064134024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
"status": "NOTIFIED"
}
2022-09-13T10:17:34.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:17:34.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064134024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-13T10:17:34.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:17:34.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064134024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:17:34.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:17:34.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064134024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-13T10:17:34.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:17:34.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064134024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064134024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064141823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064145155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:34.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064146261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064147323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064148697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/vfwf207d9503f6d0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:34.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064149702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-13T10:17:34.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:34.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064150707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/resourceInstances/vfwf207d9503f6d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-13T10:17:34.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:34.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:17:34.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064151720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220913101414/1.0/artifacts/service-Vfw20220913101414-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T10:17:34.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:17:52.808Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:17:52.821Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-13T10:17:52.825Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-13T10:17:52.825Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-13T10:17:52.825Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-13T10:17:52.825Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-13T10:17:52.825Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-13T10:17:52.825Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T10:17:52.832Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-13T10:18:22.833Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-13T10:18:22.840Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 084fa754-6b4a-4629-91c4-7a8a7dcb511e and serviceModelVersionId: a01bc7ad-98a0-4399-a14c-ffe9090b3d71
2022-09-13T10:18:22.841Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9281394c-0f94-4b90-b9a9-596527c7dab6
2022-09-13T10:18:22.843Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0
2022-09-13T10:18:22.851Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-13T10:18:22.919Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0|INFO|500||Invoke
2022-09-13T10:18:22.920Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[084fa754-6b4a-4629-91c4-7a8a7dcb511e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c5dea1c3-54d0-4dc3-a0e8-21d4d3589993], X-ECOMP-RequestID=[084fa754-6b4a-4629-91c4-7a8a7dcb511e], X-TransactionId=[], X-ONAP-RequestID=[084fa754-6b4a-4629-91c4-7a8a7dcb511e], Content-Type=[application/merge-patch+json]}
2022-09-13T10:18:22.927Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-09-13T10:18:22.943Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0 has http status code:503 and response headers:{date=[Tue, 13 Sep 2022 10:18:22 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-13T10:18:22.945Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:18:22.946Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9281394c-0f94-4b90-b9a9-596527c7dab6/model-vers/model-ver/a01bc7ad-98a0-4399-a14c-ffe9090b3d71?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-13T10:18:22.948Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=084fa754-6b4a-4629-91c4-7a8a7dcb511e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:18:22.949Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=084fa754-6b4a-4629-91c4-7a8a7dcb511e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T10:18:22.949Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=084fa754-6b4a-4629-91c4-7a8a7dcb511e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:18:22.949Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=084fa754-6b4a-4629-91c4-7a8a7dcb511e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-13T10:18:22.955Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-13T10:18:22.956Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 084fa754-6b4a-4629-91c4-7a8a7dcb511e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=084fa754-6b4a-4629-91c4-7a8a7dcb511e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-13T10:18:22.956Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-13T10:18:22.956Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:22.959Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:22.959Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "084fa754-6b4a-4629-91c4-7a8a7dcb511e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064302956,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d084fa754-6b4a-4629-91c4-7a8a7dcb511e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-13T10:18:23.059Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:18:23.060Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:18:23.060Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:23.080Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:18:23.081Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-13T10:18:23.986Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:18:23.987Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:18:23.987Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:28.445Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:18:28.446Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-13T10:18:28.447Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"13a5f782-1528-4173-9aaf-9a6eaeb80ba3","serviceName":"Demo_pNF_cpHlyXZeXuaWocbH0vAU","serviceVersion":"1.0","serviceUUID":"00a866cd-93ed-4de9-8ab4-d977dca51009","serviceDescription":"catalog service description","serviceInvariantUUID":"5ae3772a-4649-432f-b9b5-2ab281664a2f","resources":[{"resourceInstanceName":"pNF e46539e8-8422 0","resourceName":"pNF e46539e8-8422","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"172231d3-e74a-432a-b616-dd071e76be6c","resourceInvariantUUID":"e48900d7-ccfe-4829-82b6-c0c90bb78e18","resourceCustomizationUUID":"f2dba52a-66f9-4d36-9d98-f17b1e9f8fe3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vf-license-model.xml","artifactChecksum":"MmRkMDM3ZjI1ODI0MGZiYWQwYzVkOGQ0ZmE4ZDAwZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c0bca2a-c84c-4157-bea3-b6267e24bc42","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/pNF.csar","artifactChecksum":"YWM2NDBlMGFhZGQwZjQ5MGQ0ZmQ5OWJmYjhjOWIyNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7d2022cd-3c8c-4786-aad3-6314828e6666","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"73c63719-1e4c-482b-90aa-89e2a48c2263","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vendor-license-model.xml","artifactChecksum":"YmMyYzZhNGFhYzdlOGY5N2UxYTViZjllMTU4YWY0YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f0e0898-7341-4444-8dec-ba3b4583807b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2539e121-1497-44df-ba34-cc61bb81c0df","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ac493e42-a698-4c6c-bf80-28b52af68cc2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCphlyxzexuawocbh0vau-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-template.yml","artifactChecksum":"M2E0NGZlYjMxZmFlZDg1ODlmN2Y5NjY1MDU4Nzg4MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a674867-c10e-4f7c-b93c-19506082bcc7","artifactVersion":"1"},{"artifactName":"service-DemoPnfCphlyxzexuawocbh0vau-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar","artifactChecksum":"NTBhYTM5YzNmYzg2MGFlNjE0ODhjOTI2ZmFhN2E2MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f38a0569-55fb-4332-b7a1-caed67210b0b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-13T10:18:28.449Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:18:28.449Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:28.451Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:28.452Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064303986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:28.552Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:18:28.553Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:18:28.553Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:28.572Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:18:28.573Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:18:29.452Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:18:29.453Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:29.455Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:29.456Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064303986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:29.556Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:18:29.557Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:18:29.557Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:29.574Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:18:29.574Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-13T10:18:30.456Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:18:30.457Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:30.460Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:30.460Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064303986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:30.560Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:18:30.561Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:18:30.561Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:30.580Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:18:30.581Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:18:31.460Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:18:31.462Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:31.464Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:31.464Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064303986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:31.565Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:18:31.565Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:18:31.566Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:31.581Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:18:31.582Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:18:32.465Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:18:32.466Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:32.469Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:32.469Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064303986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:32.569Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:18:32.570Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:18:32.570Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:32.586Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:18:32.587Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:18:33.470Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:18:33.471Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:33.474Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:33.474Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064303986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:33.574Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-13T10:18:33.575Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:18:33.575Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:33.596Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:18:33.597Z||pool-40-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:18:34.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-13T10:18:34.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-13T10:18:34.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:34.063Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:18:34.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "cds",
"timestamp": 1663064193542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "cds",
"timestamp": 1663064193542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "cds",
"timestamp": 1663064193542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "cds",
"timestamp": 1663064193542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "cds",
"timestamp": 1663064193542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "cds",
"timestamp": 1663064193542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064200842,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "cds",
"timestamp": 1663064193542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064200842,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "cds",
"timestamp": 1663064193542,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T10:18:34.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064200842,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064203463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "cds",
"timestamp": 1663064205631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:18:34.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:18:34.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064200842,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064203463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064200842,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064203463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064200842,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064203463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064200842,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064203463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663064200842,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T10:18:34.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064203463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064203463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064203463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T10:18:34.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064212225,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:18:34.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:18:34.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064214117,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-13T10:18:34.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:18:34.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "aai-ml",
"timestamp": 1663064215469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663064215121,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T10:18:34.101Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13a5f782-1528-4173-9aaf-9a6eaeb80ba3
2022-09-13T10:18:34.101Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13a5f782-1528-4173-9aaf-9a6eaeb80ba3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T10:18:34.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "aai-ml",
"timestamp": 1663064215469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "aai-ml",
"timestamp": 1663064215469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "aai-ml",
"timestamp": 1663064215469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "aai-ml",
"timestamp": 1663064215469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "aai-ml",
"timestamp": 1663064215469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/resourceInstances/pnfe46539e884220/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "aai-ml",
"timestamp": 1663064215469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "aai-ml",
"timestamp": 1663064215469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T10:18:34.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-13T10:18:34.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "aai-ml",
"timestamp": 1663064224205,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:18:34.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:18:34.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "aai-ml",
"timestamp": 1663064225215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-13T10:18:34.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:18:34.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "aai-ml",
"timestamp": 1663064226220,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-13T10:18:34.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-13T10:18:34.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-13T10:18:34.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "aai-ml",
"timestamp": 1663064227225,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-13T10:18:34.122Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 13a5f782-1528-4173-9aaf-9a6eaeb80ba3
2022-09-13T10:18:34.123Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13a5f782-1528-4173-9aaf-9a6eaeb80ba3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-13T10:18:34.478Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:18:34.479Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:34.513Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:34.518Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064303986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-13T10:18:34.613Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-13T10:18:34.614Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:18:34.615Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:34.651Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:18:34.652Z||pool-41-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:18:35.519Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-13T10:18:35.520Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:35.522Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:35.522Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064303986,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
"status": "NOTIFIED"
}
2022-09-13T10:18:35.623Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:18:35.624Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:18:35.624Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:35.641Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:18:35.641Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:18:36.524Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"serviceName": "Demo_pNF_cpHlyXZeXuaWocbH0vAU",
"serviceVersion": "1.0",
"serviceUUID": "00a866cd-93ed-4de9-8ab4-d977dca51009",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5ae3772a-4649-432f-b9b5-2ab281664a2f",
"resources": [
{
"resourceInstanceName": "pNF e46539e8-8422 0",
"resourceCustomizationUUID": "f2dba52a-66f9-4d36-9d98-f17b1e9f8fe3",
"resourceName": "pNF e46539e8-8422",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "172231d3-e74a-432a-b616-dd071e76be6c",
"resourceInvariantUUID": "e48900d7-ccfe-4829-82b6-c0c90bb78e18",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
"artifactChecksum": "NTBhYTM5YzNmYzg2MGFlNjE0ODhjOTI2ZmFhN2E2MDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f38a0569-55fb-4332-b7a1-caed67210b0b"
}
],
"workloadContext": "Production"
}
2022-09-13T10:18:36.524Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-13T10:18:36.525Z|084fa754-6b4a-4629-91c4-7a8a7dcb511e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 00a866cd-93ed-4de9-8ab4-d977dca51009 ASDC
2022-09-13T10:18:36.525Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:13a5f782-1528-4173-9aaf-9a6eaeb80ba3
ServiceName:Demo_pNF_cpHlyXZeXuaWocbH0vAU
ServiceVersion:1.0
ServiceUUID:00a866cd-93ed-4de9-8ab4-d977dca51009
ServiceInvariantUUID:5ae3772a-4649-432f-b9b5-2ab281664a2f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
ArtifactUUID:f38a0569-55fb-4332-b7a1-caed67210b0b
ArtifactChecksum:NTBhYTM5YzNmYzg2MGFlNjE0ODhjOTI2ZmFhN2E2MDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e46539e8-8422 0
ResourceCustomizationUUID:f2dba52a-66f9-4d36-9d98-f17b1e9f8fe3
ResourceInvariantUUID:e48900d7-ccfe-4829-82b6-c0c90bb78e18
ResourceName:pNF e46539e8-8422
ResourceType:PNF
ResourceUUID:172231d3-e74a-432a-b616-dd071e76be6c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-09-13T10:18:36.526Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00a866cd-93ed-4de9-8ab4-d977dca51009 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-13T10:18:36.555Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:18:36.556Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:18:36.556Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:18:36.556Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f38a0569-55fb-4332-b7a1-caed67210b0b from URL: /sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:36.556Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-13T10:18:36.557Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:36.642Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-13T10:18:36.643Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar f38a0569-55fb-4332-b7a1-caed67210b0b 87793
2022-09-13T10:18:36.644Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar ASDC sendASDCNotification
2022-09-13T10:18:36.644Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:36.644Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-13T10:18:36.645Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-13T10:18:36.647Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-13T10:18:36.647Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "13a5f782-1528-4173-9aaf-9a6eaeb80ba3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663064316644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-13T10:18:36.748Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-13T10:18:36.749Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-13T10:18:36.749Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Tyl5vwE4UlHS5Ukg) ...
2022-09-13T10:18:36.766Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-13T10:18:36.767Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-13T10:18:37.648Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-13T10:18:37.650Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-13T10:18:37.650Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f38a0569-55fb-4332-b7a1-caed67210b0b, URL: /sdc/v1/catalog/services/DemoPnfCphlyxzexuawocbh0vau/1.0/artifacts/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar to file: /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:37.651Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:37.652Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:37.652Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:37.884Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12273228974853897103/Definitions/service-DemoPnfCphlyxzexuawocbh0vau-template.yml
2022-09-13T10:18:38.735Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-13T10:18:38.736Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-13T10:18:38.736Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:38.736Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-13T10:18:38.736Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:38.737Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e46539e8-8422 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:38.737Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:38.737Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:38.738Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:38.738Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:38.738Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCphlyxzexuawocbh0vau-csar.csar
2022-09-13T10:18:38.738Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-13T10:18:38.739Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:18:38.739Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_cpHlyXZeXuaWocbH0vAU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:18:38.740Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Node template pNF e46539e8-8422 0 is matching search criteria
2022-09-13T10:18:38.740Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-13T10:18:38.740Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF e46539e8-8422 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:18:38.741Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:18:38.741Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_cpHlyXZeXuaWocbH0vAU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:18:38.741Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Node template pNF e46539e8-8422 0 is matching search criteria
2022-09-13T10:18:38.742Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-13T10:18:38.742Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF e46539e8-8422 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-13T10:18:38.742Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:18:38.743Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_cpHlyXZeXuaWocbH0vAU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:18:38.743Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:18:38.743Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_cpHlyXZeXuaWocbH0vAU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:18:38.743Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-13T10:18:38.744Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_cpHlyXZeXuaWocbH0vAU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-13T10:18:38.744Z|13a5f782-1528-4173-9aaf-9a6eaeb80ba3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive