By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-08-22T09:19:36.089Z||main|||||INFO|500||The following profiles are active: basic
2022-08-22T09:19:49.437Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-22T09:19:49.438Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-22T09:19:49.578Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-22T09:19:54.466Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-22T09:19:55.015Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-22T09:19:55.592Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-22T09:19:55.602Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-22T09:19:55.705Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-22T09:19:55.940Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-22T09:19:56.761Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-22T09:19:58.664Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-22T09:20:01.056Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-22T09:20:01.114Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-22T09:20:01.751Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-22T09:20:02.004Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-08-22T09:20:03.211Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-22T09:20:04.333Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-08-22T09:20:04.376Z||main|||||WARN|500||The sdc end point is not alive
2022-08-22T09:20:07.872Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-08-22T09:20:11.048Z||main|||||WARN|500||---
2022-08-22T09:20:11.049Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-22T09:20:11.049Z||main|||||WARN|500||---
2022-08-22T09:20:11.492Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-22T09:20:16.752Z||main|||||INFO|500||Started Application in 44.332 seconds (JVM running for 47.813)
2022-08-22T09:20:16.777Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:20:16.780Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:20:16.792Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:20:16.816Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:20:16.875Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= be61381b-a388-4bef-b92c-89131906c15b url= /sdc/v1/artifactTypes
2022-08-22T09:20:16.876Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:20:16.997Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:20:16.999Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@38e6d6c2
2022-08-22T09:20:17.000Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:20:17.015Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:20:17.017Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:20:17.022Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-08-22T09:21:06.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:21:06.742Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:21:06.743Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:21:06.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:21:06.752Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4039e12c-7093-4c41-8861-fafdc42f6ef9 url= /sdc/v1/artifactTypes
2022-08-22T09:21:06.752Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:21:06.767Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:21:06.768Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e5c30db
2022-08-22T09:21:06.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:21:06.769Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:21:06.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:21:06.770Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-08-22T09:21:56.742Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:21:56.743Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:21:56.744Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:21:56.748Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:21:56.753Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f45272e2-ecfe-4311-8642-35cc2f0019c8 url= /sdc/v1/artifactTypes
2022-08-22T09:21:56.754Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:21:56.759Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:21:56.759Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a1c1a10
2022-08-22T09:21:56.760Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:21:56.760Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:21:56.760Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:21:56.761Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-08-22T09:22:46.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:22:46.742Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:22:46.743Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:22:46.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:22:46.752Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fd6053ef-77c4-48ae-bdd6-2d5b236b64e3 url= /sdc/v1/artifactTypes
2022-08-22T09:22:46.752Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:22:46.757Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:22:46.758Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@11ca1db7
2022-08-22T09:22:46.758Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:22:46.759Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:22:46.759Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:22:46.760Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-22T09:23:36.744Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:23:36.745Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:23:36.746Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:23:36.750Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:23:36.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c62d530-d012-44cc-8e02-d8a701a0ea78 url= /sdc/v1/artifactTypes
2022-08-22T09:23:36.757Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:23:36.762Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:23:36.763Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41633773
2022-08-22T09:23:36.763Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:23:36.764Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:23:36.764Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:23:36.765Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-22T09:24:26.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:24:26.743Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:24:26.743Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:24:26.749Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:24:26.754Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8a10370e-1d78-48a7-a240-3df3d28a5e7d url= /sdc/v1/artifactTypes
2022-08-22T09:24:26.754Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:24:26.760Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:24:26.760Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@716d3a7b
2022-08-22T09:24:26.761Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:24:26.761Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:24:26.762Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:24:26.762Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-22T09:25:16.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:25:16.742Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:25:16.743Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:25:16.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:25:16.755Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 20ae1812-671b-44c1-83be-e6d4d714b274 url= /sdc/v1/artifactTypes
2022-08-22T09:25:16.756Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:25:16.762Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:25:16.762Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6ca5b40f
2022-08-22T09:25:16.762Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:25:16.763Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:25:16.763Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:25:16.764Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-22T09:26:06.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:26:06.742Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:26:06.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:26:06.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:26:06.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 213b74a1-1986-46f1-8de7-5d2af17c83ad url= /sdc/v1/artifactTypes
2022-08-22T09:26:06.757Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:26:06.764Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:26:06.765Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a5fc0a4
2022-08-22T09:26:06.765Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:26:06.768Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:26:06.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:26:06.770Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-22T09:26:56.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:26:56.742Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:26:56.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:26:56.745Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:26:56.751Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a085c60-0af6-411a-ac81-9bd89f5ed1de url= /sdc/v1/artifactTypes
2022-08-22T09:26:56.751Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:26:56.756Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:26:56.757Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1320ee02
2022-08-22T09:26:56.757Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:26:56.757Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:26:56.758Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:26:56.758Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-22T09:27:46.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:27:46.743Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:27:46.743Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:27:46.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:27:46.752Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9fb4f1c-134c-49ac-be03-93ab4e0ea7ec url= /sdc/v1/artifactTypes
2022-08-22T09:27:46.753Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:27:46.759Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:27:46.760Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c7110a0
2022-08-22T09:27:46.760Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:27:46.761Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:27:46.761Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:27:46.762Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-22T09:28:36.742Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:28:36.743Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:28:36.743Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:28:36.747Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:28:36.753Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0bdb5796-5fa2-4467-bcef-f7c9ecb0b21f url= /sdc/v1/artifactTypes
2022-08-22T09:28:36.754Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:28:36.760Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:28:36.760Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60c9e318
2022-08-22T09:28:36.761Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:28:36.761Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:28:36.762Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:28:36.762Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-22T09:29:26.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:29:26.743Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:29:26.743Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:29:26.747Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:29:26.752Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ccbef0e7-c737-4705-9a07-8711f182b40f url= /sdc/v1/artifactTypes
2022-08-22T09:29:26.753Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:29:26.759Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:29:26.759Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@152e495e
2022-08-22T09:29:26.759Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:29:26.760Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:29:26.760Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:29:26.761Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-22T09:30:16.742Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:30:16.743Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:30:16.745Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:30:16.748Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:30:16.755Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1941a518-4f26-4cdd-89b0-2181a33fe986 url= /sdc/v1/artifactTypes
2022-08-22T09:30:16.756Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:30:16.763Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:30:16.763Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54885c6d
2022-08-22T09:30:16.763Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:30:16.764Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:30:16.764Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:30:16.765Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-22T09:30:25.196Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-22T09:31:06.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:31:06.742Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:31:06.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:31:06.745Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:31:06.751Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3a28ae4e-145a-4a46-b0c9-6ad61e10d685 url= /sdc/v1/artifactTypes
2022-08-22T09:31:06.751Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:31:06.757Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:31:06.758Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5db73a5a
2022-08-22T09:31:06.758Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:31:06.758Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:31:06.759Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:31:06.759Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-22T09:31:56.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:31:56.742Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:31:56.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:31:56.745Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:31:56.751Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 71864fa7-cb14-43c7-98d2-a2b6a66b2ae5 url= /sdc/v1/artifactTypes
2022-08-22T09:31:56.751Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:31:56.757Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:31:56.757Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f1373fe
2022-08-22T09:31:56.757Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:31:56.758Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:31:56.758Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:31:56.759Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-22T09:32:46.742Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:32:46.743Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:32:46.743Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:32:46.747Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:32:46.753Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 134b5e06-9074-4c8c-af99-744b86e4deb4 url= /sdc/v1/artifactTypes
2022-08-22T09:32:46.753Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:32:46.761Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:32:46.762Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@785bad92
2022-08-22T09:32:46.762Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:32:46.763Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:32:46.763Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:32:46.764Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-08-22T09:33:36.742Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:33:36.743Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:33:36.743Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:33:36.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:33:36.754Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 708120b0-88f2-4979-a4fa-277773c90c17 url= /sdc/v1/artifactTypes
2022-08-22T09:33:36.754Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:33:36.763Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:33:36.764Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5bdac42c
2022-08-22T09:33:36.765Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:33:36.765Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:33:36.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:33:36.767Z||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$$f65bc368.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-08-22T09:34:26.742Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:34:26.744Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:34:26.744Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:34:26.747Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:34:26.753Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b7021c82-b8b4-4f09-bfe1-20bbcf13b3c1 url= /sdc/v1/artifactTypes
2022-08-22T09:34:26.753Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:34:26.759Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:34:26.759Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6fb231f0
2022-08-22T09:34:26.759Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:34:26.760Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:34:26.760Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:34:26.761Z||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$$f65bc368.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-08-22T09:35:16.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:35:16.743Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:35:16.743Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:35:16.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:35:16.752Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 57a04d73-a441-4b7c-84c0-0bd68bc7d65e url= /sdc/v1/artifactTypes
2022-08-22T09:35:16.752Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:35:16.759Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:35:16.760Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44cdb221
2022-08-22T09:35:16.760Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:35:16.761Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:35:16.761Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:35:16.762Z||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$$f65bc368.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-08-22T09:36:06.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:36:06.742Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:36:06.744Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:36:06.747Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:36:06.752Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df9d1e1c-5231-48b3-8ba3-7221890e2d6e url= /sdc/v1/artifactTypes
2022-08-22T09:36:06.753Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:36:06.758Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:36:06.758Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79675229
2022-08-22T09:36:06.759Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:36:06.759Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:36:06.760Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:36:06.760Z||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$$f65bc368.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-08-22T09:36:56.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:36:56.741Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:36:56.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:36:56.745Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:36:56.750Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 21aba5b7-52ac-4596-b8b1-7a88ae15460a url= /sdc/v1/artifactTypes
2022-08-22T09:36:56.750Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:36:56.759Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:36:56.760Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b666180
2022-08-22T09:36:56.760Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:36:56.761Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:36:56.761Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:36:56.762Z||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$$f65bc368.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-08-22T09:37:46.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:37:46.742Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:37:46.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:37:46.745Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:37:46.750Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 00ccb236-4217-4fcd-baf2-c847a583287f url= /sdc/v1/artifactTypes
2022-08-22T09:37:46.751Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:37:46.757Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:37:46.758Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4514719e
2022-08-22T09:37:46.758Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:37:46.758Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:37:46.759Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:37:46.759Z||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$$f65bc368.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-08-22T09:38:36.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:38:36.741Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:38:36.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:38:36.744Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:38:36.749Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f6ad074e-4908-42b5-bb5c-e9466eab2863 url= /sdc/v1/artifactTypes
2022-08-22T09:38:36.749Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:38:36.754Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:38:36.754Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@303631e0
2022-08-22T09:38:36.754Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:38:36.754Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:38:36.755Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:38:36.755Z||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$$f65bc368.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-08-22T09:39:26.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:39:26.741Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:39:26.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:39:26.744Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:39:26.749Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f9048c7-822d-4005-996c-a55c7bdab41b url= /sdc/v1/artifactTypes
2022-08-22T09:39:26.749Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:39:26.754Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:39:26.754Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e51baaf
2022-08-22T09:39:26.755Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:39:26.755Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:39:26.756Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:39:26.756Z||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$$f65bc368.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-08-22T09:40:16.742Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:40:16.745Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:40:16.745Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:40:16.749Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:40:16.756Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f8e80729-08df-46b4-b894-b1539ea31c9b url= /sdc/v1/artifactTypes
2022-08-22T09:40:16.757Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:40:16.764Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:40:16.764Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3599512f
2022-08-22T09:40:16.764Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:40:16.765Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:40:16.765Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:40:16.766Z||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$$f65bc368.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-08-22T09:41:06.742Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:41:06.743Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:41:06.744Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:41:06.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:41:06.752Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d5779134-0bdc-4cb4-a971-7b5f3912f803 url= /sdc/v1/artifactTypes
2022-08-22T09:41:06.752Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:41:06.757Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:41:06.758Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37a0ee97
2022-08-22T09:41:06.758Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:41:06.758Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:41:06.758Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:41:06.759Z||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$$f65bc368.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-08-22T09:41:56.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:41:56.743Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:41:56.743Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:41:56.745Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:41:56.750Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e101f6e0-b1d3-41c1-821a-dc30562c7267 url= /sdc/v1/artifactTypes
2022-08-22T09:41:56.751Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:41:56.756Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:41:56.757Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4bf16f5a
2022-08-22T09:41:56.757Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:41:56.758Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:41:56.758Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:41:56.758Z||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$$f65bc368.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-08-22T09:42:46.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:42:46.742Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:42:46.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:42:46.744Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:42:46.749Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 518a64ea-a5a2-4a93-a34a-d31ee3dd44ec url= /sdc/v1/artifactTypes
2022-08-22T09:42:46.749Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:42:46.754Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:42:46.754Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5765f713
2022-08-22T09:42:46.754Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:42:46.755Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:42:46.755Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:42:46.755Z||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$$f65bc368.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-08-22T09:43:36.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:43:36.741Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:43:36.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:43:36.744Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:43:36.750Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 70fbad58-3f31-4386-b30a-ef22e401fbfb url= /sdc/v1/artifactTypes
2022-08-22T09:43:36.751Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:43:36.757Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:43:36.757Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30ece4ba
2022-08-22T09:43:36.758Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:43:36.758Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:43:36.758Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:43:36.759Z||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$$f65bc368.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-08-22T09:44:26.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:44:26.741Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:44:26.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:44:26.745Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:44:26.749Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 34b4a79d-e1c6-4f9a-bd35-88005670885a url= /sdc/v1/artifactTypes
2022-08-22T09:44:26.749Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:44:26.754Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:44:26.754Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2faed02b
2022-08-22T09:44:26.754Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:44:26.754Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:44:26.755Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:44:26.755Z||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$$f65bc368.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-08-22T09:45:16.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:45:16.741Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:45:16.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:45:16.744Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:45:16.749Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 12db5e8a-6614-4498-817d-78a2878349b4 url= /sdc/v1/artifactTypes
2022-08-22T09:45:16.749Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:45:16.754Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:45:16.755Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22dda935
2022-08-22T09:45:16.755Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:45:16.755Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:45:16.756Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:45:16.756Z||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$$f65bc368.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-08-22T09:46:06.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:46:06.743Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:46:06.743Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:46:06.747Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:46:06.754Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e3e2e23f-7301-4e7c-890a-649d42b1b37d url= /sdc/v1/artifactTypes
2022-08-22T09:46:06.754Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:46:06.761Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-22T09:46:06.762Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17c87ad9
2022-08-22T09:46:06.762Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-22T09:46:06.762Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-22T09:46:06.763Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-22T09:46:06.763Z||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$$f65bc368.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-08-22T09:46:56.741Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-22T09:46:56.741Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-22T09:46:56.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-22T09:46:56.744Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-22T09:46:56.749Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 41494acf-3788-4f14-9857-153adcc3d4f9 url= /sdc/v1/artifactTypes
2022-08-22T09:46:56.749Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-22T09:46:56.890Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-22T09:46:56.902Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-08-22T09:46:56.934Z||scheduling-1|||||DEBUG|500||create keys
2022-08-22T09:46:56.942Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-22T09:46:57.262Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:46:57.283Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1f16ccc1-9233-43f2-baed-a10bfd2f81ba url= /sdc/v1/registerForDistribution
2022-08-22T09:46:58.356Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1f16ccc1-9233-43f2-baed-a10bfd2f81ba url= /sdc/v1/registerForDistribution
2022-08-22T09:46:58.356Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-22T09:46:58.365Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:46:58.365Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:46:58.373Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-22T09:46:58.375Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:46:58.375Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:46:58.376Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:46:58.376Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:47:09.038Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:47:09.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:47:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:47:58.365Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:47:58.366Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:47:58.366Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:47:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:47:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:48:07.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:48:07.979Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:48:58.363Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:48:58.364Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:48:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:48:58.365Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:48:58.366Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:48:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:49:07.969Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:49:07.975Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:49:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:49:58.364Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:49:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:49:58.365Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:49:58.366Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:49:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:50:07.949Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:50:07.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:50:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:50:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:50:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:50:58.365Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:50:58.366Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:50:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:51:07.936Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:51:07.941Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:51:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:51:58.363Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:51:58.363Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:51:58.365Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:51:58.365Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:51:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:52:07.941Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:52:07.998Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:52:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:52:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:52:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:52:58.365Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:52:58.365Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:52:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:53:07.940Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:53:07.945Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:53:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:53:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:53:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:53:58.365Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:53:58.367Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:53:58.367Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:54:07.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:54:07.962Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:54:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:54:58.365Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:54:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:54:58.365Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:54:58.365Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:54:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:55:07.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:55:07.957Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:55:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:55:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:55:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:55:58.365Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:55:58.366Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:55:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:56:07.973Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:56:08.000Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:56:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:56:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:56:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:56:58.365Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:56:58.366Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:56:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:57:07.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:57:07.988Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:57:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:57:58.363Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:57:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:57:58.365Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:57:58.366Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:57:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:58:07.956Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:58:08.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:58:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:58:58.363Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:58:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:58:58.365Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:58:58.366Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:58:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:59:07.923Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:59:07.942Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T09:59:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:59:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:59:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T09:59:58.365Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T09:59:58.366Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T09:59:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:00:07.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:00:07.936Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:00:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:00:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:00:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:00:58.365Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:00:58.365Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:00:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:01:07.933Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:01:07.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:01:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:01:58.365Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:01:58.366Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:01:58.366Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:01:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:01:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:02:07.962Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:02:08.005Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:02:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:02:58.365Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:02:58.366Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:02:58.366Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:02:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:02:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:03:07.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:03:07.948Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:03:58.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:03:58.365Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:03:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:03:58.365Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:03:58.366Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:03:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:04:07.991Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:04:07.999Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:04:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:04:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:04:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:04:58.365Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:04:58.365Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:04:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:05:07.924Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:05:07.937Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:05:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:05:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:05:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:05:58.365Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:05:58.365Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:05:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:06:07.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:06:07.975Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:06:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:06:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:06:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:06:58.365Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:06:58.366Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:06:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:07:07.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:07:07.942Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:07:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:07:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:07:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:07:58.365Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:07:58.365Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:07:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:08:07.935Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:08:07.939Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:08:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:08:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:08:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:08:58.365Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:08:58.365Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:08:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:09:07.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:09:07.958Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:09:58.365Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:09:58.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:09:58.367Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:09:58.367Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:09:58.367Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:09:58.367Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:10:07.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:10:07.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:10:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:10:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:10:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:10:58.365Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:10:58.366Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:10:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:11:07.979Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:11:07.981Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:11:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:11:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:11:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:11:58.367Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:11:58.367Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:11:58.368Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:12:07.923Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:12:07.937Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:12:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:12:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:12:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:12:58.365Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:12:58.365Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:12:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:13:08.068Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:13:08.127Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:13:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:13:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:13:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:13:58.365Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:13:58.365Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:13:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:14:08.090Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:14:08.148Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:14:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:14:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:14:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:14:58.365Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:14:58.365Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:14:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:15:08.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:15:08.150Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:15:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:15:58.365Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:15:58.366Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:15:58.366Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:15:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:15:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:16:08.100Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:16:08.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:16:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:16:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:16:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:16:58.365Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:16:58.365Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:16:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:17:08.083Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:17:08.104Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:17:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:17:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:17:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:17:58.365Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:17:58.365Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:17:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:18:08.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:18:08.058Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:18:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:18:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:18:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:18:58.365Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:18:58.366Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:18:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:19:08.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:19:08.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:19:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:19:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:19:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:19:58.365Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:19:58.365Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:19:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:20:07.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:20:07.958Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:20:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:20:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:20:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:20:58.365Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:20:58.365Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:20:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:21:07.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:21:07.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:21:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:21:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:21:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:21:58.365Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:21:58.365Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:21:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:22:07.950Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:22:07.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:22:58.363Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:22:58.365Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:22:58.365Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:22:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:22:58.365Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:22:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:23:07.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:23:07.949Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:23:58.363Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:23:58.364Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:23:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:23:58.365Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:23:58.365Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:23:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:24:07.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:24:07.951Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:24:58.363Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:24:58.364Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:24:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:24:58.365Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:24:58.366Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:24:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:25:07.935Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:25:07.936Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:25:58.363Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:25:58.363Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:25:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:25:58.365Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:25:58.365Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:25:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:26:07.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:26:07.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:26:58.363Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:26:58.364Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:26:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:26:58.365Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:26:58.365Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:26:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:27:07.943Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:27:07.943Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:27:58.363Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:27:58.364Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:27:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:27:58.365Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:27:58.365Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:27:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:28:07.925Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:28:07.936Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:28:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:28:58.365Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:28:58.366Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:28:58.366Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:28:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:28:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:29:07.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:29:07.959Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:29:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:29:58.364Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:29:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:29:58.365Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:29:58.365Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:29:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:30:07.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:30:07.961Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:30:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:30:58.364Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:30:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:30:58.366Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:30:58.366Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:30:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:31:08.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:31:08.048Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:31:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:31:58.364Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:31:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:31:58.365Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:31:58.365Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:31:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:32:08.109Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:32:08.115Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:32:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:32:58.364Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:32:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:32:58.365Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:32:58.365Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:32:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:33:08.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:33:08.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:33:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:33:58.364Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:33:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:33:58.365Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:33:58.366Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:33:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:34:08.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:34:08.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:34:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:34:58.364Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:34:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:34:58.365Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:34:58.365Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:34:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:35:07.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:35:08.007Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:35:58.364Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:35:58.365Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:35:58.368Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:35:58.368Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:35:58.368Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:35:58.368Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:36:07.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:36:07.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:36:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:36:58.364Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:36:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:36:58.365Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:36:58.365Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:36:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:37:07.934Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:37:07.936Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:37:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:37:58.364Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:37:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:37:58.365Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:37:58.365Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:37:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:38:07.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:38:07.958Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:38:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:38:58.364Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:38:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:38:58.365Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:38:58.365Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:38:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:39:07.939Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:39:07.939Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:39:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:39:58.363Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:39:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:39:58.365Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:39:58.366Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:39:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:40:07.995Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:40:08.061Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:40:58.363Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:40:58.364Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:40:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:40:58.365Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:40:58.365Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:40:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:41:07.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:41:07.994Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:41:58.363Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:41:58.364Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:41:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:41:58.365Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:41:58.366Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:41:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:42:07.959Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:42:07.959Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:42:58.363Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:42:58.365Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:42:58.365Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:42:58.365Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:42:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:42:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:43:07.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:43:07.939Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:43:58.363Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:43:58.364Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:43:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:43:58.365Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:43:58.367Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:43:58.367Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:44:07.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:44:07.970Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:44:58.363Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:44:58.364Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:44:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:44:58.365Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:44:58.365Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:44:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:45:07.957Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:45:07.962Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:45:58.363Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:45:58.364Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:45:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:45:58.365Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:45:58.365Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:45:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:46:08.047Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:46:08.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:46:58.363Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:46:58.364Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:46:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:46:58.365Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:46:58.365Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:46:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:47:08.089Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:47:08.145Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:47:58.363Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:47:58.363Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:47:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:47:58.365Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:47:58.365Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:47:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:48:08.110Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:48:08.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:48:58.363Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:48:58.364Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:48:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:48:58.365Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:48:58.365Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:48:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:49:08.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:49:08.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:49:58.363Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:49:58.365Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:49:58.366Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:49:58.366Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:49:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:49:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:50:07.929Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:50:07.936Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:50:58.363Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:50:58.364Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:50:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:50:58.365Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:50:58.365Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:50:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:51:07.935Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:51:07.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:51:58.363Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:51:58.364Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:51:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:51:58.365Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:51:58.365Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:51:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:52:07.939Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:52:07.939Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:52:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:52:58.363Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:52:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:52:58.365Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:52:58.365Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:52:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:53:07.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:53:07.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:53:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:53:58.364Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:53:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:53:58.365Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:53:58.365Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:53:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:54:07.932Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:54:07.964Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:54:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:54:58.363Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:54:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:54:58.365Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:54:58.365Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:54:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:55:07.932Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:55:07.941Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:55:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:55:58.363Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:55:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:55:58.365Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:55:58.365Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:55:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:56:07.961Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:56:07.979Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:56:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:56:58.365Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:56:58.366Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:56:58.366Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:56:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:56:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:57:07.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:57:07.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:57:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:57:58.364Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:57:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:57:58.365Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:57:58.365Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:57:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:58:08.049Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:58:08.106Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:58:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:58:58.364Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:58:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:58:58.365Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:58:58.365Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:58:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:59:08.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:59:08.154Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T10:59:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:59:58.363Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:59:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T10:59:58.365Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T10:59:58.366Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T10:59:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:00:08.089Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:00:08.151Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:00:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:00:58.363Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:00:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:00:58.365Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:00:58.366Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:00:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:01:08.041Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:01:08.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:01:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:01:58.364Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:01:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:01:58.365Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:01:58.365Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:01:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:02:07.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:02:07.958Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:02:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:02:58.363Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:02:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:02:58.365Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:02:58.365Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:02:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:03:07.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:03:07.980Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:03:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:03:58.365Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:03:58.366Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:03:58.366Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:03:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:03:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:04:07.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:04:07.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:04:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:04:58.364Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:04:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:04:58.365Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:04:58.365Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:04:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:05:07.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:05:07.953Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:05:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:05:58.364Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:05:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:05:58.365Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:05:58.365Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:05:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:06:08.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:06:08.003Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:06:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:06:58.364Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:06:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:06:58.365Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:06:58.365Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:06:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:07:08.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:07:08.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:07:58.363Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:07:58.364Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:07:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:07:58.365Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:07:58.365Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:07:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:08:07.930Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:08:07.930Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:08:58.363Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:08:58.363Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:08:58.363Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:08:58.365Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:08:58.366Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:08:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:09:07.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:09:07.958Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:09:58.363Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:09:58.363Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:09:58.363Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:09:58.365Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:09:58.365Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:09:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:10:07.946Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:10:07.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:10:58.363Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:10:58.365Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:10:58.366Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:10:58.367Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:10:58.366Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:10:58.367Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:11:07.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:11:07.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:11:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:11:58.364Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:11:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:11:58.365Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:11:58.365Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:11:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:12:07.939Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:12:07.943Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:12:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:12:58.364Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:12:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:12:58.365Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:12:58.366Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:12:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:13:07.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:13:07.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:13:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:13:58.364Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:13:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:13:58.365Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:13:58.365Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:13:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:14:07.941Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:14:07.943Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:14:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:14:58.364Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:14:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:14:58.365Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:14:58.365Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:14:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:15:08.084Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:15:08.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:15:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:15:58.363Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:15:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:15:58.365Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:15:58.365Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:15:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:16:07.953Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:16:07.960Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:16:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:16:58.363Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:16:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:16:58.365Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:16:58.365Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:16:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:17:07.949Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:17:07.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:17:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:17:58.364Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:17:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:17:58.365Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:17:58.365Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:17:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:18:07.959Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:18:07.967Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:18:58.363Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:18:58.365Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:18:58.365Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:18:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:18:58.365Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:18:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:19:07.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:19:07.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:19:58.363Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:19:58.364Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:19:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:19:58.365Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:19:58.365Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:19:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:20:07.940Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:20:07.944Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:20:58.363Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:20:58.364Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:20:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:20:58.365Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:20:58.365Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:20:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:21:02.232Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:02.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-22T11:21:02.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d09a5f92-af75-4197-9182-55aa1b1be487","serviceName":"vFW 2022-08-22 11-16-58","serviceVersion":"1.0","serviceUUID":"803ab900-28a3-48ae-ab25-853efc62bc68","serviceDescription":"catalog service description","serviceInvariantUUID":"09edba69-8882-4342-8a76-19967eac1c26","resources":[{"resourceInstanceName":"vFW bbc2a973-a0ea 0","resourceName":"vFW bbc2a973-a0ea","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"83e23bd3-dc67-4158-beb7-be172bf6580c","resourceInvariantUUID":"e8cd0675-418e-4698-bf49-0bf2de048a9d","resourceCustomizationUUID":"5f13b3b9-ab0f-48cc-afc6-d523e4cb727a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vf-license-model.xml","artifactChecksum":"NDI5MTQxNTVmZDAxNGU0NWRkNDYxYzMzN2MwNTM2ZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4fdcaf4b-011e-4aa1-a0b2-60f3abc82c4d","artifactVersion":"1"},{"artifactName":"vfwbbc2a973a0ea0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json","artifactChecksum":"OTEzYTMxZDYxNjM5MjYxZTBiZmQ0NTc0MDk3OWE5MGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"072409b0-853f-4385-89cb-2c9fcc26058e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a458a83-1a1a-4951-a512-5e33c48a4ff7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vendor-license-model.xml","artifactChecksum":"MGVhMTllMjQ3MzM3ZDcxZTZkYzE1MjFiNzQyOWMzZWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2c4ea13e-87d2-4de4-8f60-1abb514a4eb9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4eaf83a8-ecc9-4482-8db4-5d30a911c143","artifactVersion":"2","generatedFromUUID":"7a458a83-1a1a-4951-a512-5e33c48a4ff7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220822111658-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-template.yml","artifactChecksum":"MjAwNGUyMjhhN2M3YzRlODc5YjkwNWIyNDBiZTFmNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"145de823-acf7-4b5b-b433-363f6ac06725","artifactVersion":"1"},{"artifactName":"service-Vfw20220822111658-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar","artifactChecksum":"Mzc3MDE4OTYyZDE3YmJmMzMzODBjOGRlYTcwZmJkNTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5ede6ce-0364-4b89-9a89-8b23028d78be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-22T11:21:02.265Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T11:21:02.275Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:21:02.288Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:21:02.289Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167258363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:21:02.390Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-22T11:21:02.398Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:21:02.398Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:21:02.461Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:02.463Z||pool-3-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":5,"count":1}
2022-08-22T11:21:02.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:02.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:21:02.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167258363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:21:02.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:21:03.297Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T11:21:03.298Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:21:03.300Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:21:03.300Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167258363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json",
"status": "NOTIFIED"
}
2022-08-22T11:21:03.400Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:21:03.401Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:21:03.401Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:21:03.429Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:03.430Z||pool-4-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-22T11:21:04.301Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T11:21:04.304Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:21:04.306Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:21:04.306Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167258363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-22T11:21:04.406Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:21:04.408Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:21:04.408Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:21:04.446Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:04.447Z||pool-5-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-08-22T11:21:05.307Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T11:21:05.308Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:21:05.310Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:21:05.310Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167258363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:21:05.417Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-08-22T11:21:05.419Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:21:05.419Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:21:05.494Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:05.494Z||pool-6-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1}
2022-08-22T11:21:06.311Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T11:21:06.312Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:21:06.313Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:21:06.314Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167258363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-22T11:21:06.414Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:21:06.415Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:21:06.416Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:21:06.457Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:06.458Z||pool-7-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-08-22T11:21:07.314Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T11:21:07.315Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:21:07.317Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:21:07.317Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167258363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:21:07.417Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:21:07.419Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:21:07.419Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:21:07.499Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:07.500Z||pool-8-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-08-22T11:21:08.318Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T11:21:08.319Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:21:08.321Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:21:08.322Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167258363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T11:21:08.422Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:21:08.423Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:21:08.423Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:21:08.461Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:08.462Z||pool-9-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-08-22T11:21:09.324Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"serviceName": "vFW 2022-08-22 11-16-58",
"serviceVersion": "1.0",
"serviceUUID": "803ab900-28a3-48ae-ab25-853efc62bc68",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "09edba69-8882-4342-8a76-19967eac1c26",
"resources": [
{
"resourceInstanceName": "vFW bbc2a973-a0ea 0",
"resourceCustomizationUUID": "5f13b3b9-ab0f-48cc-afc6-d523e4cb727a",
"resourceName": "vFW bbc2a973-a0ea",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "83e23bd3-dc67-4158-beb7-be172bf6580c",
"resourceInvariantUUID": "e8cd0675-418e-4698-bf49-0bf2de048a9d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbbc2a973a0ea0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json",
"artifactChecksum": "OTEzYTMxZDYxNjM5MjYxZTBiZmQ0NTc0MDk3OWE5MGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "072409b0-853f-4385-89cb-2c9fcc26058e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7a458a83-1a1a-4951-a512-5e33c48a4ff7",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4eaf83a8-ecc9-4482-8db4-5d30a911c143",
"generatedFromUUID": "7a458a83-1a1a-4951-a512-5e33c48a4ff7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4eaf83a8-ecc9-4482-8db4-5d30a911c143",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220822111658-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar",
"artifactChecksum": "Mzc3MDE4OTYyZDE3YmJmMzMzODBjOGRlYTcwZmJkNTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f5ede6ce-0364-4b89-9a89-8b23028d78be"
}
],
"workloadContext": "Production"
}
2022-08-22T11:21:09.325Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-22T11:21:09.326Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 803ab900-28a3-48ae-ab25-853efc62bc68 ASDC
2022-08-22T11:21:09.531Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d09a5f92-af75-4197-9182-55aa1b1be487
ServiceName:vFW 2022-08-22 11-16-58
ServiceVersion:1.0
ServiceUUID:803ab900-28a3-48ae-ab25-853efc62bc68
ServiceInvariantUUID:09edba69-8882-4342-8a76-19967eac1c26
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220822111658-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar
ArtifactUUID:f5ede6ce-0364-4b89-9a89-8b23028d78be
ArtifactChecksum:Mzc3MDE4OTYyZDE3YmJmMzMzODBjOGRlYTcwZmJkNTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bbc2a973-a0ea 0
ResourceCustomizationUUID:5f13b3b9-ab0f-48cc-afc6-d523e4cb727a
ResourceInvariantUUID:e8cd0675-418e-4698-bf49-0bf2de048a9d
ResourceName:vFW bbc2a973-a0ea
ResourceType:VF
ResourceUUID:83e23bd3-dc67-4158-beb7-be172bf6580c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbbc2a973a0ea0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json
ArtifactUUID:072409b0-853f-4385-89cb-2c9fcc26058e
ArtifactChecksum:OTEzYTMxZDYxNjM5MjYxZTBiZmQ0NTc0MDk3OWE5MGI=
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/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml
ArtifactUUID:7a458a83-1a1a-4951-a512-5e33c48a4ff7
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/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env
ArtifactUUID:4eaf83a8-ecc9-4482-8db4-5d30a911c143
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/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env
ArtifactUUID:4eaf83a8-ecc9-4482-8db4-5d30a911c143
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-22T11:21:09.532Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 803ab900-28a3-48ae-ab25-853efc62bc68 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-22T11:21:09.803Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-22T11:21:09.805Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-22T11:21:09.807Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-22T11:21:09.808Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f5ede6ce-0364-4b89-9a89-8b23028d78be from URL: /sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:09.808Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-22T11:21:09.810Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:10.378Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-22T11:21:10.386Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar f5ede6ce-0364-4b89-9a89-8b23028d78be 100654
2022-08-22T11:21:10.387Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar ASDC sendASDCNotification
2022-08-22T11:21:10.387Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:10.387Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T11:21:10.389Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:21:10.391Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:21:10.391Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167270386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:21:10.491Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-22T11:21:10.492Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:21:10.492Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:21:10.525Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:10.526Z||pool-10-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-22T11:21:11.392Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-22T11:21:11.393Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-22T11:21:11.394Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f5ede6ce-0364-4b89-9a89-8b23028d78be, URL: /sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar to file: /app/ASDC/1/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:11.395Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220822111658-csar.csar
2022-08-22T11:21:11.513Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:11.514Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:12.251Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17923221536962037777/Definitions/service-Vfw20220822111658-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-08-22T11:21:15.359Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-22T11:21:15.364Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-22T11:21:15.364Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:15.365Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-22T11:21:15.365Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:15.365Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:15.365Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:15.365Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:15.366Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:15.366Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:15.366Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:15.366Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bbc2a973-a0ea 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-Vfw20220822111658-csar.csar
2022-08-22T11:21:15.366Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:15.367Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:15.367Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:15.367Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-22T11:21:15.373Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:15.375Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-22 11-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:21:15.379Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is matching search criteria
2022-08-22T11:21:15.379Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-22T11:21:15.381Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bbc2a973-a0ea 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-22T11:21:15.383Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:15.383Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-22 11-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:21:15.383Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is matching search criteria
2022-08-22T11:21:15.383Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-22T11:21:15.384Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bbc2a973-a0ea 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-22T11:21:15.384Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:15.384Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-22 11-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:21:15.388Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:15.388Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is not matching search criteria
2022-08-22T11:21:15.388Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T11:21:15.388Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T11:21:15.388Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T11:21:15.388Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T11:21:15.389Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:21:15.389Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T11:21:15.389Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:21:15.389Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T11:21:15.389Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T11:21:15.389Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:21:15.389Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T11:21:15.390Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T11:21:15.390Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T11:21:15.390Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T11:21:15.390Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:21:15.390Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-22T11:21:15.390Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:15.390Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-22 11-16-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-22T11:21:15.392Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:15.392Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is matching search criteria
2022-08-22T11:21:15.393Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bbc2a973-a0ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T11:21:15.393Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:15.393Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is matching search criteria
2022-08-22T11:21:15.393Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bbc2a973-a0ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T11:21:15.393Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:15.394Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is matching search criteria
2022-08-22T11:21:15.394Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bbc2a973-a0ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T11:21:15.394Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:15.394Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is not matching search criteria
2022-08-22T11:21:15.394Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T11:21:15.394Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T11:21:15.395Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-22T11:21:15.395Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T11:21:15.395Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T11:21:15.395Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:21:15.395Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T11:21:15.395Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T11:21:15.396Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T11:21:15.396Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T11:21:15.396Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:21:15.396Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7fdfed47-5cec-44fc-93d3-7fb70a09431b
2022-08-22T11:21:15.396Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:15.396Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is not matching search criteria
2022-08-22T11:21:15.397Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T11:21:15.397Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T11:21:15.397Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T11:21:15.397Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T11:21:15.397Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:21:15.397Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T11:21:15.397Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:21:15.398Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-22T11:21:15.398Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T11:21:15.398Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T11:21:15.398Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T11:21:15.398Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:21:15.398Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=65f69165-99dd-44f5-acc1-d7674f88a241
2022-08-22T11:21:15.398Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:15.399Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is not matching search criteria
2022-08-22T11:21:15.399Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T11:21:15.399Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T11:21:15.399Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T11:21:15.399Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T11:21:15.399Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:21:15.400Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T11:21:15.400Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:21:15.400Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T11:21:15.400Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T11:21:15.400Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:21:15.400Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T11:21:15.400Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-22T11:21:15.401Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ddac67ed-920a-4ee9-bf64-79ca06251f31
2022-08-22T11:21:15.401Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:15.401Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-22 11-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:21:15.401Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:15.401Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-22 11-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:21:15.401Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:15.402Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-22 11-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:21:15.402Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:15.402Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-22 11-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:21:15.402Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-22 11-16-58
Description:catalog service description
Model UUID:803ab900-28a3-48ae-ab25-853efc62bc68
Model Version:NULL
Model InvariantUuid:09edba69-8882-4342-8a76-19967eac1c26
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW bbc2a973-a0ea
Model UUID:511ed6bf-bf3d-4eb2-b8a4-4cc358fd2f12
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e8cd0675-418e-4698-bf49-0bf2de048a9d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5f13b3b9-ab0f-48cc-afc6-d523e4cb727a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7df5e146-9afc-498c-a5a7-0f51fb254319
ModelName:VfwBbc2a973A0ea..base_vfw..module-0
ModelUuid:8bdf069e-c03f-46d9-801e-5f3915f9c20f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7fdfed47-5cec-44fc-93d3-7fb70a09431b
ModelInvariantUuid:ed9d43f3-4522-4e19-b558-ebc384effe9b
ModelName:vFW bbc2a973-a0ea-nodes.vfwCvfc
ModelUuid:4e763915-8ac2-4a20-9171-2e85ab354680
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:35e1fceb-f836-4277-af94-9344f465a456
ModelInvariantUuid:11e80772-be7b-4814-a8a2-2d82a3078359
ModelName:VfwBbc2a973A0ea.compute.nodes.heat.vfw
ModelUuid:d6113378-6528-4b07-803e-9d8569e32515
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:65f69165-99dd-44f5-acc1-d7674f88a241
ModelInvariantUuid:8623cbde-085c-4a44-accd-2d4a3a437225
ModelName:vFW bbc2a973-a0ea-nodes.vsnCvfc
ModelUuid:489650d4-d1b8-4418-a407-b228f8c44eeb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:5cf6359e-33d3-4354-bc98-c7a1f0bf3c50
ModelInvariantUuid:d1dfe098-d462-4cc6-8c74-f44f8eb03365
ModelName:VfwBbc2a973A0ea.compute.nodes.heat.vsn
ModelUuid:04f89699-ff73-47b4-9682-f2b87346184e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ddac67ed-920a-4ee9-bf64-79ca06251f31
ModelInvariantUuid:1fe99d64-6209-4067-8c14-74228e3f98cd
ModelName:vFW bbc2a973-a0ea-nodes.vpgCvfc
ModelUuid:c6b64c6e-d327-4839-92c3-88c3d773feee
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:01698187-915e-44a7-bbb1-889b8ddc782e
ModelInvariantUuid:f09f2097-327d-4e57-97b3-2d6eb53de481
ModelName:VfwBbc2a973A0ea.compute.nodes.heat.vpg
ModelUuid:21d539e9-69c8-4128-a914-03638efa49d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-22T11:21:15.432Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 83e23bd3-dc67-4158-beb7-be172bf6580c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-22T11:21:15.535Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||vFW bbc2a973-a0ea 0
2022-08-22T11:21:15.541Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 83e23bd3-dc67-4158-beb7-be172bf6580c
2022-08-22T11:21:15.541Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 072409b0-853f-4385-89cb-2c9fcc26058e from URL: /sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json
2022-08-22T11:21:15.542Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-22T11:21:15.542Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json
2022-08-22T11:21:16.030Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-22T11:21:16.030Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json 072409b0-853f-4385-89cb-2c9fcc26058e 785
2022-08-22T11:21:16.031Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json ASDC sendASDCNotification
2022-08-22T11:21:16.031Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json
2022-08-22T11:21:16.031Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T11:21:16.031Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:21:16.034Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:21:16.034Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167276030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:21:16.135Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:21:16.136Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:21:16.136Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:21:16.196Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:16.196Z||pool-11-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-08-22T11:21:17.035Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBbc2a973A0ea..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7df5e146-9afc-498c-a5a7-0f51fb254319",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8bdf069e-c03f-46d9-801e-5f3915f9c20f",
"vfModuleModelCustomizationUUID": "33ec312b-bf92-45fe-acc5-56ed292e25ec",
"isBase": true,
"artifacts": [
"7a458a83-1a1a-4951-a512-5e33c48a4ff7",
"4eaf83a8-ecc9-4482-8db4-5d30a911c143"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-08-22T11:21:17.049Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBbc2a973A0ea..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8bdf069e-c03f-46d9-801e-5f3915f9c20f
VfModuleModelInvariantUUID:7df5e146-9afc-498c-a5a7-0f51fb254319
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a458a83-1a1a-4951-a512-5e33c48a4ff7
,
4eaf83a8-ecc9-4482-8db4-5d30a911c143
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-08-22T11:21:17.052Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBbc2a973A0ea..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7df5e146-9afc-498c-a5a7-0f51fb254319",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8bdf069e-c03f-46d9-801e-5f3915f9c20f",
"vfModuleModelCustomizationUUID": "33ec312b-bf92-45fe-acc5-56ed292e25ec",
"isBase": true,
"artifacts": [
"7a458a83-1a1a-4951-a512-5e33c48a4ff7",
"4eaf83a8-ecc9-4482-8db4-5d30a911c143"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-08-22T11:21:17.052Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBbc2a973A0ea..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8bdf069e-c03f-46d9-801e-5f3915f9c20f
VfModuleModelInvariantUUID:7df5e146-9afc-498c-a5a7-0f51fb254319
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a458a83-1a1a-4951-a512-5e33c48a4ff7
,
4eaf83a8-ecc9-4482-8db4-5d30a911c143
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-08-22T11:21:17.052Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7a458a83-1a1a-4951-a512-5e33c48a4ff7 from URL: /sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml
2022-08-22T11:21:17.052Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-22T11:21:17.052Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml
2022-08-22T11:21:17.345Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-22T11:21:17.345Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml 7a458a83-1a1a-4951-a512-5e33c48a4ff7 20368
2022-08-22T11:21:17.346Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-22T11:21:17.346Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml
2022-08-22T11:21:17.346Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T11:21:17.346Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:21:17.348Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:21:17.348Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167277346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:21:17.448Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:21:17.449Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:21:17.449Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:21:17.524Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:17.525Z||pool-12-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":2,"count":1}
2022-08-22T11:21:18.349Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4eaf83a8-ecc9-4482-8db4-5d30a911c143 from URL: /sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env
2022-08-22T11:21:18.349Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-22T11:21:18.350Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env
2022-08-22T11:21:18.889Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-22T11:21:18.890Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env 4eaf83a8-ecc9-4482-8db4-5d30a911c143 2098
2022-08-22T11:21:18.890Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-22T11:21:18.890Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env
2022-08-22T11:21:18.890Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T11:21:18.890Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:21:18.892Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:21:18.892Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167278890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:21:18.992Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:21:18.993Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:21:18.993Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:21:19.034Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:19.034Z||pool-13-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-08-22T11:21:19.894Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 803ab900-28a3-48ae-ab25-853efc62bc68
2022-08-22T11:21:19.894Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bbc2a973-a0ea 0 83e23bd3-dc67-4158-beb7-be172bf6580c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-22T11:21:19.938Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65d9bdf7, org.onap.sdc.toscaparser.api.parameters.Input@4e2e03c4, org.onap.sdc.toscaparser.api.parameters.Input@69471188, org.onap.sdc.toscaparser.api.parameters.Input@35989f42, org.onap.sdc.toscaparser.api.parameters.Input@1d86ba03]
2022-08-22T11:21:19.941Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:19.942Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-22 11-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:21:19.942Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-08-22T11:21:19.942Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5f13b3b9-ab0f-48cc-afc6-d523e4cb727a
2022-08-22T11:21:19.942Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f13b3b9-ab0f-48cc-afc6-d523e4cb727a matches Tosca VF Customization UUID: 5f13b3b9-ab0f-48cc-afc6-d523e4cb727a
2022-08-22T11:21:19.942Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5f13b3b9-ab0f-48cc-afc6-d523e4cb727a matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-22T11:21:19.952Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:19.953Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-22 11-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:21:19.954Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5f13b3b9-ab0f-48cc-afc6-d523e4cb727a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-22T11:21:19.954Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c5a1f61
2022-08-22T11:21:19.954Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:19.955Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-22 11-16-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-22T11:21:19.955Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 33ec312b-bf92-45fe-acc5-56ed292e25ec
2022-08-22T11:21:19.956Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 33ec312b-bf92-45fe-acc5-56ed292e25ec
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-22T11:21:19.968Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:19.969Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is matching search criteria
2022-08-22T11:21:19.969Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bbc2a973-a0ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T11:21:19.970Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:19.970Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is matching search criteria
2022-08-22T11:21:19.970Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bbc2a973-a0ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T11:21:19.973Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:19.973Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is not matching search criteria
2022-08-22T11:21:19.974Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T11:21:19.974Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T11:21:19.974Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-22T11:21:19.974Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T11:21:19.974Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T11:21:19.974Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:21:19.975Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T11:21:19.975Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T11:21:19.975Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T11:21:19.975Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T11:21:19.976Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:21:19.976Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7fdfed47-5cec-44fc-93d3-7fb70a09431b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-22T11:21:19.987Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:19.988Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is matching search criteria
2022-08-22T11:21:19.988Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bbc2a973-a0ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T11:21:19.988Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:19.988Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is not matching search criteria
2022-08-22T11:21:19.989Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T11:21:19.989Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T11:21:19.989Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T11:21:19.989Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T11:21:19.989Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:21:19.989Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T11:21:19.990Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:21:19.990Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-22T11:21:19.990Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T11:21:19.990Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T11:21:19.990Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T11:21:19.991Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:21:19.991Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=65f69165-99dd-44f5-acc1-d7674f88a241
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-22T11:21:19.995Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:19.995Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is matching search criteria
2022-08-22T11:21:19.995Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bbc2a973-a0ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T11:21:20.000Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:20.000Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is not matching search criteria
2022-08-22T11:21:20.001Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T11:21:20.001Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T11:21:20.001Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T11:21:20.002Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T11:21:20.002Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:21:20.002Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T11:21:20.003Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:21:20.003Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T11:21:20.003Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T11:21:20.004Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:21:20.004Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T11:21:20.005Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-22T11:21:20.005Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ddac67ed-920a-4ee9-bf64-79ca06251f31
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-22T11:21:20.009Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:20.010Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is matching search criteria
2022-08-22T11:21:20.010Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bbc2a973-a0ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T11:21:20.011Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:20.011Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Node template vFW bbc2a973-a0ea 0 is matching search criteria
2022-08-22T11:21:20.012Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bbc2a973-a0ea 0] matching following query criteria: sdcType=VF, customizationUUID=5f13b3b9-ab0f-48cc-afc6-d523e4cb727a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-22T11:21:20.015Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:20.016Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-22 11-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:21:20.017Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 803ab900-28a3-48ae-ab25-853efc62bc68: vFW bbc2a973-a0ea
2022-08-22T11:21:20.017Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:20.017Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-22 11-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:21:20.018Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:20.018Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-22 11-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:21:20.019Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:20.019Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-22 11-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:21:20.020Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:20.020Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-22 11-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:21:20.020Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:21:20.021Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-22 11-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:21:20.021Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-08-22 11-16-58
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-22T11:21:20.406Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bbc2a973-a0ea 83e23bd3-dc67-4158-beb7-be172bf6580c 1 ASDC deployResourceStructure
2022-08-22T11:21:20.407Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json ASDC sendASDCNotification
2022-08-22T11:21:20.407Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json
2022-08-22T11:21:20.407Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-22T11:21:20.407Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:21:20.409Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:21:20.409Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167280407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-22T11:21:20.509Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:21:20.510Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:21:20.510Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:21:20.553Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:20.554Z||pool-14-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-08-22T11:21:21.410Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-22T11:21:21.411Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml
2022-08-22T11:21:21.411Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-22T11:21:21.411Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:21:21.413Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:21:21.413Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167281410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-22T11:21:21.514Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:21:21.514Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:21:21.515Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:21:21.549Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:21.550Z||pool-15-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-22T11:21:22.414Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-22T11:21:22.415Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env
2022-08-22T11:21:22.415Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-22T11:21:22.415Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:21:22.417Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:21:22.417Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167282414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-22T11:21:22.517Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:21:22.518Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:21:22.518Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:21:22.569Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:22.569Z||pool-16-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-08-22T11:21:23.417Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar ASDC sendASDCNotification
2022-08-22T11:21:23.419Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar
2022-08-22T11:21:23.419Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-22T11:21:23.419Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:21:23.421Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:21:23.421Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167283417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T11:21:23.521Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:21:23.522Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:21:23.522Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:21:23.549Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:23.550Z||pool-17-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-08-22T11:21:24.422Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d09a5f92-af75-4197-9182-55aa1b1be487
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-22T11:21:24.450Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d09a5f92-af75-4197-9182-55aa1b1be487
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-22T11:21:24.453Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-22T11:21:24.453Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-22T11:21:24.454Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-22T11:21:54.454Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d09a5f92-af75-4197-9182-55aa1b1be487
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-22T11:21:54.469Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d09a5f92-af75-4197-9182-55aa1b1be487
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-22T11:21:54.473Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-22T11:21:54.473Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-22T11:21:54.474Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-22T11:21:58.365Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:21:58.366Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:21:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:21:58.449Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:21:58.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:21:58.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "cds",
"timestamp": 1661167256499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:21:58.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:22:24.474Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d09a5f92-af75-4197-9182-55aa1b1be487
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-22T11:22:24.488Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d09a5f92-af75-4197-9182-55aa1b1be487
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-22T11:22:24.491Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-22T11:22:24.491Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-22T11:22:24.492Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-22T11:22:54.492Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d09a5f92-af75-4197-9182-55aa1b1be487
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-22T11:22:54.504Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d09a5f92-af75-4197-9182-55aa1b1be487
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-22T11:22:54.508Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-22T11:22:54.508Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-22T11:22:54.509Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-22T11:22:58.365Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:22:58.366Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:22:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:22:58.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:22:58.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:22:58.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661167254174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:22:58.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:24.509Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d09a5f92-af75-4197-9182-55aa1b1be487
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-22T11:23:24.523Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d09a5f92-af75-4197-9182-55aa1b1be487
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-22T11:23:24.526Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-22T11:23:24.526Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-22T11:23:24.526Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-22T11:23:54.527Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d09a5f92-af75-4197-9182-55aa1b1be487
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-22T11:23:54.540Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d09a5f92-af75-4197-9182-55aa1b1be487
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-22T11:23:54.543Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-22T11:23:54.543Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-22T11:23:54.543Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-22T11:23:58.365Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:23:58.366Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:23:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:23:58.919Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:23:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167258363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json",
"status": "NOTIFIED"
}
2022-08-22T11:23:58.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "cds",
"timestamp": 1661167256499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661167254174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json",
"status": "NOTIFIED"
}
2022-08-22T11:23:58.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167258363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-22T11:23:58.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661167254174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-22T11:23:58.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "cds",
"timestamp": 1661167256499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167258363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "cds",
"timestamp": 1661167256499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661167254174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167258363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-22T11:23:58.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "cds",
"timestamp": 1661167256499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661167254174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-22T11:23:58.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167258363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "cds",
"timestamp": 1661167256499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661167254174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167258363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T11:23:58.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "cds",
"timestamp": 1661167256499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T11:23:58.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661167254174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T11:23:58.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661167270675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:23:58.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "cds",
"timestamp": 1661167270753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:23:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167270386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:23:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661167271980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:23:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661167273277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:23:58.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661167274526,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-22T11:23:58.942Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d09a5f92-af75-4197-9182-55aa1b1be487
2022-08-22T11:23:58.942Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d09a5f92-af75-4197-9182-55aa1b1be487 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-22T11:23:58.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661167275530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-22T11:23:58.954Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167276030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:23:58.955Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661167275721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167277346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:23:58.955Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661167275721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "aai-ml",
"timestamp": 1661167277459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661167275721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "aai-ml",
"timestamp": 1661167277459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167278890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:23:58.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "aai-ml",
"timestamp": 1661167277459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661167275721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167280407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vfwbbc2a973a0ea0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-22T11:23:58.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "aai-ml",
"timestamp": 1661167277459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661167275721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167281410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-22T11:23:58.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "aai-ml",
"timestamp": 1661167277459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661167275721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167282414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/resourceInstances/vfwbbc2a973a0ea0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-22T11:23:58.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661167275721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T11:23:58.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "aai-ml",
"timestamp": 1661167277459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:23:58.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167283417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T11:23:58.961Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "aai-ml",
"timestamp": 1661167277459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T11:23:58.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-08-22T11:23:58.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661167283753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:23:58.961Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "aai-ml",
"timestamp": 1661167285542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:23:58.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "aai-ml",
"timestamp": 1661167286576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-22T11:23:58.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "aai-ml",
"timestamp": 1661167287597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-22T11:23:58.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "aai-ml",
"timestamp": 1661167288602,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-22T11:23:58.970Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d09a5f92-af75-4197-9182-55aa1b1be487
2022-08-22T11:23:58.970Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d09a5f92-af75-4197-9182-55aa1b1be487 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-22T11:23:58.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661167289931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822111658/1.0/artifacts/service-Vfw20220822111658-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-22T11:23:58.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:23:58.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-22T11:23:58.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661167290936,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-22T11:23:58.991Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d09a5f92-af75-4197-9182-55aa1b1be487
2022-08-22T11:23:58.991Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d09a5f92-af75-4197-9182-55aa1b1be487 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-22T11:24:24.544Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d09a5f92-af75-4197-9182-55aa1b1be487
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-22T11:24:24.560Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d09a5f92-af75-4197-9182-55aa1b1be487
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-22T11:24:24.564Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-22T11:24:24.564Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-22T11:24:24.564Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-22T11:24:24.564Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-22T11:24:24.564Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-08-22T11:24:24.565Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-22T11:24:24.573Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-22T11:24:54.574Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d09a5f92-af75-4197-9182-55aa1b1be487 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-22T11:24:54.586Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d09a5f92-af75-4197-9182-55aa1b1be487 and serviceModelVersionId: 803ab900-28a3-48ae-ab25-853efc62bc68
2022-08-22T11:24:54.586Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09edba69-8882-4342-8a76-19967eac1c26
2022-08-22T11:24:58.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:24:58.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:24:58.388Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:25:08.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:25:09.069Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09edba69-8882-4342-8a76-19967eac1c26/model-vers/model-ver/803ab900-28a3-48ae-ab25-853efc62bc68?depth=0
2022-08-22T11:25:09.176Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-22T11:25:09.725Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/09edba69-8882-4342-8a76-19967eac1c26/model-vers/model-ver/803ab900-28a3-48ae-ab25-853efc62bc68?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-08-22T11:25:09.731Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/09edba69-8882-4342-8a76-19967eac1c26/model-vers/model-ver/803ab900-28a3-48ae-ab25-853efc62bc68?depth=0|INFO|500||Invoke
2022-08-22T11:25:09.756Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/09edba69-8882-4342-8a76-19967eac1c26/model-vers/model-ver/803ab900-28a3-48ae-ab25-853efc62bc68?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-08-22T11:25:09.808Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/09edba69-8882-4342-8a76-19967eac1c26/model-vers/model-ver/803ab900-28a3-48ae-ab25-853efc62bc68?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-08-22T11:25:09.808Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/09edba69-8882-4342-8a76-19967eac1c26/model-vers/model-ver/803ab900-28a3-48ae-ab25-853efc62bc68?depth=0 has http status code:503 and response headers:{date=[Mon, 22 Aug 2022 11:25:09 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-08-22T11:25:09.810Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-22T11:25:09.824Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=d09a5f92-af75-4197-9182-55aa1b1be487 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-22T11:25:09.824Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=d09a5f92-af75-4197-9182-55aa1b1be487 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-22T11:25:09.825Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=d09a5f92-af75-4197-9182-55aa1b1be487 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-22T11:25:09.825Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=d09a5f92-af75-4197-9182-55aa1b1be487 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-22T11:25:09.834Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-22T11:25:09.835Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d09a5f92-af75-4197-9182-55aa1b1be487 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=d09a5f92-af75-4197-9182-55aa1b1be487 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-22T11:25:09.836Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-22T11:25:09.837Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:25:09.839Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:25:09.840Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167509835,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dd09a5f92-af75-4197-9182-55aa1b1be487 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-22T11:25:09.940Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:25:09.941Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:25:09.941Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:25:10.008Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:25:10.008Z||pool-18-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-22T11:25:10.854Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:25:10.855Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:25:10.855Z|d09a5f92-af75-4197-9182-55aa1b1be487|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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:25:21.529Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:25:21.530Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:25:21.530Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:25:21.530Z|d09a5f92-af75-4197-9182-55aa1b1be487|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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:25:31.121Z|d09a5f92-af75-4197-9182-55aa1b1be487|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:25:31.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:25:31.123Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:25:31.123Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:25:40.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:25:40.725Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:25:40.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:25:40.726Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:25:50.302Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:25:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:25:58.365Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:25:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:25:58.365Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:25:58.365Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:25:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:25:59.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:25:59.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-22T11:25:59.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d09a5f92-af75-4197-9182-55aa1b1be487",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661167509835,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dd09a5f92-af75-4197-9182-55aa1b1be487 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-22T11:25:59.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-22T11:26:07.933Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:26:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:26:58.364Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:26:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:26:58.365Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:26:58.365Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:26:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:27:07.931Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:27:07.938Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:27:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:27:58.363Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:27:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:27:58.365Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:27:58.366Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:27:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:28:07.920Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:28:07.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:28:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:28:58.364Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:28:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:28:58.365Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:28:58.365Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:28:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:29:08.041Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:29:08.136Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:29:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:29:58.363Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:29:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:29:58.365Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:29:58.365Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:29:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:30:07.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:30:07.956Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:30:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:30:58.363Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:30:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:30:58.365Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:30:58.365Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:30:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:31:08.008Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:31:08.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:31:58.363Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:31:58.364Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:31:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:31:58.365Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:31:58.365Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:31:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:32:07.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:32:07.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:32:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:32:58.365Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:32:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:32:58.365Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:32:58.366Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:32:58.366Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:33:07.949Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:33:07.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:33:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:33:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:33:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:33:58.365Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:33:58.365Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:33:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:34:07.958Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:34:07.965Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:34:58.363Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:34:58.364Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:34:58.364Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:34:58.365Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-22T11:34:58.365Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-22T11:34:58.365Z||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 cZCRgwcYEVA0HX91) ...
2022-08-22T11:35:04.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:35:04.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-22T11:35:04.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e8774074-2229-4809-aa11-02c3e386ac70","serviceName":"vFW 2022-08-22 11-32-01","serviceVersion":"1.0","serviceUUID":"cce651df-3022-45e3-a2d1-20e8a6804cef","serviceDescription":"catalog service description","serviceInvariantUUID":"7ac63308-a649-44c5-87f3-db80be0121d7","resources":[{"resourceInstanceName":"vFW 4b54045c-0096 0","resourceName":"vFW 4b54045c-0096","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec60dcf3-64b6-4aff-a288-cb59ec1c49e0","resourceInvariantUUID":"fe321a44-304e-4c21-857a-c3727cc55813","resourceCustomizationUUID":"a1440d45-40ad-439a-b5a3-520062007530","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/vf-license-model.xml","artifactChecksum":"ZjMyNmYyYmUxODE2YTBlMTBiOGIwODliMzM5YjI3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a2cdfe4-c2b0-4cc1-964c-438941a613fa","artifactVersion":"1"},{"artifactName":"vfw4b54045c00960_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/vfw4b54045c00960_modules.json","artifactChecksum":"MmNlZjhkMDYxNjMxMDI3ZDZkYzk0ZmRmNDU3YjI3MzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"831ec714-f936-4cf3-8ee6-6eb10d56bee1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0ca80be1-2489-417c-bd3d-511d55214dd7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/vendor-license-model.xml","artifactChecksum":"YmZlM2JlN2YyY2RiNmU3MDViYTFkY2E3M2ExNTNiYTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"69e25912-5077-4897-a22d-acd0ee93471e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2ff6a58f-41be-4288-ba45-dc53129a80c0","artifactVersion":"2","generatedFromUUID":"0ca80be1-2489-417c-bd3d-511d55214dd7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220822113201-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822113201/1.0/artifacts/service-Vfw20220822113201-template.yml","artifactChecksum":"ZDVkNmU2ZmFiYzNhOGMxNDg3MmE1YTUxODIzNGNjYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"859fa67c-832a-435b-85ef-ca8a3728837b","artifactVersion":"1"},{"artifactName":"service-Vfw20220822113201-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220822113201/1.0/artifacts/service-Vfw20220822113201-csar.csar","artifactChecksum":"NjBjZTM3Yzg3MGQ1YjNkMmI1NjIwZDFkMWQyZDEwMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"424e1e94-34ad-4539-ba10-7f5ed1bd8b58","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-22T11:35:04.020Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T11:35:04.021Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:35:04.024Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:35:04.025Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e8774074-2229-4809-aa11-02c3e386ac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661168098363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:35:04.125Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-22T11:35:04.126Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:35:04.126Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:35:04.171Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:35:04.172Z||pool-19-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":5,"count":1}
2022-08-22T11:35:04.285Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:35:04.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-22T11:35:04.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8774074-2229-4809-aa11-02c3e386ac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661168098363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:35:04.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-22T11:35:05.025Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T11:35:05.026Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:35:05.029Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:35:05.029Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e8774074-2229-4809-aa11-02c3e386ac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661168098363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/vfw4b54045c00960_modules.json",
"status": "NOTIFIED"
}
2022-08-22T11:35:05.129Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:35:05.130Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:35:05.130Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:35:05.174Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:35:05.175Z||pool-20-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-08-22T11:35:06.029Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T11:35:06.030Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:35:06.032Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:35:06.033Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e8774074-2229-4809-aa11-02c3e386ac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661168098363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-22T11:35:06.133Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:35:06.133Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:35:06.134Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:35:06.177Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:35:06.177Z||pool-21-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-08-22T11:35:07.034Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T11:35:07.035Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:35:07.037Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:35:07.037Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e8774074-2229-4809-aa11-02c3e386ac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661168098363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:35:07.139Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-22T11:35:07.140Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:35:07.141Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:35:07.201Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:35:07.201Z||pool-22-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1}
2022-08-22T11:35:08.038Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T11:35:08.039Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:35:08.041Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:35:08.041Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e8774074-2229-4809-aa11-02c3e386ac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661168098363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-22T11:35:08.141Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:35:08.142Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:35:08.142Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:35:08.177Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:35:08.177Z||pool-23-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-22T11:35:09.042Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T11:35:09.042Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:35:09.045Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:35:09.045Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e8774074-2229-4809-aa11-02c3e386ac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661168098363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822113201/1.0/artifacts/service-Vfw20220822113201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-22T11:35:09.145Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:35:09.146Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:35:09.146Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:35:09.172Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:35:09.172Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-22T11:35:10.045Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-22T11:35:10.046Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:35:10.048Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:35:10.048Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e8774074-2229-4809-aa11-02c3e386ac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661168098363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822113201/1.0/artifacts/service-Vfw20220822113201-csar.csar",
"status": "NOTIFIED"
}
2022-08-22T11:35:10.148Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:35:10.149Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:35:10.149Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:35:10.174Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:35:10.174Z||pool-25-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-22T11:35:11.050Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e8774074-2229-4809-aa11-02c3e386ac70",
"serviceName": "vFW 2022-08-22 11-32-01",
"serviceVersion": "1.0",
"serviceUUID": "cce651df-3022-45e3-a2d1-20e8a6804cef",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7ac63308-a649-44c5-87f3-db80be0121d7",
"resources": [
{
"resourceInstanceName": "vFW 4b54045c-0096 0",
"resourceCustomizationUUID": "a1440d45-40ad-439a-b5a3-520062007530",
"resourceName": "vFW 4b54045c-0096",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ec60dcf3-64b6-4aff-a288-cb59ec1c49e0",
"resourceInvariantUUID": "fe321a44-304e-4c21-857a-c3727cc55813",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4b54045c00960_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/vfw4b54045c00960_modules.json",
"artifactChecksum": "MmNlZjhkMDYxNjMxMDI3ZDZkYzk0ZmRmNDU3YjI3MzY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "831ec714-f936-4cf3-8ee6-6eb10d56bee1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0ca80be1-2489-417c-bd3d-511d55214dd7",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2ff6a58f-41be-4288-ba45-dc53129a80c0",
"generatedFromUUID": "0ca80be1-2489-417c-bd3d-511d55214dd7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2ff6a58f-41be-4288-ba45-dc53129a80c0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220822113201-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822113201/1.0/artifacts/service-Vfw20220822113201-csar.csar",
"artifactChecksum": "NjBjZTM3Yzg3MGQ1YjNkMmI1NjIwZDFkMWQyZDEwMWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "424e1e94-34ad-4539-ba10-7f5ed1bd8b58"
}
],
"workloadContext": "Production"
}
2022-08-22T11:35:11.050Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-22T11:35:11.050Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cce651df-3022-45e3-a2d1-20e8a6804cef ASDC
2022-08-22T11:35:11.051Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e8774074-2229-4809-aa11-02c3e386ac70
ServiceName:vFW 2022-08-22 11-32-01
ServiceVersion:1.0
ServiceUUID:cce651df-3022-45e3-a2d1-20e8a6804cef
ServiceInvariantUUID:7ac63308-a649-44c5-87f3-db80be0121d7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220822113201-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220822113201/1.0/artifacts/service-Vfw20220822113201-csar.csar
ArtifactUUID:424e1e94-34ad-4539-ba10-7f5ed1bd8b58
ArtifactChecksum:NjBjZTM3Yzg3MGQ1YjNkMmI1NjIwZDFkMWQyZDEwMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4b54045c-0096 0
ResourceCustomizationUUID:a1440d45-40ad-439a-b5a3-520062007530
ResourceInvariantUUID:fe321a44-304e-4c21-857a-c3727cc55813
ResourceName:vFW 4b54045c-0096
ResourceType:VF
ResourceUUID:ec60dcf3-64b6-4aff-a288-cb59ec1c49e0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4b54045c00960_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/vfw4b54045c00960_modules.json
ArtifactUUID:831ec714-f936-4cf3-8ee6-6eb10d56bee1
ArtifactChecksum:MmNlZjhkMDYxNjMxMDI3ZDZkYzk0ZmRmNDU3YjI3MzY=
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/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.yaml
ArtifactUUID:0ca80be1-2489-417c-bd3d-511d55214dd7
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/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.env
ArtifactUUID:2ff6a58f-41be-4288-ba45-dc53129a80c0
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/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.env
ArtifactUUID:2ff6a58f-41be-4288-ba45-dc53129a80c0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-22T11:35:11.052Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cce651df-3022-45e3-a2d1-20e8a6804cef ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-22T11:35:11.108Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-22T11:35:11.109Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-22T11:35:11.110Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-22T11:35:11.110Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 424e1e94-34ad-4539-ba10-7f5ed1bd8b58 from URL: /sdc/v1/catalog/services/Vfw20220822113201/1.0/artifacts/service-Vfw20220822113201-csar.csar
2022-08-22T11:35:11.110Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-22T11:35:11.110Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220822113201/1.0/artifacts/service-Vfw20220822113201-csar.csar
2022-08-22T11:35:11.445Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-22T11:35:11.447Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822113201/1.0/artifacts/service-Vfw20220822113201-csar.csar 424e1e94-34ad-4539-ba10-7f5ed1bd8b58 100628
2022-08-22T11:35:11.447Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822113201/1.0/artifacts/service-Vfw20220822113201-csar.csar ASDC sendASDCNotification
2022-08-22T11:35:11.448Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822113201/1.0/artifacts/service-Vfw20220822113201-csar.csar
2022-08-22T11:35:11.448Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T11:35:11.448Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:35:11.451Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:35:11.451Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e8774074-2229-4809-aa11-02c3e386ac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661168111447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822113201/1.0/artifacts/service-Vfw20220822113201-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:35:11.551Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:35:11.552Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:35:11.552Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:35:11.595Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:35:11.596Z||pool-26-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":2,"count":1}
2022-08-22T11:35:12.451Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-22T11:35:12.453Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-22T11:35:12.453Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 424e1e94-34ad-4539-ba10-7f5ed1bd8b58, URL: /sdc/v1/catalog/services/Vfw20220822113201/1.0/artifacts/service-Vfw20220822113201-csar.csar to file: /app/ASDC/1/service-Vfw20220822113201-csar.csar
2022-08-22T11:35:12.453Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220822113201-csar.csar
2022-08-22T11:35:12.454Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220822113201-csar.csar
2022-08-22T11:35:12.455Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220822113201-csar.csar
2022-08-22T11:35:12.766Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5028099784308801640/Definitions/service-Vfw20220822113201-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_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
2022-08-22T11:35:14.997Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-22T11:35:14.998Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-22T11:35:14.998Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220822113201-csar.csar
2022-08-22T11:35:14.998Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-22T11:35:14.998Z|e8774074-2229-4809-aa11-02c3e386ac70|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-Vfw20220822113201-csar.csar
2022-08-22T11:35:14.998Z|e8774074-2229-4809-aa11-02c3e386ac70|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-Vfw20220822113201-csar.csar
2022-08-22T11:35:14.998Z|e8774074-2229-4809-aa11-02c3e386ac70|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-Vfw20220822113201-csar.csar
2022-08-22T11:35:14.999Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4b54045c-0096 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-Vfw20220822113201-csar.csar
2022-08-22T11:35:14.999Z|e8774074-2229-4809-aa11-02c3e386ac70|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-Vfw20220822113201-csar.csar
2022-08-22T11:35:14.999Z|e8774074-2229-4809-aa11-02c3e386ac70|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-Vfw20220822113201-csar.csar
2022-08-22T11:35:14.999Z|e8774074-2229-4809-aa11-02c3e386ac70|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-Vfw20220822113201-csar.csar
2022-08-22T11:35:14.999Z|e8774074-2229-4809-aa11-02c3e386ac70|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-Vfw20220822113201-csar.csar
2022-08-22T11:35:14.999Z|e8774074-2229-4809-aa11-02c3e386ac70|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-Vfw20220822113201-csar.csar
2022-08-22T11:35:14.999Z|e8774074-2229-4809-aa11-02c3e386ac70|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-Vfw20220822113201-csar.csar
2022-08-22T11:35:14.999Z|e8774074-2229-4809-aa11-02c3e386ac70|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-Vfw20220822113201-csar.csar
2022-08-22T11:35:14.999Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-22T11:35:15.000Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:15.000Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-22 11-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:35:15.000Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is matching search criteria
2022-08-22T11:35:15.000Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-22T11:35:15.001Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4b54045c-0096 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-22T11:35:15.001Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:15.001Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-22 11-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:35:15.001Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is matching search criteria
2022-08-22T11:35:15.001Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-22T11:35:15.002Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4b54045c-0096 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-22T11:35:15.002Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:15.002Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-22 11-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:35:15.002Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:15.002Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is not matching search criteria
2022-08-22T11:35:15.002Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T11:35:15.003Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T11:35:15.003Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:35:15.003Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T11:35:15.003Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:35:15.003Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T11:35:15.003Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T11:35:15.004Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T11:35:15.004Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T11:35:15.004Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:35:15.004Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T11:35:15.004Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T11:35:15.004Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T11:35:15.004Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T11:35:15.005Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:35:15.005Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-22T11:35:15.005Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:15.005Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-22 11-32-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-22T11:35:15.005Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:15.006Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is matching search criteria
2022-08-22T11:35:15.006Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4b54045c-0096 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T11:35:15.006Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:15.006Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is matching search criteria
2022-08-22T11:35:15.006Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4b54045c-0096 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T11:35:15.006Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:15.007Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is matching search criteria
2022-08-22T11:35:15.007Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4b54045c-0096 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T11:35:15.007Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:15.007Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is not matching search criteria
2022-08-22T11:35:15.007Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T11:35:15.007Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-22T11:35:15.007Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T11:35:15.008Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T11:35:15.008Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T11:35:15.008Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:35:15.008Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T11:35:15.008Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T11:35:15.008Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T11:35:15.009Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T11:35:15.009Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:35:15.009Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=033c8f90-6458-4cc5-b0c2-0c8d34c025d7
2022-08-22T11:35:15.009Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:15.009Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is not matching search criteria
2022-08-22T11:35:15.009Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T11:35:15.009Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T11:35:15.010Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:35:15.010Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T11:35:15.010Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:35:15.010Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T11:35:15.010Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T11:35:15.010Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-22T11:35:15.010Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T11:35:15.011Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T11:35:15.011Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T11:35:15.011Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:35:15.011Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=054c1c2a-fcc0-4d1c-a769-4c15ce9e15bf
2022-08-22T11:35:15.011Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:15.011Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is not matching search criteria
2022-08-22T11:35:15.012Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T11:35:15.012Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T11:35:15.012Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:35:15.012Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T11:35:15.012Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:35:15.012Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T11:35:15.013Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T11:35:15.013Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T11:35:15.013Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T11:35:15.013Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:35:15.013Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T11:35:15.013Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-22T11:35:15.013Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=92c041a9-3053-4251-8532-c0efab77636e
2022-08-22T11:35:15.014Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:15.014Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-22 11-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:35:15.014Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:15.014Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-22 11-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:35:15.014Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:15.014Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-22 11-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:35:15.015Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:15.015Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-22 11-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:35:15.015Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-22 11-32-01
Description:catalog service description
Model UUID:cce651df-3022-45e3-a2d1-20e8a6804cef
Model Version:NULL
Model InvariantUuid:7ac63308-a649-44c5-87f3-db80be0121d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4b54045c-0096
Model UUID:87df60ea-0413-42c6-9ee4-9b1c47daa6f4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fe321a44-304e-4c21-857a-c3727cc55813
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a1440d45-40ad-439a-b5a3-520062007530
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:844049cd-0516-4791-b52a-ff913702e8a8
ModelName:Vfw4b54045c0096..base_vfw..module-0
ModelUuid:61d1a013-a193-48a8-9346-b320c9970af1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:033c8f90-6458-4cc5-b0c2-0c8d34c025d7
ModelInvariantUuid:f0cd0d52-8a69-41fc-a365-582856985591
ModelName:vFW 4b54045c-0096-nodes.vfwCvfc
ModelUuid:2e02418d-ae78-47f4-89fe-222c7450d384
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:85291646-6f8f-4924-8b60-ebc7049fe1d3
ModelInvariantUuid:8d243461-0f07-46f3-8421-74069ec8a4a9
ModelName:Vfw4b54045c0096.compute.nodes.heat.vfw
ModelUuid:d7ec7b03-36c9-4536-bb31-de8ee9343b49
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:054c1c2a-fcc0-4d1c-a769-4c15ce9e15bf
ModelInvariantUuid:f3eee043-7e9b-4e44-b25a-0a8ef7b2b25c
ModelName:vFW 4b54045c-0096-nodes.vsnCvfc
ModelUuid:ff56e42b-8fd6-4cee-a877-db6f9fe97ab2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4bcfae5e-326e-4223-8f55-c963b8cb4e34
ModelInvariantUuid:7d20b08c-454e-4595-bef5-64ebb7b9bc83
ModelName:Vfw4b54045c0096.compute.nodes.heat.vsn
ModelUuid:301d6f86-dcbc-447c-9025-27032f9ff56a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:92c041a9-3053-4251-8532-c0efab77636e
ModelInvariantUuid:6091c670-0ac5-46f8-9e09-f5ab6eefa346
ModelName:vFW 4b54045c-0096-nodes.vpgCvfc
ModelUuid:f5ca7bc7-b273-4c2b-8894-e7cfe585d3cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b1fa2deb-a84a-4140-a222-d87dddfd9a99
ModelInvariantUuid:877416a4-39a8-4514-bb58-5422927956e1
ModelName:Vfw4b54045c0096.compute.nodes.heat.vpg
ModelUuid:66744337-0469-49f2-b5c6-e4fc31478c63
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-22T11:35:15.033Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ec60dcf3-64b6-4aff-a288-cb59ec1c49e0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-22T11:35:15.049Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||vFW 4b54045c-0096 0
2022-08-22T11:35:15.049Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ec60dcf3-64b6-4aff-a288-cb59ec1c49e0
2022-08-22T11:35:15.049Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 831ec714-f936-4cf3-8ee6-6eb10d56bee1 from URL: /sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/vfw4b54045c00960_modules.json
2022-08-22T11:35:15.049Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-22T11:35:15.049Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/vfw4b54045c00960_modules.json
2022-08-22T11:35:15.307Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-22T11:35:15.307Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/vfw4b54045c00960_modules.json 831ec714-f936-4cf3-8ee6-6eb10d56bee1 785
2022-08-22T11:35:15.308Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/vfw4b54045c00960_modules.json ASDC sendASDCNotification
2022-08-22T11:35:15.308Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/vfw4b54045c00960_modules.json
2022-08-22T11:35:15.308Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T11:35:15.308Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:35:15.310Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:35:15.310Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e8774074-2229-4809-aa11-02c3e386ac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661168115308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/vfw4b54045c00960_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:35:15.410Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:35:15.411Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:35:15.411Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:35:15.464Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:35:15.464Z||pool-27-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-08-22T11:35:16.310Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4b54045c0096..base_vfw..module-0",
"vfModuleModelInvariantUUID": "844049cd-0516-4791-b52a-ff913702e8a8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "61d1a013-a193-48a8-9346-b320c9970af1",
"vfModuleModelCustomizationUUID": "65577327-5735-4f69-aaec-70ad3d0fc15d",
"isBase": true,
"artifacts": [
"0ca80be1-2489-417c-bd3d-511d55214dd7",
"2ff6a58f-41be-4288-ba45-dc53129a80c0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-08-22T11:35:16.316Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4b54045c0096..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:61d1a013-a193-48a8-9346-b320c9970af1
VfModuleModelInvariantUUID:844049cd-0516-4791-b52a-ff913702e8a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ca80be1-2489-417c-bd3d-511d55214dd7
,
2ff6a58f-41be-4288-ba45-dc53129a80c0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-08-22T11:35:16.318Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4b54045c0096..base_vfw..module-0",
"vfModuleModelInvariantUUID": "844049cd-0516-4791-b52a-ff913702e8a8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "61d1a013-a193-48a8-9346-b320c9970af1",
"vfModuleModelCustomizationUUID": "65577327-5735-4f69-aaec-70ad3d0fc15d",
"isBase": true,
"artifacts": [
"0ca80be1-2489-417c-bd3d-511d55214dd7",
"2ff6a58f-41be-4288-ba45-dc53129a80c0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-08-22T11:35:16.318Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4b54045c0096..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:61d1a013-a193-48a8-9346-b320c9970af1
VfModuleModelInvariantUUID:844049cd-0516-4791-b52a-ff913702e8a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ca80be1-2489-417c-bd3d-511d55214dd7
,
2ff6a58f-41be-4288-ba45-dc53129a80c0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-08-22T11:35:16.318Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0ca80be1-2489-417c-bd3d-511d55214dd7 from URL: /sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.yaml
2022-08-22T11:35:16.318Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-22T11:35:16.319Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.yaml
2022-08-22T11:35:16.592Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-22T11:35:16.593Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.yaml 0ca80be1-2489-417c-bd3d-511d55214dd7 20368
2022-08-22T11:35:16.593Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-22T11:35:16.593Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.yaml
2022-08-22T11:35:16.593Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T11:35:16.594Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:35:16.595Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:35:16.596Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e8774074-2229-4809-aa11-02c3e386ac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661168116593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:35:16.696Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-22T11:35:16.696Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:35:16.696Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:35:16.759Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:35:16.760Z||pool-28-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-08-22T11:35:17.596Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2ff6a58f-41be-4288-ba45-dc53129a80c0 from URL: /sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.env
2022-08-22T11:35:17.597Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-22T11:35:17.597Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.env
2022-08-22T11:35:17.725Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-22T11:35:17.725Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.env 2ff6a58f-41be-4288-ba45-dc53129a80c0 2098
2022-08-22T11:35:17.725Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-22T11:35:17.726Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.env
2022-08-22T11:35:17.726Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-22T11:35:17.726Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-22T11:35:17.728Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-22T11:35:17.728Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e8774074-2229-4809-aa11-02c3e386ac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661168117725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220822113201/1.0/resourceInstances/vfw4b54045c00960/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-22T11:35:17.828Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-22T11:35:17.829Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-22T11:35:17.829Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cZCRgwcYEVA0HX91) ...
2022-08-22T11:35:17.860Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-22T11:35:17.861Z||pool-29-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-22T11:35:18.728Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: cce651df-3022-45e3-a2d1-20e8a6804cef
2022-08-22T11:35:18.729Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4b54045c-0096 0 ec60dcf3-64b6-4aff-a288-cb59ec1c49e0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-22T11:35:18.751Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c88064e, org.onap.sdc.toscaparser.api.parameters.Input@5db430d8, org.onap.sdc.toscaparser.api.parameters.Input@71d8b9b5, org.onap.sdc.toscaparser.api.parameters.Input@1fb07851, org.onap.sdc.toscaparser.api.parameters.Input@5346a79f]
2022-08-22T11:35:18.753Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:18.754Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-22 11-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:35:18.754Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-08-22T11:35:18.754Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a1440d45-40ad-439a-b5a3-520062007530
2022-08-22T11:35:18.755Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a1440d45-40ad-439a-b5a3-520062007530 matches Tosca VF Customization UUID: a1440d45-40ad-439a-b5a3-520062007530
2022-08-22T11:35:18.755Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a1440d45-40ad-439a-b5a3-520062007530 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-22T11:35:18.760Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:18.760Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-22 11-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:35:18.761Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a1440d45-40ad-439a-b5a3-520062007530: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-22T11:35:18.761Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c7ff5e
2022-08-22T11:35:18.761Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:18.761Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-22 11-32-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-22T11:35:18.762Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 65577327-5735-4f69-aaec-70ad3d0fc15d
2022-08-22T11:35:18.762Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 65577327-5735-4f69-aaec-70ad3d0fc15d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-22T11:35:18.767Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:18.767Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is matching search criteria
2022-08-22T11:35:18.767Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4b54045c-0096 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T11:35:18.768Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:18.768Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is matching search criteria
2022-08-22T11:35:18.768Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4b54045c-0096 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T11:35:18.769Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:18.769Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is not matching search criteria
2022-08-22T11:35:18.769Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T11:35:18.770Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-22T11:35:18.770Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T11:35:18.770Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T11:35:18.771Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T11:35:18.771Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:35:18.772Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T11:35:18.772Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T11:35:18.772Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T11:35:18.773Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T11:35:18.773Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:35:18.773Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=033c8f90-6458-4cc5-b0c2-0c8d34c025d7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-22T11:35:18.779Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:18.779Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is matching search criteria
2022-08-22T11:35:18.779Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4b54045c-0096 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T11:35:18.780Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:18.780Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is not matching search criteria
2022-08-22T11:35:18.780Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T11:35:18.780Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T11:35:18.781Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:35:18.781Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T11:35:18.781Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:35:18.781Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T11:35:18.782Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T11:35:18.782Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-22T11:35:18.782Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-22T11:35:18.782Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-22T11:35:18.782Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-22T11:35:18.783Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:35:18.783Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=054c1c2a-fcc0-4d1c-a769-4c15ce9e15bf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-22T11:35:18.786Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:18.786Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is matching search criteria
2022-08-22T11:35:18.787Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4b54045c-0096 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T11:35:18.787Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:18.787Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is not matching search criteria
2022-08-22T11:35:18.788Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-22T11:35:18.788Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-22T11:35:18.788Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:35:18.788Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-22T11:35:18.789Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-22T11:35:18.789Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-22T11:35:18.789Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-22T11:35:18.790Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-22T11:35:18.790Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-22T11:35:18.790Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-22T11:35:18.790Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-22T11:35:18.791Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-22T11:35:18.791Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=92c041a9-3053-4251-8532-c0efab77636e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-22T11:35:18.795Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:18.795Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is matching search criteria
2022-08-22T11:35:18.796Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4b54045c-0096 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-22T11:35:18.796Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:18.796Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Node template vFW 4b54045c-0096 0 is matching search criteria
2022-08-22T11:35:18.796Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4b54045c-0096 0] matching following query criteria: sdcType=VF, customizationUUID=a1440d45-40ad-439a-b5a3-520062007530
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-22T11:35:18.800Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-22T11:35:18.800Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-22 11-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-22T11:35:18.801Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid cce651df-3022-45e3-a2d1-20e8a6804cef: vFW 4b54045c-0096
2022-08-22T11:35:18.801Z|e8774074-2229-4809-aa11-02c3e386ac70|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive