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-11-22T23:17:24.043Z||main|||||INFO|500||The following profiles are active: basic
2022-11-22T23:17:36.666Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-22T23:17:36.667Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-22T23:17:36.798Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-22T23:17:41.084Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-22T23:17:41.515Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-22T23:17:42.039Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-22T23:17:42.065Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-22T23:17:42.205Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-22T23:17:42.444Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-22T23:17:43.004Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-22T23:17:44.746Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-22T23:17:46.957Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-22T23:17:47.015Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-22T23:17:47.540Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-22T23:17:47.750Z||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-11-22T23:17:48.943Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-22T23:17:50.007Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-22T23:17:50.054Z||main|||||WARN|500||The sdc end point is not alive
2022-11-22T23:17:53.173Z||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-11-22T23:17:55.998Z||main|||||WARN|500||---
2022-11-22T23:17:55.999Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-22T23:17:55.999Z||main|||||WARN|500||---
2022-11-22T23:17:56.452Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-22T23:18:01.459Z||main|||||INFO|500||Started Application in 40.644 seconds (JVM running for 43.218)
2022-11-22T23:18:01.474Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:18:01.477Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:18:01.489Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:18:01.511Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:18:01.553Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c3bf70d-04e5-400d-bb58-953b7eff4bf5 url= /sdc/v1/artifactTypes
2022-11-22T23:18:01.554Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:18:01.654Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:18:01.656Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4221d62f
2022-11-22T23:18:01.657Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:18:01.673Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:18:01.675Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:18:01.680Z||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$$610f2d50.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-11-22T23:18:51.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:18:51.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:18:51.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:18:51.459Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:18:51.475Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e7d97fb5-d074-44da-9697-6619c4da3dca url= /sdc/v1/artifactTypes
2022-11-22T23:18:51.478Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:18:51.501Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:18:51.507Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62361083
2022-11-22T23:18:51.508Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:18:51.508Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:18:51.508Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:18:51.509Z||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$$610f2d50.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-11-22T23:19:41.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:19:41.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:19:41.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:19:41.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:19:41.463Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7fe56aec-2e34-4c91-a294-f267ae488f8b url= /sdc/v1/artifactTypes
2022-11-22T23:19:41.463Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:19:41.468Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:19:41.468Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6afffc03
2022-11-22T23:19:41.468Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:19:41.469Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:19:41.469Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:19:41.469Z||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$$610f2d50.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-11-22T23:20:31.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:20:31.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:20:31.454Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:20:31.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:20:31.463Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5cdec4e1-a0b8-4c9f-99ec-18214fbc8945 url= /sdc/v1/artifactTypes
2022-11-22T23:20:31.463Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:20:31.477Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:20:31.478Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74e4d982
2022-11-22T23:20:31.478Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:20:31.478Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:20:31.478Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:20:31.479Z||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$$610f2d50.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-11-22T23:21:21.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:21:21.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:21:21.456Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:21:21.458Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:21:21.463Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff917344-038e-4e58-9523-3a56afaba170 url= /sdc/v1/artifactTypes
2022-11-22T23:21:21.464Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:21:21.478Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:21:21.478Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77953470
2022-11-22T23:21:21.478Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:21:21.478Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:21:21.479Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:21:21.479Z||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$$610f2d50.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-11-22T23:22:11.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:22:11.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:22:11.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:22:11.458Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:22:11.463Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eec0bee4-89fd-49e6-87a5-e2435d44afc5 url= /sdc/v1/artifactTypes
2022-11-22T23:22:11.463Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:22:11.468Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:22:11.468Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2987ac40
2022-11-22T23:22:11.468Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:22:11.468Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:22:11.469Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:22:11.469Z||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$$610f2d50.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-11-22T23:23:01.457Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:23:01.461Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:23:01.461Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:23:01.464Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:23:01.475Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3983d160-2c0e-4f84-afae-20e5943bb9ac url= /sdc/v1/artifactTypes
2022-11-22T23:23:01.475Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:23:01.482Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:23:01.483Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3392d308
2022-11-22T23:23:01.483Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:23:01.483Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:23:01.483Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:23:01.484Z||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$$610f2d50.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-11-22T23:23:51.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:23:51.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:23:51.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:23:51.458Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:23:51.463Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ca6253f1-52dd-477a-b930-57b92c0e0d1d url= /sdc/v1/artifactTypes
2022-11-22T23:23:51.463Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:23:51.469Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:23:51.469Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@779b6a3a
2022-11-22T23:23:51.469Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:23:51.469Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:23:51.470Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:23:51.471Z||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$$610f2d50.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-11-22T23:24:41.455Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:24:41.456Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:24:41.456Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:24:41.460Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:24:41.466Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0d42924c-d285-450f-86a2-399aa28b89aa url= /sdc/v1/artifactTypes
2022-11-22T23:24:41.466Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:24:41.472Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:24:41.472Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55d49a0f
2022-11-22T23:24:41.473Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:24:41.473Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:24:41.474Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:24:41.475Z||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$$610f2d50.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-11-22T23:25:31.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:25:31.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:25:31.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:25:31.458Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:25:31.464Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 805a41e7-3e22-4e4a-b000-c7316cffbf2f url= /sdc/v1/artifactTypes
2022-11-22T23:25:31.464Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:25:31.469Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:25:31.469Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@65e7de1a
2022-11-22T23:25:31.469Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:25:31.470Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:25:31.470Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:25:31.470Z||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$$610f2d50.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-11-22T23:26:21.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:26:21.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:26:21.454Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:26:21.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:26:21.462Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c644873-f98e-45c1-ab08-91ac7cfa5b18 url= /sdc/v1/artifactTypes
2022-11-22T23:26:21.462Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:26:21.467Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:26:21.468Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a3bd812
2022-11-22T23:26:21.468Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:26:21.468Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:26:21.468Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:26:21.469Z||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$$610f2d50.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-11-22T23:27:11.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:27:11.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:27:11.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:27:11.458Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:27:11.462Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b50bdc90-83cc-4782-96c4-deb9e7b7a338 url= /sdc/v1/artifactTypes
2022-11-22T23:27:11.463Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:27:11.469Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:27:11.469Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@373701c7
2022-11-22T23:27:11.470Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:27:11.471Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:27:11.472Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:27:11.473Z||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$$610f2d50.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-11-22T23:28:01.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:28:01.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:28:01.456Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:28:01.461Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:28:01.480Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f8051138-65c7-44a7-81a0-492819299f86 url= /sdc/v1/artifactTypes
2022-11-22T23:28:01.481Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:28:01.485Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:28:01.485Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22212e4d
2022-11-22T23:28:01.486Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:28:01.486Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:28:01.486Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:28:01.487Z||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$$610f2d50.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-11-22T23:28:04.676Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-22T23:28:51.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:28:51.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:28:51.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:28:51.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:28:51.466Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= abd7e08d-38b4-47d8-b68c-766ae5e4b519 url= /sdc/v1/artifactTypes
2022-11-22T23:28:51.466Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:28:51.479Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:28:51.479Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46f36755
2022-11-22T23:28:51.479Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:28:51.480Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:28:51.480Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:28:51.480Z||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$$610f2d50.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-11-22T23:29:41.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:29:41.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:29:41.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:29:41.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:29:41.462Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fa0a1259-58c1-450a-b32f-f383be75ab56 url= /sdc/v1/artifactTypes
2022-11-22T23:29:41.463Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:29:41.468Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:29:41.468Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13e45cbb
2022-11-22T23:29:41.468Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:29:41.468Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:29:41.469Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:29:41.470Z||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$$610f2d50.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-11-22T23:30:31.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:30:31.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:30:31.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:30:31.458Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:30:31.462Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6d96f0c7-1ec2-4a2a-827a-cee258d2222d url= /sdc/v1/artifactTypes
2022-11-22T23:30:31.462Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:30:31.466Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:30:31.467Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7361af5b
2022-11-22T23:30:31.467Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:30:31.467Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:30:31.467Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:30:31.468Z||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$$610f2d50.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-11-22T23:31:21.455Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:31:21.456Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:31:21.457Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:31:21.460Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:31:21.466Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c2d69bfc-c8a7-4979-bcbd-9b3ba2660b2d url= /sdc/v1/artifactTypes
2022-11-22T23:31:21.467Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:31:21.473Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:31:21.473Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74e9050
2022-11-22T23:31:21.474Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:31:21.474Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:31:21.474Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:31:21.475Z||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$$610f2d50.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-11-22T23:32:11.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:32:11.456Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:32:11.457Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:32:11.462Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:32:11.468Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e2ba5f76-9c91-4c9b-9f81-040dbaaf6fa4 url= /sdc/v1/artifactTypes
2022-11-22T23:32:11.469Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:32:11.479Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:32:11.480Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7aad7ef
2022-11-22T23:32:11.481Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:32:11.482Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:32:11.482Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:32:11.483Z||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$$610f2d50.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-11-22T23:33:01.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:33:01.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:33:01.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:33:01.459Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:33:01.466Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4b82bb4c-905d-447e-88dd-18da92eb3269 url= /sdc/v1/artifactTypes
2022-11-22T23:33:01.466Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:33:01.471Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:33:01.472Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55c3dfe0
2022-11-22T23:33:01.472Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:33:01.473Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:33:01.473Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:33:01.474Z||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$$610f2d50.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-11-22T23:33:51.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:33:51.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:33:51.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:33:51.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:33:51.461Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d07a373b-42a8-4bc6-8630-2e5cacd8a32a url= /sdc/v1/artifactTypes
2022-11-22T23:33:51.461Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:33:51.467Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:33:51.467Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6eae2a54
2022-11-22T23:33:51.467Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:33:51.467Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:33:51.468Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:33:51.468Z||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$$610f2d50.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-11-22T23:34:41.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:34:41.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:34:41.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:34:41.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:34:41.462Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 429f5d24-9620-4d7c-b5e3-f9b7f8e99fe9 url= /sdc/v1/artifactTypes
2022-11-22T23:34:41.462Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:34:41.467Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:34:41.468Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@612efcdb
2022-11-22T23:34:41.468Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:34:41.468Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:34:41.469Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:34:41.469Z||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$$610f2d50.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-11-22T23:35:31.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:35:31.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:35:31.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:35:31.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:35:31.467Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5e26114e-23c3-439f-a368-2948304eb4cf url= /sdc/v1/artifactTypes
2022-11-22T23:35:31.467Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:35:31.472Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:35:31.473Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4390df7a
2022-11-22T23:35:31.473Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:35:31.473Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:35:31.473Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:35:31.474Z||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$$610f2d50.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-11-22T23:36:21.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:36:21.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:36:21.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:36:21.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:36:21.461Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7890e794-edf0-4bf8-9d84-812ef534f949 url= /sdc/v1/artifactTypes
2022-11-22T23:36:21.461Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:36:21.474Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:36:21.474Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b2cb26
2022-11-22T23:36:21.474Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:36:21.475Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:36:21.475Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:36:21.475Z||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$$610f2d50.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-11-22T23:37:11.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:37:11.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:37:11.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:37:11.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:37:11.461Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 67883d4b-b5f1-4663-9c52-d6cb8017d1da url= /sdc/v1/artifactTypes
2022-11-22T23:37:11.461Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:37:11.467Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:37:11.467Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2013dd54
2022-11-22T23:37:11.467Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:37:11.468Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:37:11.468Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:37:11.469Z||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$$610f2d50.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-11-22T23:38:01.453Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:38:01.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:38:01.454Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:38:01.456Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:38:01.460Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35d2c134-0496-4c9b-9aa1-699d324ba4fb url= /sdc/v1/artifactTypes
2022-11-22T23:38:01.460Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:38:01.466Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:38:01.467Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e0118f6
2022-11-22T23:38:01.467Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:38:01.467Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:38:01.467Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:38:01.468Z||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$$610f2d50.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-11-22T23:38:51.455Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:38:51.456Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:38:51.456Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:38:51.461Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:38:51.466Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 875ea95a-2abb-4c31-a2fa-8aa8cefae8d4 url= /sdc/v1/artifactTypes
2022-11-22T23:38:51.466Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:38:51.473Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:38:51.474Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@170f5283
2022-11-22T23:38:51.474Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:38:51.474Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:38:51.474Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:38:51.475Z||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$$610f2d50.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-11-22T23:39:41.455Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:39:41.456Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:39:41.457Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:39:41.460Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:39:41.468Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 713b35ec-a347-4186-8ebd-63158565fdc4 url= /sdc/v1/artifactTypes
2022-11-22T23:39:41.469Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:39:41.477Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:39:41.477Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5470f50c
2022-11-22T23:39:41.477Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:39:41.478Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:39:41.479Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:39:41.479Z||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$$610f2d50.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-11-22T23:40:31.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:40:31.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:40:31.454Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:40:31.456Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:40:31.461Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 22f6557b-14cd-4b8b-b92f-ca744100d161 url= /sdc/v1/artifactTypes
2022-11-22T23:40:31.462Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:40:31.466Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:40:31.466Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e012463
2022-11-22T23:40:31.466Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:40:31.466Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:40:31.467Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:40:31.467Z||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$$610f2d50.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-11-22T23:41:21.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:41:21.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:41:21.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:41:21.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:41:21.463Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 96074ef2-53a5-4319-b3a5-04a92f6d7d92 url= /sdc/v1/artifactTypes
2022-11-22T23:41:21.463Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:41:21.468Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:41:21.468Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@630c4cb0
2022-11-22T23:41:21.468Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:41:21.469Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:41:21.469Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:41:21.469Z||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$$610f2d50.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-11-22T23:42:11.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:42:11.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:42:11.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:42:11.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:42:11.462Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 724d1ca2-4745-48eb-b906-29391b5c73fb url= /sdc/v1/artifactTypes
2022-11-22T23:42:11.462Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:42:11.467Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:42:11.467Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5c715629
2022-11-22T23:42:11.468Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:42:11.468Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:42:11.469Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:42:11.469Z||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$$610f2d50.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-11-22T23:43:01.453Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:43:01.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:43:01.456Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:43:01.458Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:43:01.462Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 928b200a-1403-479e-a6ec-16095addd8bb url= /sdc/v1/artifactTypes
2022-11-22T23:43:01.463Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:43:01.467Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:43:01.467Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ad34d05
2022-11-22T23:43:01.467Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:43:01.468Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:43:01.468Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:43:01.468Z||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$$610f2d50.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-11-22T23:43:51.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:43:51.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:43:51.454Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:43:51.456Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:43:51.460Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= af8332b3-3e19-43ec-a09e-9182c183e8dc url= /sdc/v1/artifactTypes
2022-11-22T23:43:51.460Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:43:51.464Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:43:51.465Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b111702
2022-11-22T23:43:51.465Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:43:51.465Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:43:51.465Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:43:51.466Z||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$$610f2d50.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-11-22T23:44:41.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:44:41.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:44:41.454Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:44:41.458Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:44:41.463Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= af56b248-8333-4da8-8815-239ec84b8099 url= /sdc/v1/artifactTypes
2022-11-22T23:44:41.463Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:44:41.469Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:44:41.470Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@522d761f
2022-11-22T23:44:41.470Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:44:41.470Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:44:41.471Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:44:41.471Z||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$$610f2d50.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-11-22T23:45:31.453Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:45:31.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:45:31.454Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:45:31.456Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:45:31.461Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e928699d-cca3-4ece-b312-2b3f394d3692 url= /sdc/v1/artifactTypes
2022-11-22T23:45:31.461Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:45:31.466Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:45:31.467Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24fa9879
2022-11-22T23:45:31.467Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:45:31.467Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:45:31.468Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:45:31.468Z||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$$610f2d50.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-11-22T23:46:21.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:46:21.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:46:21.454Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:46:21.456Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:46:21.461Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 44de5bec-5f70-4bbf-b0f8-5aa0be7c47dd url= /sdc/v1/artifactTypes
2022-11-22T23:46:21.461Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:46:21.466Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:46:21.466Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@58eb2838
2022-11-22T23:46:21.466Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:46:21.467Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:46:21.467Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:46:21.467Z||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$$610f2d50.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-11-22T23:47:11.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:47:11.459Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:47:11.459Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:47:11.462Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:47:11.467Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7c1bd233-1df7-4033-9176-e3633a4e2fe8 url= /sdc/v1/artifactTypes
2022-11-22T23:47:11.467Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:47:11.473Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:47:11.473Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21497b7
2022-11-22T23:47:11.473Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:47:11.474Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:47:11.474Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:47:11.475Z||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$$610f2d50.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-11-22T23:48:01.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:48:01.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:48:01.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:48:01.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:48:01.461Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f2ec219-ab4b-4585-b79c-c1e5e038b0bb url= /sdc/v1/artifactTypes
2022-11-22T23:48:01.462Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:48:01.466Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:48:01.466Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ac0131f
2022-11-22T23:48:01.466Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:48:01.467Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:48:01.467Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:48:01.468Z||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$$610f2d50.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-11-22T23:48:51.453Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:48:51.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:48:51.454Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:48:51.456Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:48:51.461Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7c5f7697-f74a-440d-8d1c-0f0954e5c66f url= /sdc/v1/artifactTypes
2022-11-22T23:48:51.461Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:48:51.474Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:48:51.474Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@543d41e3
2022-11-22T23:48:51.474Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:48:51.475Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:48:51.475Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:48:51.475Z||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$$610f2d50.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-11-22T23:49:41.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:49:41.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:49:41.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:49:41.458Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:49:41.466Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e8561d5e-e163-4053-8873-071330a796c6 url= /sdc/v1/artifactTypes
2022-11-22T23:49:41.467Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:49:41.474Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:49:41.475Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7cd49d20
2022-11-22T23:49:41.475Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:49:41.476Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:49:41.476Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:49:41.477Z||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$$610f2d50.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-11-22T23:50:31.454Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:50:31.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:50:31.455Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:50:31.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:50:31.463Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a966149f-ee64-4949-8610-b8cba275e9d4 url= /sdc/v1/artifactTypes
2022-11-22T23:50:31.463Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:50:31.467Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-22T23:50:31.468Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e0ec921
2022-11-22T23:50:31.468Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-22T23:50:31.468Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-22T23:50:31.469Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-22T23:50:31.469Z||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$$610f2d50.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-11-22T23:51:21.453Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T23:51:21.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T23:51:21.454Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T23:51:21.457Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T23:51:21.466Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b0d88f5-2668-4e16-9470-11f99f02b465 url= /sdc/v1/artifactTypes
2022-11-22T23:51:21.466Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-22T23:51:21.677Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-22T23:51:21.690Z||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-11-22T23:51:21.713Z||scheduling-1|||||DEBUG|500||create keys
2022-11-22T23:51:21.720Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-22T23:51:21.832Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:51:21.849Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d02fdf96-e423-48c7-bfde-8d051d18698c url= /sdc/v1/registerForDistribution
2022-11-22T23:51:22.007Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d02fdf96-e423-48c7-bfde-8d051d18698c url= /sdc/v1/registerForDistribution
2022-11-22T23:51:22.008Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-22T23:51:22.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:51:22.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:51:22.028Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-22T23:51:22.030Z||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-11-22T23:51:22.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T23:51:22.030Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q771NSLmNqPSGmkU) ...
2022-11-22T23:51:22.030Z||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 Q771NSLmNqPSGmkU) ...
2022-11-22T23:51:32.384Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:51:32.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:52:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:52:22.015Z||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-11-22T23:52:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-22T23:52:22.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:52:22.018Z||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-11-22T23:52:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-22T23:52:31.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:52:31.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:53:22.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:53:22.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T23:53:22.015Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q771NSLmNqPSGmkU) ...
2022-11-22T23:53:22.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:53:22.018Z||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-11-22T23:53:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-22T23:53:31.611Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:53:31.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:54:22.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:54:22.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T23:54:22.015Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q771NSLmNqPSGmkU) ...
2022-11-22T23:54:22.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:54:22.018Z||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-11-22T23:54:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-22T23:54:31.577Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:54:31.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:55:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:55:22.015Z||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-11-22T23:55:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-22T23:55:22.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:55:22.018Z||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-11-22T23:55:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-22T23:55:31.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:55:31.598Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:56:22.016Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:56:22.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:56:22.018Z||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-11-22T23:56:22.019Z||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 Q771NSLmNqPSGmkU) ...
2022-11-22T23:56:22.018Z||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-11-22T23:56:22.019Z||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 Q771NSLmNqPSGmkU) ...
2022-11-22T23:56:31.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:56:31.610Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:57:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:57:22.015Z||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-11-22T23:57:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-22T23:57:22.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:57:22.018Z||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-11-22T23:57:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-22T23:57:31.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:57:31.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:58:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:58:22.015Z||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-11-22T23:58:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-22T23:58:22.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:58:22.018Z||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-11-22T23:58:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-22T23:58:31.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:58:31.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:59:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:59:22.016Z||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-11-22T23:59:22.017Z||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 Q771NSLmNqPSGmkU) ...
2022-11-22T23:59:22.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T23:59:22.018Z||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-11-22T23:59:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-22T23:59:31.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T23:59:31.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:00:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:00:22.015Z||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-11-23T00:00:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:00:22.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:00:22.019Z||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-11-23T00:00:22.019Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:00:31.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:00:31.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:01:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:01:22.015Z||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-11-23T00:01:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:01:22.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:01:22.018Z||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-11-23T00:01:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:01:31.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:01:31.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:02:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:02:22.015Z||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-11-23T00:02:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:02:22.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:02:22.018Z||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-11-23T00:02:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:02:31.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:02:31.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:03:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:03:22.015Z||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-11-23T00:03:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:03:22.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:03:22.018Z||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-11-23T00:03:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:03:31.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:03:31.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:04:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:04:22.015Z||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-11-23T00:04:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:04:22.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:04:22.018Z||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-11-23T00:04:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:04:31.600Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:04:31.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:05:22.016Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:05:22.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:05:22.019Z||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-11-23T00:05:22.019Z||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-11-23T00:05:22.019Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:05:22.019Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:05:31.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:05:31.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:06:22.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:06:22.016Z||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-11-23T00:06:22.016Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:06:22.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:06:22.018Z||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-11-23T00:06:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:06:31.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:06:31.600Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:07:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:07:22.015Z||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-11-23T00:07:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:07:22.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:07:22.018Z||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-11-23T00:07:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:07:31.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:07:31.600Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:08:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:08:22.015Z||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-11-23T00:08:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:08:22.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:08:22.018Z||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-11-23T00:08:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:08:31.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:08:31.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:09:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:09:22.015Z||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-11-23T00:09:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:09:22.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:09:22.018Z||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-11-23T00:09:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:09:31.607Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:09:31.608Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:10:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:10:22.015Z||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-11-23T00:10:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:10:22.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:10:22.018Z||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-11-23T00:10:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:10:31.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:10:31.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:11:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:11:22.015Z||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-11-23T00:11:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:11:22.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:11:22.018Z||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-11-23T00:11:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:11:31.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:11:31.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:12:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:12:22.015Z||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-11-23T00:12:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:12:22.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:12:22.018Z||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-11-23T00:12:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:12:31.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:12:31.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:13:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:13:22.015Z||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-11-23T00:13:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:13:22.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:13:22.018Z||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-11-23T00:13:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:13:31.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:13:31.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:14:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:14:22.015Z||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-11-23T00:14:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:14:22.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:14:22.018Z||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-11-23T00:14:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:14:31.569Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:14:31.571Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:15:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:15:22.015Z||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-11-23T00:15:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:15:22.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:15:22.018Z||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-11-23T00:15:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:15:31.572Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:15:31.653Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:16:22.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:16:22.016Z||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-11-23T00:16:22.016Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:16:22.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:16:22.018Z||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-11-23T00:16:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:16:31.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:16:31.586Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:17:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:17:22.016Z||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-11-23T00:17:22.016Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:17:22.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:17:22.018Z||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-11-23T00:17:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:17:31.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:17:31.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:18:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:18:22.016Z||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-11-23T00:18:22.016Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:18:22.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:18:22.018Z||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-11-23T00:18:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:18:31.606Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:18:31.607Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:19:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:19:22.016Z||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-11-23T00:19:22.016Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:19:22.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:19:22.018Z||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-11-23T00:19:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:19:31.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:19:31.626Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:20:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:20:22.015Z||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-11-23T00:20:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:20:22.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:20:22.018Z||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-11-23T00:20:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:20:31.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:20:31.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:21:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:21:22.015Z||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-11-23T00:21:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:21:22.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:21:22.018Z||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-11-23T00:21:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:21:31.573Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:21:31.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:22:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:22:22.015Z||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-11-23T00:22:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:22:22.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:22:22.018Z||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-11-23T00:22:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:22:31.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:22:31.579Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:23:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:23:22.015Z||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-11-23T00:23:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:23:22.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:23:22.018Z||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-11-23T00:23:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:23:31.569Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:23:31.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:24:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:24:22.015Z||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-11-23T00:24:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:24:22.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:24:22.018Z||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-11-23T00:24:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:24:31.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:24:31.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:25:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:25:22.015Z||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-11-23T00:25:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:25:22.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:25:22.018Z||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-11-23T00:25:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:25:31.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:25:31.599Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:26:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:26:22.015Z||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-11-23T00:26:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:26:22.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:26:22.018Z||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-11-23T00:26:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:26:31.586Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:26:31.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:27:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:27:22.016Z||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-11-23T00:27:22.016Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:27:22.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:27:22.018Z||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-11-23T00:27:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:27:31.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:27:31.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:28:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:28:22.016Z||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-11-23T00:28:22.016Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:28:22.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:28:22.018Z||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-11-23T00:28:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:28:31.573Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:28:31.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:29:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:29:22.015Z||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-11-23T00:29:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:29:22.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:29:22.018Z||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-11-23T00:29:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:29:31.610Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:29:31.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:30:22.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:30:22.015Z||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-11-23T00:30:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:30:22.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:30:22.018Z||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-11-23T00:30:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:30:31.607Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:30:31.608Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:31:22.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:31:22.015Z||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-11-23T00:31:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:31:22.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:31:22.017Z||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-11-23T00:31:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:31:31.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:31:31.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:32:22.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:32:22.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T00:32:22.015Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q771NSLmNqPSGmkU) ...
2022-11-23T00:32:22.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:32:22.018Z||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-11-23T00:32:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:32:31.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:32:31.600Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:33:22.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:33:22.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T00:33:22.015Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q771NSLmNqPSGmkU) ...
2022-11-23T00:33:22.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:33:22.017Z||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-11-23T00:33:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:33:31.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:33:31.596Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:34:22.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:34:22.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T00:34:22.015Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q771NSLmNqPSGmkU) ...
2022-11-23T00:34:22.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:34:22.018Z||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-11-23T00:34:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:34:31.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:34:31.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:35:22.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:35:22.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T00:35:22.015Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q771NSLmNqPSGmkU) ...
2022-11-23T00:35:22.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:35:22.017Z||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-11-23T00:35:22.017Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:35:31.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:35:31.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:36:22.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:36:22.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T00:36:22.015Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q771NSLmNqPSGmkU) ...
2022-11-23T00:36:22.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:36:22.018Z||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-11-23T00:36:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:36:31.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:36:31.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:37:22.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:37:22.015Z||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-11-23T00:37:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:37:22.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:37:22.018Z||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-11-23T00:37:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:37:31.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:37:31.587Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:38:22.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:38:22.017Z||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-11-23T00:38:22.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:38:22.018Z||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-11-23T00:38:22.017Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:38:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:38:31.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:38:31.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:39:22.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:39:22.015Z||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-11-23T00:39:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:39:22.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:39:22.018Z||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-11-23T00:39:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:39:31.575Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:39:31.587Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:40:22.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:40:22.015Z||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-11-23T00:40:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:40:22.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:40:22.018Z||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-11-23T00:40:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:40:31.610Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:40:31.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:41:22.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:41:22.015Z||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-11-23T00:41:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:41:22.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:41:22.018Z||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-11-23T00:41:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:41:31.600Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:41:31.601Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:42:22.016Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:42:22.017Z||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-11-23T00:42:22.017Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:42:22.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:42:22.018Z||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-11-23T00:42:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:42:31.574Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:42:31.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:43:22.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:43:22.015Z||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-11-23T00:43:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:43:22.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:43:22.018Z||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-11-23T00:43:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:43:31.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:43:31.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:44:22.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:44:22.015Z||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-11-23T00:44:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:44:22.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:44:22.018Z||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-11-23T00:44:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:44:31.608Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:44:31.608Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:45:22.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:45:22.015Z||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-11-23T00:45:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:45:22.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:45:22.018Z||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-11-23T00:45:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:45:31.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:45:31.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:46:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:46:22.015Z||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-11-23T00:46:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:46:22.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:46:22.018Z||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-11-23T00:46:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:46:31.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:46:31.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:47:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:47:22.015Z||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-11-23T00:47:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:47:22.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:47:22.018Z||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-11-23T00:47:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:47:31.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:47:31.607Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:48:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:48:22.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:48:22.019Z||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-11-23T00:48:22.020Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:48:22.021Z||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-11-23T00:48:22.021Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:48:31.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:48:31.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:49:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:49:22.015Z||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-11-23T00:49:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:49:22.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:49:22.018Z||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-11-23T00:49:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:49:31.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:49:31.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:50:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:50:22.015Z||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-11-23T00:50:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:50:22.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:50:22.018Z||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-11-23T00:50:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:50:31.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:50:31.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:51:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:51:22.015Z||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-11-23T00:51:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:51:22.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:51:22.018Z||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-11-23T00:51:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:51:31.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:51:31.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:52:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:52:22.015Z||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-11-23T00:52:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:52:22.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:52:22.018Z||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-11-23T00:52:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:52:31.574Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:52:31.574Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:53:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:53:22.015Z||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-11-23T00:53:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:53:22.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:53:22.021Z||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-11-23T00:53:22.021Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:53:31.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:53:31.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:54:22.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:54:22.015Z||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-11-23T00:54:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:54:22.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:54:22.017Z||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-11-23T00:54:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:54:31.567Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:54:31.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:55:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:55:22.015Z||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-11-23T00:55:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:55:22.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:55:22.017Z||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-11-23T00:55:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:55:31.572Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:55:31.574Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:56:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:56:22.015Z||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-11-23T00:56:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:56:22.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:56:22.018Z||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-11-23T00:56:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:56:31.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:56:31.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:57:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:57:22.015Z||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-11-23T00:57:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:57:22.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:57:22.018Z||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-11-23T00:57:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:57:31.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:57:31.572Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:58:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:58:22.015Z||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-11-23T00:58:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:58:22.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:58:22.018Z||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-11-23T00:58:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:58:31.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:58:31.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:59:22.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:59:22.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T00:59:22.018Z||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-11-23T00:59:22.018Z||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-11-23T00:59:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:59:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T00:59:31.586Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T00:59:31.589Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:00:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:00:22.016Z||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-11-23T01:00:22.016Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:00:22.017Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:00:22.018Z||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-11-23T01:00:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:00:31.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:00:31.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:01:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:01:22.015Z||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-11-23T01:01:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:01:22.017Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:01:22.019Z||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-11-23T01:01:22.019Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:01:31.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:01:31.569Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:02:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:02:22.015Z||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-11-23T01:02:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:02:22.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:02:22.018Z||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-11-23T01:02:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:02:31.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:02:31.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:22.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:03:22.015Z||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-11-23T01:03:22.015Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:03:22.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:03:22.018Z||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-11-23T01:03:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:03:22.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:22.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:03:22.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "policy-id",
"timestamp": 1669165398576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:03:22.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:03:22.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:03:22.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "policy-id",
"timestamp": 1669165398576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:03:22.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:03:22.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:03:22.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "policy-id",
"timestamp": 1669165398576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-23T01:03:22.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:03:22.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:03:22.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "policy-id",
"timestamp": 1669165398576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:03:22.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:03:22.666Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:22.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-23T01:03:22.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c5893876-6881-49d2-a473-e42aa6e5f2fd","serviceName":"vFW 2022-11-23 01-01-51","serviceVersion":"1.0","serviceUUID":"4a9249d2-a454-469f-9a41-c86dda19c850","serviceDescription":"catalog service description","serviceInvariantUUID":"32bc8a01-f256-4e5a-82dc-f7358c0b85c8","resources":[{"resourceInstanceName":"vFW 4241fb81-d46d 0","resourceName":"vFW 4241fb81-d46d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ca42750f-2996-45d3-988a-c2a8a787b277","resourceInvariantUUID":"0fb1586c-7c8c-4653-a515-25f0d7533ce9","resourceCustomizationUUID":"7da46115-e653-4ece-bd92-dd0a9915fb1f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vf-license-model.xml","artifactChecksum":"MjhhYzk5OGUxM2VmOGVkOTdlMTI0NTgzMjQ3ODZmNDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07c878ee-b74f-4741-8202-4e7baa48f75f","artifactVersion":"1"},{"artifactName":"vfw4241fb81d46d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json","artifactChecksum":"M2ZlZTVmYWQzNDNkNzk4NzEwMWRjOGFmMmQzZGVhMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b579f97f-37dc-4965-8050-134de92f51d0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3d161dd2-d70a-4d44-8e12-c153405a49d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vendor-license-model.xml","artifactChecksum":"NTQ1N2U1YzFlMDFhZDBhNmY1NzRhZmM3MjljMTM2OTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7679f17f-1e60-45ca-abdb-a4eb4a9dc8a3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f1290c5c-91fd-40de-8d27-6f71d15a55df","artifactVersion":"2","generatedFromUUID":"3d161dd2-d70a-4d44-8e12-c153405a49d6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221123010151-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-template.yml","artifactChecksum":"MjEyZjc1ZjUxY2UzOGY1MzFmMGIwMmEyNDBhNDQwMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c7227130-3c99-45f9-9558-51bc9db47bb1","artifactVersion":"1"},{"artifactName":"service-Vfw20221123010151-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar","artifactChecksum":"MGZlMmQ3ZDgyMzBkYmExMzI3ODk4YTg3NGMyMmUxMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b39ba7f-556a-4167-b60d-a63ab078ca10","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T01:03:22.677Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T01:03:22.684Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:03:22.696Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:03:22.697Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165402014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:03:22.797Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-23T01:03:22.802Z||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-11-23T01:03:22.802Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:03:22.822Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:22.823Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-23T01:03:23.704Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T01:03:23.704Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:03:23.707Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:03:23.707Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165402014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json",
"status": "NOTIFIED"
}
2022-11-23T01:03:23.806Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-23T01:03:23.807Z||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-11-23T01:03:23.807Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:03:23.827Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:23.828Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-23T01:03:24.708Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T01:03:24.709Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:03:24.711Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:03:24.711Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165402014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-23T01:03:24.811Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:03:24.812Z||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-11-23T01:03:24.812Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:03:24.830Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:24.830Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-23T01:03:25.712Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T01:03:25.713Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:03:25.715Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:03:25.715Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165402014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:03:25.815Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:03:25.816Z||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-11-23T01:03:25.816Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:03:25.833Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:25.834Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-23T01:03:26.716Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T01:03:26.717Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:03:26.719Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:03:26.719Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165402014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-23T01:03:26.819Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T01:03:26.820Z||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-11-23T01:03:26.820Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:03:26.836Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:26.836Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-23T01:03:27.720Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T01:03:27.721Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:03:27.723Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:03:27.723Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165402014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:03:27.823Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:03:27.824Z||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-11-23T01:03:27.824Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:03:27.852Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:27.852Z||pool-8-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-11-23T01:03:28.725Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T01:03:28.726Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:03:28.728Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:03:28.729Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165402014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T01:03:28.828Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T01:03:28.829Z||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-11-23T01:03:28.830Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:03:28.847Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:28.848Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-23T01:03:29.730Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"serviceName": "vFW 2022-11-23 01-01-51",
"serviceVersion": "1.0",
"serviceUUID": "4a9249d2-a454-469f-9a41-c86dda19c850",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "32bc8a01-f256-4e5a-82dc-f7358c0b85c8",
"resources": [
{
"resourceInstanceName": "vFW 4241fb81-d46d 0",
"resourceCustomizationUUID": "7da46115-e653-4ece-bd92-dd0a9915fb1f",
"resourceName": "vFW 4241fb81-d46d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ca42750f-2996-45d3-988a-c2a8a787b277",
"resourceInvariantUUID": "0fb1586c-7c8c-4653-a515-25f0d7533ce9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4241fb81d46d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json",
"artifactChecksum": "M2ZlZTVmYWQzNDNkNzk4NzEwMWRjOGFmMmQzZGVhMTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b579f97f-37dc-4965-8050-134de92f51d0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3d161dd2-d70a-4d44-8e12-c153405a49d6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f1290c5c-91fd-40de-8d27-6f71d15a55df",
"generatedFromUUID": "3d161dd2-d70a-4d44-8e12-c153405a49d6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f1290c5c-91fd-40de-8d27-6f71d15a55df",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221123010151-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar",
"artifactChecksum": "MGZlMmQ3ZDgyMzBkYmExMzI3ODk4YTg3NGMyMmUxMjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4b39ba7f-556a-4167-b60d-a63ab078ca10"
}
],
"workloadContext": "Production"
}
2022-11-23T01:03:29.732Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T01:03:29.732Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4a9249d2-a454-469f-9a41-c86dda19c850 ASDC
2022-11-23T01:03:29.841Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c5893876-6881-49d2-a473-e42aa6e5f2fd
ServiceName:vFW 2022-11-23 01-01-51
ServiceVersion:1.0
ServiceUUID:4a9249d2-a454-469f-9a41-c86dda19c850
ServiceInvariantUUID:32bc8a01-f256-4e5a-82dc-f7358c0b85c8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221123010151-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar
ArtifactUUID:4b39ba7f-556a-4167-b60d-a63ab078ca10
ArtifactChecksum:MGZlMmQ3ZDgyMzBkYmExMzI3ODk4YTg3NGMyMmUxMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4241fb81-d46d 0
ResourceCustomizationUUID:7da46115-e653-4ece-bd92-dd0a9915fb1f
ResourceInvariantUUID:0fb1586c-7c8c-4653-a515-25f0d7533ce9
ResourceName:vFW 4241fb81-d46d
ResourceType:VF
ResourceUUID:ca42750f-2996-45d3-988a-c2a8a787b277
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4241fb81d46d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json
ArtifactUUID:b579f97f-37dc-4965-8050-134de92f51d0
ArtifactChecksum:M2ZlZTVmYWQzNDNkNzk4NzEwMWRjOGFmMmQzZGVhMTU=
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/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml
ArtifactUUID:3d161dd2-d70a-4d44-8e12-c153405a49d6
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/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env
ArtifactUUID:f1290c5c-91fd-40de-8d27-6f71d15a55df
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/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env
ArtifactUUID:f1290c5c-91fd-40de-8d27-6f71d15a55df
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-23T01:03:29.842Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a9249d2-a454-469f-9a41-c86dda19c850 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-11-23T01:03:30.113Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T01:03:30.114Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-23T01:03:30.116Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-23T01:03:30.116Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4b39ba7f-556a-4167-b60d-a63ab078ca10 from URL: /sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar
2022-11-23T01:03:30.116Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-23T01:03:30.118Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar
2022-11-23T01:03:30.231Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-23T01:03:30.239Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar 4b39ba7f-556a-4167-b60d-a63ab078ca10 100651
2022-11-23T01:03:30.241Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar ASDC sendASDCNotification
2022-11-23T01:03:30.241Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar
2022-11-23T01:03:30.242Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T01:03:30.244Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:03:30.246Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:03:30.247Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165410240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:03:30.346Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T01:03:30.347Z||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-11-23T01:03:30.348Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:03:30.364Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:30.364Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-23T01:03:31.247Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T01:03:31.248Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-23T01:03:31.249Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4b39ba7f-556a-4167-b60d-a63ab078ca10, URL: /sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar to file: /app/ASDC/1/service-Vfw20221123010151-csar.csar
2022-11-23T01:03:31.250Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221123010151-csar.csar
2022-11-23T01:03:31.442Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221123010151-csar.csar
2022-11-23T01:03:31.443Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221123010151-csar.csar
2022-11-23T01:03:32.099Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2276241622559705476/Definitions/service-Vfw20221123010151-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-11-23T01:03:34.701Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T01:03:34.706Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-23T01:03:34.707Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221123010151-csar.csar
2022-11-23T01:03:34.707Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-23T01:03:34.707Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123010151-csar.csar
2022-11-23T01:03:34.707Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4241fb81-d46d 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-Vfw20221123010151-csar.csar
2022-11-23T01:03:34.708Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||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-Vfw20221123010151-csar.csar
2022-11-23T01:03:34.708Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||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-Vfw20221123010151-csar.csar
2022-11-23T01:03:34.708Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||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-Vfw20221123010151-csar.csar
2022-11-23T01:03:34.708Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123010151-csar.csar
2022-11-23T01:03:34.709Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123010151-csar.csar
2022-11-23T01:03:34.709Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||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-Vfw20221123010151-csar.csar
2022-11-23T01:03:34.709Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123010151-csar.csar
2022-11-23T01:03:34.709Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123010151-csar.csar
2022-11-23T01:03:34.709Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123010151-csar.csar
2022-11-23T01:03:34.710Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-23T01:03:34.716Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:34.718Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-23 01-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:03:34.722Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is matching search criteria
2022-11-23T01:03:34.722Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-23T01:03:34.724Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4241fb81-d46d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T01:03:34.726Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:34.726Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-23 01-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:03:34.726Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is matching search criteria
2022-11-23T01:03:34.727Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-23T01:03:34.727Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4241fb81-d46d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T01:03:34.727Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:34.728Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-23 01-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:03:34.731Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:34.731Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is not matching search criteria
2022-11-23T01:03:34.732Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T01:03:34.732Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T01:03:34.732Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T01:03:34.732Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:03:34.733Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T01:03:34.733Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:03:34.733Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T01:03:34.734Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T01:03:34.734Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T01:03:34.734Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:03:34.734Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T01:03:34.735Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T01:03:34.735Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T01:03:34.735Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T01:03:34.735Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:03:34.736Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-23T01:03:34.736Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:34.736Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-23 01-01-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T01:03:34.738Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:34.738Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is matching search criteria
2022-11-23T01:03:34.738Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4241fb81-d46d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T01:03:34.739Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:34.739Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is matching search criteria
2022-11-23T01:03:34.739Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4241fb81-d46d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T01:03:34.740Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:34.740Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is matching search criteria
2022-11-23T01:03:34.740Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4241fb81-d46d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T01:03:34.741Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:34.741Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is not matching search criteria
2022-11-23T01:03:34.741Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T01:03:34.741Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T01:03:34.742Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-23T01:03:34.742Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T01:03:34.742Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T01:03:34.743Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:03:34.743Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T01:03:34.743Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T01:03:34.743Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T01:03:34.744Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T01:03:34.744Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:03:34.744Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=60c7e592-1ee5-4457-8957-b803137d7d87
2022-11-23T01:03:34.745Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:34.745Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is not matching search criteria
2022-11-23T01:03:34.745Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T01:03:34.745Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T01:03:34.746Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T01:03:34.746Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:03:34.746Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T01:03:34.746Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:03:34.747Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T01:03:34.747Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-23T01:03:34.747Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T01:03:34.748Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T01:03:34.748Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T01:03:34.748Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:03:34.748Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f6c3b84c-d4b3-4470-adb0-3db0a034663c
2022-11-23T01:03:34.749Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:34.749Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is not matching search criteria
2022-11-23T01:03:34.749Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T01:03:34.749Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T01:03:34.750Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T01:03:34.750Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:03:34.750Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T01:03:34.751Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:03:34.751Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T01:03:34.751Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T01:03:34.751Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T01:03:34.752Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:03:34.752Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T01:03:34.752Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-23T01:03:34.753Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c8c884bf-20fe-451c-b3ed-f2a93d1f0383
2022-11-23T01:03:34.753Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:34.753Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-23 01-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:03:34.754Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:34.754Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-23 01-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:03:34.755Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:34.755Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-23 01-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:03:34.755Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:34.756Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-23 01-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:03:34.756Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-23 01-01-51
Description:catalog service description
Model UUID:4a9249d2-a454-469f-9a41-c86dda19c850
Model Version:NULL
Model InvariantUuid:32bc8a01-f256-4e5a-82dc-f7358c0b85c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4241fb81-d46d
Model UUID:79b84dac-e226-4b2b-9fbb-418acd3b312a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0fb1586c-7c8c-4653-a515-25f0d7533ce9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7da46115-e653-4ece-bd92-dd0a9915fb1f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:87260045-e1f2-439a-86ca-648fd05a699f
ModelName:Vfw4241fb81D46d..base_vfw..module-0
ModelUuid:961147b6-790f-4acf-ae26-1df2bb7ccadb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:60c7e592-1ee5-4457-8957-b803137d7d87
ModelInvariantUuid:1799989e-a1b3-45e1-9e81-6be54d14124b
ModelName:vFW 4241fb81-d46d-nodes.vfwCvfc
ModelUuid:22baa54d-4f51-4b31-bd38-60fec3228cb9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:05d0d84a-8462-4082-a191-622156cb7ef1
ModelInvariantUuid:9ccf4374-f467-4df2-8cf4-7f45024c1d4a
ModelName:Vfw4241fb81D46d.compute.nodes.heat.vfw
ModelUuid:6177a27d-463f-4fa0-b086-065eb4a74f90
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f6c3b84c-d4b3-4470-adb0-3db0a034663c
ModelInvariantUuid:f8be8975-8cff-41ed-a844-79d1fb90a5a0
ModelName:vFW 4241fb81-d46d-nodes.vsnCvfc
ModelUuid:0fef1c00-0b09-40a7-9435-ba91c38ff868
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a17ed955-827b-4bf6-9ac8-874c8d3c7226
ModelInvariantUuid:7f3df0a9-66dd-42f6-9390-9df2ab6d9ba1
ModelName:Vfw4241fb81D46d.compute.nodes.heat.vsn
ModelUuid:75de7dc6-b854-4ebd-9b70-eccbd663647e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c8c884bf-20fe-451c-b3ed-f2a93d1f0383
ModelInvariantUuid:846470fd-e933-43d4-bef2-7038094dbf1b
ModelName:vFW 4241fb81-d46d-nodes.vpgCvfc
ModelUuid:9dd80c27-cf3e-4319-9fa2-806766ae53ec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:5157584d-1942-4745-9ea0-28d7aeea2f6b
ModelInvariantUuid:9d7972a1-09bf-4bf5-b25e-ce9e56901639
ModelName:Vfw4241fb81D46d.compute.nodes.heat.vpg
ModelUuid:bcf4fa53-8af9-4c97-afd5-8a9a65fdcdfd
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-11-23T01:03:34.782Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ca42750f-2996-45d3-988a-c2a8a787b277
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-11-23T01:03:34.868Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||vFW 4241fb81-d46d 0
2022-11-23T01:03:34.874Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ca42750f-2996-45d3-988a-c2a8a787b277
2022-11-23T01:03:34.874Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b579f97f-37dc-4965-8050-134de92f51d0 from URL: /sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json
2022-11-23T01:03:34.874Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-23T01:03:34.875Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json
2022-11-23T01:03:34.932Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-23T01:03:34.932Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json b579f97f-37dc-4965-8050-134de92f51d0 785
2022-11-23T01:03:34.933Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json ASDC sendASDCNotification
2022-11-23T01:03:34.933Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json
2022-11-23T01:03:34.933Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T01:03:34.934Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:03:34.935Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:03:34.936Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165414933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:03:35.036Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:03:35.037Z||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-11-23T01:03:35.037Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:03:35.052Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:35.053Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-23T01:03:35.937Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4241fb81D46d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "87260045-e1f2-439a-86ca-648fd05a699f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "961147b6-790f-4acf-ae26-1df2bb7ccadb",
"vfModuleModelCustomizationUUID": "90795eb3-1fef-4cfc-9712-9701607201cb",
"isBase": true,
"artifacts": [
"3d161dd2-d70a-4d44-8e12-c153405a49d6",
"f1290c5c-91fd-40de-8d27-6f71d15a55df"
],
"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-11-23T01:03:35.950Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4241fb81D46d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:961147b6-790f-4acf-ae26-1df2bb7ccadb
VfModuleModelInvariantUUID:87260045-e1f2-439a-86ca-648fd05a699f
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d161dd2-d70a-4d44-8e12-c153405a49d6
,
f1290c5c-91fd-40de-8d27-6f71d15a55df
}
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-11-23T01:03:35.953Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4241fb81D46d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "87260045-e1f2-439a-86ca-648fd05a699f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "961147b6-790f-4acf-ae26-1df2bb7ccadb",
"vfModuleModelCustomizationUUID": "90795eb3-1fef-4cfc-9712-9701607201cb",
"isBase": true,
"artifacts": [
"3d161dd2-d70a-4d44-8e12-c153405a49d6",
"f1290c5c-91fd-40de-8d27-6f71d15a55df"
],
"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-11-23T01:03:35.953Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4241fb81D46d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:961147b6-790f-4acf-ae26-1df2bb7ccadb
VfModuleModelInvariantUUID:87260045-e1f2-439a-86ca-648fd05a699f
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d161dd2-d70a-4d44-8e12-c153405a49d6
,
f1290c5c-91fd-40de-8d27-6f71d15a55df
}
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-11-23T01:03:35.953Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3d161dd2-d70a-4d44-8e12-c153405a49d6 from URL: /sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml
2022-11-23T01:03:35.954Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-23T01:03:35.954Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml
2022-11-23T01:03:36.026Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-23T01:03:36.027Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml 3d161dd2-d70a-4d44-8e12-c153405a49d6 20368
2022-11-23T01:03:36.027Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-23T01:03:36.027Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml
2022-11-23T01:03:36.027Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T01:03:36.028Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:03:36.029Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:03:36.029Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165416027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:03:36.130Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:03:36.131Z||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-11-23T01:03:36.131Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:03:36.147Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:36.147Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-23T01:03:37.030Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f1290c5c-91fd-40de-8d27-6f71d15a55df from URL: /sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env
2022-11-23T01:03:37.031Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-23T01:03:37.031Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env
2022-11-23T01:03:37.092Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-23T01:03:37.092Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env f1290c5c-91fd-40de-8d27-6f71d15a55df 2098
2022-11-23T01:03:37.093Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-23T01:03:37.093Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env
2022-11-23T01:03:37.093Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T01:03:37.094Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:03:37.096Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:03:37.096Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165417092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:03:37.196Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:03:37.197Z||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-11-23T01:03:37.198Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:03:37.213Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:37.214Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-23T01:03:38.097Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4a9249d2-a454-469f-9a41-c86dda19c850
2022-11-23T01:03:38.097Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4241fb81-d46d 0 ca42750f-2996-45d3-988a-c2a8a787b277 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-11-23T01:03:38.129Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@642af9fd, org.onap.sdc.toscaparser.api.parameters.Input@188d419e, org.onap.sdc.toscaparser.api.parameters.Input@42456576, org.onap.sdc.toscaparser.api.parameters.Input@4a002f94, org.onap.sdc.toscaparser.api.parameters.Input@79d6c238]
2022-11-23T01:03:38.133Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.133Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-23 01-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:03:38.133Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-11-23T01:03:38.133Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 7da46115-e653-4ece-bd92-dd0a9915fb1f
2022-11-23T01:03:38.133Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7da46115-e653-4ece-bd92-dd0a9915fb1f matches Tosca VF Customization UUID: 7da46115-e653-4ece-bd92-dd0a9915fb1f
2022-11-23T01:03:38.133Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 7da46115-e653-4ece-bd92-dd0a9915fb1f 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-11-23T01:03:38.141Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.141Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-23 01-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:03:38.142Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 7da46115-e653-4ece-bd92-dd0a9915fb1f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-23T01:03:38.142Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4319e6b4
2022-11-23T01:03:38.143Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.143Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-23 01-01-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T01:03:38.143Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 90795eb3-1fef-4cfc-9712-9701607201cb
2022-11-23T01:03:38.144Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 90795eb3-1fef-4cfc-9712-9701607201cb
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-11-23T01:03:38.150Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.150Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is matching search criteria
2022-11-23T01:03:38.151Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4241fb81-d46d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T01:03:38.151Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.151Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is matching search criteria
2022-11-23T01:03:38.152Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4241fb81-d46d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T01:03:38.152Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.152Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is not matching search criteria
2022-11-23T01:03:38.152Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T01:03:38.152Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T01:03:38.152Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-23T01:03:38.152Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T01:03:38.153Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T01:03:38.153Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:03:38.153Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T01:03:38.153Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T01:03:38.153Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T01:03:38.153Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T01:03:38.153Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:03:38.154Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=60c7e592-1ee5-4457-8957-b803137d7d87
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-11-23T01:03:38.168Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.168Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is matching search criteria
2022-11-23T01:03:38.168Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4241fb81-d46d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T01:03:38.168Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.168Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is not matching search criteria
2022-11-23T01:03:38.169Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T01:03:38.169Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T01:03:38.169Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T01:03:38.169Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:03:38.169Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T01:03:38.169Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:03:38.169Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T01:03:38.170Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-23T01:03:38.170Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T01:03:38.170Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T01:03:38.170Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T01:03:38.170Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:03:38.170Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f6c3b84c-d4b3-4470-adb0-3db0a034663c
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-11-23T01:03:38.173Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.173Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is matching search criteria
2022-11-23T01:03:38.173Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4241fb81-d46d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T01:03:38.175Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.175Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is not matching search criteria
2022-11-23T01:03:38.175Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T01:03:38.175Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T01:03:38.176Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T01:03:38.176Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:03:38.176Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T01:03:38.176Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:03:38.176Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T01:03:38.176Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T01:03:38.177Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T01:03:38.177Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:03:38.177Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T01:03:38.177Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-23T01:03:38.177Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c8c884bf-20fe-451c-b3ed-f2a93d1f0383
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-11-23T01:03:38.179Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.180Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is matching search criteria
2022-11-23T01:03:38.180Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4241fb81-d46d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T01:03:38.180Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.181Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Node template vFW 4241fb81-d46d 0 is matching search criteria
2022-11-23T01:03:38.181Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4241fb81-d46d 0] matching following query criteria: sdcType=VF, customizationUUID=7da46115-e653-4ece-bd92-dd0a9915fb1f
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-11-23T01:03:38.183Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.183Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-23 01-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:03:38.184Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4a9249d2-a454-469f-9a41-c86dda19c850: vFW 4241fb81-d46d
2022-11-23T01:03:38.184Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.184Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-23 01-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:03:38.184Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.184Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-23 01-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:03:38.184Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.185Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-23 01-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:03:38.185Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.185Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-23 01-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:03:38.185Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:03:38.185Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-23 01-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:03:38.185Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-11-23 01-01-51
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-11-23T01:03:38.496Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4241fb81-d46d ca42750f-2996-45d3-988a-c2a8a787b277 1 ASDC deployResourceStructure
2022-11-23T01:03:38.497Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json ASDC sendASDCNotification
2022-11-23T01:03:38.497Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json
2022-11-23T01:03:38.497Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T01:03:38.498Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:03:38.500Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:03:38.500Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165418497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-23T01:03:38.600Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:03:38.601Z||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-11-23T01:03:38.601Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:03:38.621Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:38.621Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-23T01:03:39.501Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-23T01:03:39.501Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml
2022-11-23T01:03:39.502Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T01:03:39.502Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:03:39.503Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:03:39.504Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165419501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-23T01:03:39.604Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:03:39.604Z||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-11-23T01:03:39.605Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:03:39.622Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:39.622Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-23T01:03:40.504Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-23T01:03:40.505Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env
2022-11-23T01:03:40.506Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T01:03:40.506Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:03:40.507Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:03:40.508Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165420504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-23T01:03:40.608Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:03:40.609Z||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-11-23T01:03:40.609Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:03:40.625Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:40.626Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-23T01:03:41.509Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar ASDC sendASDCNotification
2022-11-23T01:03:41.509Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar
2022-11-23T01:03:41.510Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-23T01:03:41.510Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:03:41.512Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:03:41.512Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165421508,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T01:03:41.612Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:03:41.613Z||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-11-23T01:03:41.614Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:03:41.634Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:03:41.634Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-23T01:03:42.513Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5893876-6881-49d2-a473-e42aa6e5f2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-23T01:03:42.540Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5893876-6881-49d2-a473-e42aa6e5f2fd
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-11-23T01:03:42.543Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T01:03:42.543Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T01:03:42.543Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T01:04:12.543Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5893876-6881-49d2-a473-e42aa6e5f2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-23T01:04:12.556Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5893876-6881-49d2-a473-e42aa6e5f2fd
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-11-23T01:04:12.558Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T01:04:12.558Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T01:04:12.559Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T01:04:22.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:04:22.018Z||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-11-23T01:04:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:04:22.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:04:22.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:04:22.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "policy-id",
"timestamp": 1669165398576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:04:22.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:04:42.559Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5893876-6881-49d2-a473-e42aa6e5f2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-23T01:04:42.572Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5893876-6881-49d2-a473-e42aa6e5f2fd
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-11-23T01:04:42.575Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T01:04:42.575Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T01:04:42.575Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T01:05:12.576Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5893876-6881-49d2-a473-e42aa6e5f2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-23T01:05:12.589Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5893876-6881-49d2-a473-e42aa6e5f2fd
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-11-23T01:05:12.592Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T01:05:12.592Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T01:05:12.592Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T01:05:22.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:05:22.018Z||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-11-23T01:05:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:05:22.050Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:05:22.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:05:22.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165402014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:05:22.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:05:42.594Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5893876-6881-49d2-a473-e42aa6e5f2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-23T01:05:42.608Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5893876-6881-49d2-a473-e42aa6e5f2fd
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-11-23T01:05:42.610Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T01:05:42.610Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T01:05:42.611Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T01:06:12.611Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5893876-6881-49d2-a473-e42aa6e5f2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-23T01:06:12.624Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5893876-6881-49d2-a473-e42aa6e5f2fd
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-11-23T01:06:12.626Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T01:06:12.626Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-23T01:06:12.626Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-23T01:06:22.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:06:22.018Z||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-11-23T01:06:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:06:22.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:06:22.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "policy-id",
"timestamp": 1669165398576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669165404143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165402014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json",
"status": "NOTIFIED"
}
2022-11-23T01:06:22.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "policy-id",
"timestamp": 1669165398576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T01:06:22.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669165404143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json",
"status": "NOTIFIED"
}
2022-11-23T01:06:22.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165402014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-23T01:06:22.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669165404143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-23T01:06:22.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "policy-id",
"timestamp": 1669165406448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:06:22.559Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165402014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669165404143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "policy-id",
"timestamp": 1669165407468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T01:06:22.561Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165402014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-23T01:06:22.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "aai-ml",
"timestamp": 1669165408278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669165404143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-23T01:06:22.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "policy-id",
"timestamp": 1669165408472,
"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-11-23T01:06:22.575Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5893876-6881-49d2-a473-e42aa6e5f2fd
2022-11-23T01:06:22.576Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5893876-6881-49d2-a473-e42aa6e5f2fd 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-11-23T01:06:22.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165402014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "aai-ml",
"timestamp": 1669165408278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669165404143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165402014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T01:06:22.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "aai-ml",
"timestamp": 1669165408278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669165404143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T01:06:22.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "aai-ml",
"timestamp": 1669165408278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165410240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:06:22.591Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669165411961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:06:22.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "aai-ml",
"timestamp": 1669165408278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669165413075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:06:22.593Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "aai-ml",
"timestamp": 1669165408278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669165414236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:06:22.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "aai-ml",
"timestamp": 1669165408278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T01:06:22.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669165413652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669165415337,
"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-11-23T01:06:22.601Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5893876-6881-49d2-a473-e42aa6e5f2fd
2022-11-23T01:06:22.602Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5893876-6881-49d2-a473-e42aa6e5f2fd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-23T01:06:22.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "aai-ml",
"timestamp": 1669165416169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:06:22.611Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669165413652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165414933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:06:22.612Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669165416341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-23T01:06:22.612Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669165413652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165416027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:06:22.613Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669165413652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165417092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:06:22.614Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669165413652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165418497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/vfw4241fb81d46d0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-23T01:06:22.614Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669165413652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:06:22.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165419501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-23T01:06:22.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669165413652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T01:06:22.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:06:22.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165420504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/resourceInstances/vfw4241fb81d46d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-23T01:06:22.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669165421474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:06:22.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165421508,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T01:06:22.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669165426982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T01:06:22.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669165427988,
"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-11-23T01:06:22.622Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5893876-6881-49d2-a473-e42aa6e5f2fd
2022-11-23T01:06:22.622Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5893876-6881-49d2-a473-e42aa6e5f2fd 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-11-23T01:06:22.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "aai-ml",
"timestamp": 1669165430672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123010151/1.0/artifacts/service-Vfw20221123010151-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-11-23T01:06:22.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:06:22.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:06:22.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "aai-ml",
"timestamp": 1669165431681,
"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-11-23T01:06:22.639Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c5893876-6881-49d2-a473-e42aa6e5f2fd
2022-11-23T01:06:22.639Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5893876-6881-49d2-a473-e42aa6e5f2fd 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-11-23T01:06:42.626Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5893876-6881-49d2-a473-e42aa6e5f2fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-23T01:06:42.647Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5893876-6881-49d2-a473-e42aa6e5f2fd
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-11-23T01:06:42.655Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-23T01:06:42.656Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-23T01:06:42.656Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-23T01:06:42.656Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-23T01:06:42.656Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-11-23T01:06:42.657Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||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-11-23T01:06:42.665Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-23T01:07:12.665Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5893876-6881-49d2-a473-e42aa6e5f2fd 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-11-23T01:07:12.675Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5893876-6881-49d2-a473-e42aa6e5f2fd and serviceModelVersionId: 4a9249d2-a454-469f-9a41-c86dda19c850
2022-11-23T01:07:12.676Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 32bc8a01-f256-4e5a-82dc-f7358c0b85c8
2022-11-23T01:07:22.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:07:22.051Z||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-11-23T01:07:22.054Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:07:26.495Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850?depth=0
2022-11-23T01:07:26.597Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-23T01:07:27.033Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850?depth=0|INFO|500||Invoke
2022-11-23T01:07:27.040Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5893876-6881-49d2-a473-e42aa6e5f2fd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5afe95bc-0849-4508-9cba-56ea94dc3c26], X-ECOMP-RequestID=[c5893876-6881-49d2-a473-e42aa6e5f2fd], X-TransactionId=[], X-ONAP-RequestID=[c5893876-6881-49d2-a473-e42aa6e5f2fd], Content-Type=[application/merge-patch+json]}
2022-11-23T01:07:27.061Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-11-23T01:07:27.150Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850?depth=0 has http status code:404 and response headers:{date=[Wed, 23 Nov 2022 01:07:28 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[57], x-aai-txid=[1-aai-resources-221123-01:07:28:013-5436], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-23T01:07:27.153Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850","ERR.5.4.6114"]}}}
2022-11-23T01:07:27.153Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850?depth=0|INFO|404|Not Found|InvokeReturn
2022-11-23T01:07:27.180Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=c5893876-6881-49d2-a473-e42aa6e5f2fd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850) (ec=ERR.5.4.6114)
2022-11-23T01:07:27.180Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c5893876-6881-49d2-a473-e42aa6e5f2fd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
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-11-23T01:07:27.181Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c5893876-6881-49d2-a473-e42aa6e5f2fd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850) (ec=ERR.5.4.6114)
2022-11-23T01:07:27.181Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=c5893876-6881-49d2-a473-e42aa6e5f2fd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850) (ec=ERR.5.4.6114)
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-11-23T01:07:27.190Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||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-11-23T01:07:27.191Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5893876-6881-49d2-a473-e42aa6e5f2fd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=c5893876-6881-49d2-a473-e42aa6e5f2fd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850) (ec=ERR.5.4.6114)
2022-11-23T01:07:27.193Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-11-23T01:07:27.193Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:07:27.196Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:07:27.196Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165647192,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dc5893876-6881-49d2-a473-e42aa6e5f2fd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850) (ec\u003dERR.5.4.6114)"
}
2022-11-23T01:07:27.296Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:07:27.297Z||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-11-23T01:07:27.297Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:07:27.315Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:07:27.316Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-23T01:07:27.936Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:07:27.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:07:27.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c5893876-6881-49d2-a473-e42aa6e5f2fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669165647192,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dc5893876-6881-49d2-a473-e42aa6e5f2fd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/32bc8a01-f256-4e5a-82dc-f7358c0b85c8/model-vers/model-ver/4a9249d2-a454-469f-9a41-c86dda19c850) (ec\u003dERR.5.4.6114)"
}
2022-11-23T01:07:27.938Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-23T01:07:28.215Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:07:28.215Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|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-11-23T01:07:28.215Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:07:38.578Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:07:38.579Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:07:38.579Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|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-11-23T01:07:38.579Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:07:48.152Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:07:48.153Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:07:48.154Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|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-11-23T01:07:48.154Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:07:57.723Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:07:57.724Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:07:57.725Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|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-11-23T01:07:57.725Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:08:07.295Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:08:22.015Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:08:22.016Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|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-11-23T01:08:22.016Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:08:22.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:08:22.018Z||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-11-23T01:08:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:08:31.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:08:31.564Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:09:22.014Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:09:22.015Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|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-11-23T01:09:22.015Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:09:22.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:09:22.018Z||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-11-23T01:09:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:09:31.570Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:09:31.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:10:22.014Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:10:22.015Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|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-11-23T01:10:22.015Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:10:22.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:10:22.018Z||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-11-23T01:10:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:10:31.573Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:10:31.574Z|c5893876-6881-49d2-a473-e42aa6e5f2fd|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:11:22.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:11:22.017Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T01:11:22.017Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:11:22.017Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:11:22.018Z||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-11-23T01:11:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:11:31.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:11:31.586Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:12:22.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:12:22.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T01:12:22.015Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:12:22.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:12:22.018Z||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-11-23T01:12:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:12:31.572Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:12:31.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:13:22.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:13:22.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T01:13:22.015Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:13:22.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:13:22.018Z||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-11-23T01:13:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:13:31.575Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:13:31.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:14:22.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:14:22.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T01:14:22.015Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:14:22.017Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:14:22.018Z||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-11-23T01:14:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:14:31.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:14:31.610Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:15:22.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:15:22.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-23T01:15:22.015Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:15:22.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-23T01:15:22.018Z||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-11-23T01:15:22.018Z||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 Q771NSLmNqPSGmkU) ...
2022-11-23T01:15:22.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:15:22.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c68d87e8-8e32-43f3-b3df-cfabb59e6d0e","serviceName":"vFW 2022-11-23 01-13-27","serviceVersion":"1.0","serviceUUID":"5483455a-c6c3-42e3-b651-34b855c153af","serviceDescription":"catalog service description","serviceInvariantUUID":"4b9a2978-aa1d-4f1e-b7d4-7876e71b2642","resources":[{"resourceInstanceName":"vFW e44f34a6-4655 0","resourceName":"vFW e44f34a6-4655","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f1888f1b-926e-45cd-bd37-92a38d6c5dbf","resourceInvariantUUID":"0318bff2-d45a-4e58-991d-05fa348ea447","resourceCustomizationUUID":"be5d7313-2655-47de-865f-8bbe429b58cb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vf-license-model.xml","artifactChecksum":"ZjJmNWU5OWVhN2U3NzdmN2E4YTQxZTFiZDkzZDUwZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29383996-9db3-4fe8-a317-acfa9e8069c2","artifactVersion":"1"},{"artifactName":"vfwe44f34a646550_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vfwe44f34a646550_modules.json","artifactChecksum":"OTI4ZjBhM2VkMGRlNGE1ZDE4NGU2MTQ5ZjJhYmRhOTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"78e4e9ea-dcde-4552-90a2-ada996854cf8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a2f6bfb2-ea6f-4f85-ac6c-eff201f79632","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vendor-license-model.xml","artifactChecksum":"YzU3YTYyOWQwOWRjNjA0YjZiYWM2ZDc5MTkxYmExMjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0074348d-4ff6-4111-ae40-94c5e6eddb6e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f9431da3-5b1b-4b23-8bdd-c2cc908a42f4","artifactVersion":"2","generatedFromUUID":"a2f6bfb2-ea6f-4f85-ac6c-eff201f79632"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221123011327-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-template.yml","artifactChecksum":"MTcyMTExZjhkMjkxNTZhYWZjZTZjMWMxNWZmNDEyYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"335cbe57-689a-40c9-9013-a3da0a3c6647","artifactVersion":"1"},{"artifactName":"service-Vfw20221123011327-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar","artifactChecksum":"MmQ4OTJjMjcwOTZlYzU3NTRjZGQ3ZGUzZDA3ZDQ5Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38586836-a85e-4dfd-8591-494e94794061","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-23T01:15:22.670Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:15:22.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669166073652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.674Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T01:15:22.675Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:15:22.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "aai-ml",
"timestamp": 1669166068278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "aai-ml",
"timestamp": 1669166068278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vfwe44f34a646550_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669166073652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vfwe44f34a646550_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "aai-ml",
"timestamp": 1669166068278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669166073652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "policy-id",
"timestamp": 1669166078576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "aai-ml",
"timestamp": 1669166068278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.679Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:15:22.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.679Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669166122014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669166073652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "policy-id",
"timestamp": 1669166078576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vfwe44f34a646550_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669166073652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "aai-ml",
"timestamp": 1669166068278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "policy-id",
"timestamp": 1669166078576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-23T01:15:22.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "aai-ml",
"timestamp": 1669166068278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669166073652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "policy-id",
"timestamp": 1669166078576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669166073652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T01:15:22.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "aai-ml",
"timestamp": 1669166068278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T01:15:22.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "policy-id",
"timestamp": 1669166078576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669166083582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:15:22.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:15:22.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "aai-ml",
"timestamp": 1669166084754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:15:22.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:15:22.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "policy-id",
"timestamp": 1669166078576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669166084143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "policy-id",
"timestamp": 1669166078576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T01:15:22.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669166084143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vfwe44f34a646550_modules.json",
"status": "NOTIFIED"
}
2022-11-23T01:15:22.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669166084143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-23T01:15:22.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "policy-id",
"timestamp": 1669166086482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:15:22.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:15:22.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669166086930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T01:15:22.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:15:22.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669166084143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "policy-id",
"timestamp": 1669166087488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-23T01:15:22.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:15:22.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669166087935,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-23T01:15:22.720Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c68d87e8-8e32-43f3-b3df-cfabb59e6d0e
2022-11-23T01:15:22.720Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c68d87e8-8e32-43f3-b3df-cfabb59e6d0e 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-11-23T01:15:22.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669166084143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-23T01:15:22.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "policy-id",
"timestamp": 1669166088491,
"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-11-23T01:15:22.740Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c68d87e8-8e32-43f3-b3df-cfabb59e6d0e
2022-11-23T01:15:22.741Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c68d87e8-8e32-43f3-b3df-cfabb59e6d0e 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-11-23T01:15:22.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669166084143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:22.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669166084143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T01:15:22.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-23T01:15:22.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669166091945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vfwe44f34a646550_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:15:22.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:15:22.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669166093093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:15:22.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:15:22.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "aai-ml",
"timestamp": 1669166094758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-11-23T01:15:22.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:15:22.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669166094192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:15:22.753Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:15:22.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "aai-ml",
"timestamp": 1669166095762,
"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-11-23T01:15:22.761Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c68d87e8-8e32-43f3-b3df-cfabb59e6d0e
2022-11-23T01:15:22.762Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c68d87e8-8e32-43f3-b3df-cfabb59e6d0e 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-11-23T01:15:22.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669166095246,
"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-11-23T01:15:22.778Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c68d87e8-8e32-43f3-b3df-cfabb59e6d0e
2022-11-23T01:15:22.779Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c68d87e8-8e32-43f3-b3df-cfabb59e6d0e and ComponentName POLICY
2022-11-23T01:15:22.779Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:15:22.780Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-23T01:15:22.780Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-23T01:15:22.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-23T01:15:22.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669166096250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vfwe44f34a646550_modules.json",
"status": "DEPLOY_OK"
}
2022-11-23T01:15:22.790Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-23T01:15:22.802Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:15:22.802Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-23T01:15:23.680Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T01:15:23.680Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:15:23.683Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:15:23.683Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669166122014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vfwe44f34a646550_modules.json",
"status": "NOTIFIED"
}
2022-11-23T01:15:23.783Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:15:23.784Z||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-11-23T01:15:23.784Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:15:23.799Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:15:23.800Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-23T01:15:24.683Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T01:15:24.685Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:15:24.687Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:15:24.687Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669166122014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-23T01:15:24.787Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:15:24.788Z||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-11-23T01:15:24.788Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:15:24.804Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:15:24.805Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-23T01:15:25.688Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T01:15:25.688Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:15:25.690Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:15:25.690Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669166122014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:25.791Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:15:25.792Z||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-11-23T01:15:25.792Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:15:25.806Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:15:25.806Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-23T01:15:26.691Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T01:15:26.692Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:15:26.694Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:15:26.695Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669166122014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-23T01:15:26.795Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:15:26.796Z||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-11-23T01:15:26.796Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:15:26.819Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:15:26.819Z||pool-23-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-23T01:15:27.695Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T01:15:27.697Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:15:27.699Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:15:27.699Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669166122014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-23T01:15:27.799Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:15:27.800Z||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-11-23T01:15:27.800Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:15:27.816Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:15:27.816Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-23T01:15:28.702Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-23T01:15:28.703Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:15:28.706Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:15:28.707Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669166122014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar",
"status": "NOTIFIED"
}
2022-11-23T01:15:28.805Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-23T01:15:28.806Z||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-11-23T01:15:28.807Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:15:28.826Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:15:28.826Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-23T01:15:29.710Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"serviceName": "vFW 2022-11-23 01-13-27",
"serviceVersion": "1.0",
"serviceUUID": "5483455a-c6c3-42e3-b651-34b855c153af",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4b9a2978-aa1d-4f1e-b7d4-7876e71b2642",
"resources": [
{
"resourceInstanceName": "vFW e44f34a6-4655 0",
"resourceCustomizationUUID": "be5d7313-2655-47de-865f-8bbe429b58cb",
"resourceName": "vFW e44f34a6-4655",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f1888f1b-926e-45cd-bd37-92a38d6c5dbf",
"resourceInvariantUUID": "0318bff2-d45a-4e58-991d-05fa348ea447",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe44f34a646550_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vfwe44f34a646550_modules.json",
"artifactChecksum": "OTI4ZjBhM2VkMGRlNGE1ZDE4NGU2MTQ5ZjJhYmRhOTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "78e4e9ea-dcde-4552-90a2-ada996854cf8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a2f6bfb2-ea6f-4f85-ac6c-eff201f79632",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f9431da3-5b1b-4b23-8bdd-c2cc908a42f4",
"generatedFromUUID": "a2f6bfb2-ea6f-4f85-ac6c-eff201f79632"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f9431da3-5b1b-4b23-8bdd-c2cc908a42f4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221123011327-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar",
"artifactChecksum": "MmQ4OTJjMjcwOTZlYzU3NTRjZGQ3ZGUzZDA3ZDQ5Yzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "38586836-a85e-4dfd-8591-494e94794061"
}
],
"workloadContext": "Production"
}
2022-11-23T01:15:29.713Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-23T01:15:29.714Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5483455a-c6c3-42e3-b651-34b855c153af ASDC
2022-11-23T01:15:29.715Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c68d87e8-8e32-43f3-b3df-cfabb59e6d0e
ServiceName:vFW 2022-11-23 01-13-27
ServiceVersion:1.0
ServiceUUID:5483455a-c6c3-42e3-b651-34b855c153af
ServiceInvariantUUID:4b9a2978-aa1d-4f1e-b7d4-7876e71b2642
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221123011327-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar
ArtifactUUID:38586836-a85e-4dfd-8591-494e94794061
ArtifactChecksum:MmQ4OTJjMjcwOTZlYzU3NTRjZGQ3ZGUzZDA3ZDQ5Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e44f34a6-4655 0
ResourceCustomizationUUID:be5d7313-2655-47de-865f-8bbe429b58cb
ResourceInvariantUUID:0318bff2-d45a-4e58-991d-05fa348ea447
ResourceName:vFW e44f34a6-4655
ResourceType:VF
ResourceUUID:f1888f1b-926e-45cd-bd37-92a38d6c5dbf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe44f34a646550_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vfwe44f34a646550_modules.json
ArtifactUUID:78e4e9ea-dcde-4552-90a2-ada996854cf8
ArtifactChecksum:OTI4ZjBhM2VkMGRlNGE1ZDE4NGU2MTQ5ZjJhYmRhOTM=
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/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.yaml
ArtifactUUID:a2f6bfb2-ea6f-4f85-ac6c-eff201f79632
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/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.env
ArtifactUUID:f9431da3-5b1b-4b23-8bdd-c2cc908a42f4
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/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.env
ArtifactUUID:f9431da3-5b1b-4b23-8bdd-c2cc908a42f4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-23T01:15:29.716Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5483455a-c6c3-42e3-b651-34b855c153af ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-23T01:15:29.762Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T01:15:29.765Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-23T01:15:29.766Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-23T01:15:29.766Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 38586836-a85e-4dfd-8591-494e94794061 from URL: /sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar
2022-11-23T01:15:29.766Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T01:15:29.767Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar
2022-11-23T01:15:29.888Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T01:15:29.890Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar 38586836-a85e-4dfd-8591-494e94794061 100660
2022-11-23T01:15:29.890Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar ASDC sendASDCNotification
2022-11-23T01:15:29.890Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar
2022-11-23T01:15:29.890Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T01:15:29.891Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:15:29.894Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:15:29.894Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669166129890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:15:29.994Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:15:29.995Z||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-11-23T01:15:29.996Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:15:30.013Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:15:30.014Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-23T01:15:30.895Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-23T01:15:30.896Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-23T01:15:30.897Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 38586836-a85e-4dfd-8591-494e94794061, URL: /sdc/v1/catalog/services/Vfw20221123011327/1.0/artifacts/service-Vfw20221123011327-csar.csar to file: /app/ASDC/1/service-Vfw20221123011327-csar.csar
2022-11-23T01:15:30.898Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221123011327-csar.csar
2022-11-23T01:15:30.900Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221123011327-csar.csar
2022-11-23T01:15:30.900Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221123011327-csar.csar
2022-11-23T01:15:31.279Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13742930621856271259/Definitions/service-Vfw20221123011327-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-11-23T01:15:33.285Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-23T01:15:33.286Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-23T01:15:33.286Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221123011327-csar.csar
2022-11-23T01:15:33.286Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-23T01:15:33.286Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123011327-csar.csar
2022-11-23T01:15:33.286Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221123011327-csar.csar
2022-11-23T01:15:33.286Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221123011327-csar.csar
2022-11-23T01:15:33.287Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221123011327-csar.csar
2022-11-23T01:15:33.287Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123011327-csar.csar
2022-11-23T01:15:33.287Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123011327-csar.csar
2022-11-23T01:15:33.287Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221123011327-csar.csar
2022-11-23T01:15:33.287Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123011327-csar.csar
2022-11-23T01:15:33.288Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123011327-csar.csar
2022-11-23T01:15:33.288Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e44f34a6-4655 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-Vfw20221123011327-csar.csar
2022-11-23T01:15:33.288Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123011327-csar.csar
2022-11-23T01:15:33.288Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-23T01:15:33.289Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:33.289Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 01-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:15:33.289Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vFW e44f34a6-4655 0 is matching search criteria
2022-11-23T01:15:33.290Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-23T01:15:33.290Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e44f34a6-4655 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T01:15:33.290Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:33.290Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 01-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:15:33.291Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vFW e44f34a6-4655 0 is matching search criteria
2022-11-23T01:15:33.291Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-23T01:15:33.291Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e44f34a6-4655 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-23T01:15:33.292Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:33.292Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 01-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:15:33.292Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:33.292Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vFW e44f34a6-4655 0 is not matching search criteria
2022-11-23T01:15:33.292Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T01:15:33.293Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T01:15:33.293Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T01:15:33.293Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:15:33.293Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:15:33.294Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T01:15:33.294Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T01:15:33.294Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T01:15:33.294Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T01:15:33.294Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:15:33.295Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T01:15:33.295Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T01:15:33.295Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T01:15:33.295Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T01:15:33.295Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:15:33.296Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-23T01:15:33.296Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:33.296Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 01-13-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T01:15:33.296Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:33.297Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vFW e44f34a6-4655 0 is matching search criteria
2022-11-23T01:15:33.297Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e44f34a6-4655 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T01:15:33.297Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:33.297Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vFW e44f34a6-4655 0 is matching search criteria
2022-11-23T01:15:33.297Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e44f34a6-4655 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T01:15:33.298Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:33.298Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vFW e44f34a6-4655 0 is matching search criteria
2022-11-23T01:15:33.298Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e44f34a6-4655 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T01:15:33.298Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:33.299Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vFW e44f34a6-4655 0 is not matching search criteria
2022-11-23T01:15:33.299Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T01:15:33.299Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-23T01:15:33.299Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T01:15:33.299Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T01:15:33.300Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T01:15:33.300Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:15:33.300Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T01:15:33.300Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T01:15:33.300Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T01:15:33.301Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T01:15:33.301Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:15:33.301Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b697f06e-a931-40c5-807d-298823adb0d0
2022-11-23T01:15:33.301Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:33.301Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vFW e44f34a6-4655 0 is not matching search criteria
2022-11-23T01:15:33.302Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T01:15:33.302Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T01:15:33.302Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T01:15:33.302Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:15:33.303Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:15:33.303Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T01:15:33.303Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T01:15:33.303Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-23T01:15:33.303Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T01:15:33.304Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T01:15:33.304Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T01:15:33.304Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:15:33.304Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=217057fa-b9f1-491e-b83e-a5a6d28b4fe6
2022-11-23T01:15:33.304Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:33.305Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vFW e44f34a6-4655 0 is not matching search criteria
2022-11-23T01:15:33.305Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T01:15:33.305Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T01:15:33.305Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T01:15:33.306Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:15:33.306Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:15:33.306Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T01:15:33.306Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T01:15:33.306Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T01:15:33.307Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T01:15:33.307Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:15:33.307Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T01:15:33.307Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-23T01:15:33.307Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=923c062b-8656-4bf6-b987-f7697275c6cc
2022-11-23T01:15:33.308Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:33.308Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 01-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:15:33.308Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:33.308Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 01-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:15:33.309Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:33.309Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 01-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:15:33.309Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:33.309Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 01-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:15:33.309Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-23 01-13-27
Description:catalog service description
Model UUID:5483455a-c6c3-42e3-b651-34b855c153af
Model Version:NULL
Model InvariantUuid:4b9a2978-aa1d-4f1e-b7d4-7876e71b2642
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e44f34a6-4655
Model UUID:88cec068-70ba-4f5b-ac72-72e0109bb20d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0318bff2-d45a-4e58-991d-05fa348ea447
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:be5d7313-2655-47de-865f-8bbe429b58cb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:29fd6933-7016-4c24-997a-20faa1958121
ModelName:VfwE44f34a64655..base_vfw..module-0
ModelUuid:0d95c907-f99e-4649-b6ad-0cfe548275e4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b697f06e-a931-40c5-807d-298823adb0d0
ModelInvariantUuid:56e7e96f-aafa-4764-af79-9696ca7cf250
ModelName:vFW e44f34a6-4655-nodes.vfwCvfc
ModelUuid:8bb9e8ae-8fd1-47cb-852b-89f68db0fc75
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ee61125d-f682-431c-9765-fd80d0ef861d
ModelInvariantUuid:862be1a3-6b63-4471-829f-a050dd5469ba
ModelName:VfwE44f34a64655.compute.nodes.heat.vfw
ModelUuid:78ad6772-b4a6-4941-9426-e960bfd263ac
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:217057fa-b9f1-491e-b83e-a5a6d28b4fe6
ModelInvariantUuid:5e2be23f-dc12-422b-b1ff-396249ae99d3
ModelName:vFW e44f34a6-4655-nodes.vsnCvfc
ModelUuid:9823ae87-526c-4d58-b3b6-6bbac3f09fd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:abc519e9-6991-4af2-9e26-f74922250685
ModelInvariantUuid:83b2ab4a-e7b1-4dc5-95a7-98affe26cd1c
ModelName:VfwE44f34a64655.compute.nodes.heat.vsn
ModelUuid:e04defdf-c096-4ddb-8fb7-48d1a60d216f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:923c062b-8656-4bf6-b987-f7697275c6cc
ModelInvariantUuid:0a755caa-1724-4272-b972-aaeb8bf6b7c8
ModelName:vFW e44f34a6-4655-nodes.vpgCvfc
ModelUuid:5d8fdcbc-960d-4532-aa0f-c9e0a0b50964
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3a172a78-fb46-41f2-a18e-9f0c8be60187
ModelInvariantUuid:54767791-3660-471a-bdc7-6804f37cac23
ModelName:VfwE44f34a64655.compute.nodes.heat.vpg
ModelUuid:06a961e1-a8e3-4ad4-ab41-5db81a3db0bd
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-11-23T01:15:33.320Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f1888f1b-926e-45cd-bd37-92a38d6c5dbf
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-11-23T01:15:33.325Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||vFW e44f34a6-4655 0
2022-11-23T01:15:33.326Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f1888f1b-926e-45cd-bd37-92a38d6c5dbf
2022-11-23T01:15:33.326Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 78e4e9ea-dcde-4552-90a2-ada996854cf8 from URL: /sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vfwe44f34a646550_modules.json
2022-11-23T01:15:33.326Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T01:15:33.326Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vfwe44f34a646550_modules.json
2022-11-23T01:15:33.392Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T01:15:33.393Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vfwe44f34a646550_modules.json 78e4e9ea-dcde-4552-90a2-ada996854cf8 785
2022-11-23T01:15:33.393Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vfwe44f34a646550_modules.json ASDC sendASDCNotification
2022-11-23T01:15:33.393Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vfwe44f34a646550_modules.json
2022-11-23T01:15:33.393Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T01:15:33.394Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:15:33.395Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:15:33.396Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669166133393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/vfwe44f34a646550_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:15:33.496Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:15:33.496Z||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-11-23T01:15:33.497Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:15:33.511Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:15:33.511Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-23T01:15:34.396Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE44f34a64655..base_vfw..module-0",
"vfModuleModelInvariantUUID": "29fd6933-7016-4c24-997a-20faa1958121",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0d95c907-f99e-4649-b6ad-0cfe548275e4",
"vfModuleModelCustomizationUUID": "26608b79-3abe-4ec8-93b2-0d91040c6b16",
"isBase": true,
"artifacts": [
"a2f6bfb2-ea6f-4f85-ac6c-eff201f79632",
"f9431da3-5b1b-4b23-8bdd-c2cc908a42f4"
],
"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-11-23T01:15:34.401Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE44f34a64655..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d95c907-f99e-4649-b6ad-0cfe548275e4
VfModuleModelInvariantUUID:29fd6933-7016-4c24-997a-20faa1958121
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2f6bfb2-ea6f-4f85-ac6c-eff201f79632
,
f9431da3-5b1b-4b23-8bdd-c2cc908a42f4
}
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-11-23T01:15:34.403Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE44f34a64655..base_vfw..module-0",
"vfModuleModelInvariantUUID": "29fd6933-7016-4c24-997a-20faa1958121",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0d95c907-f99e-4649-b6ad-0cfe548275e4",
"vfModuleModelCustomizationUUID": "26608b79-3abe-4ec8-93b2-0d91040c6b16",
"isBase": true,
"artifacts": [
"a2f6bfb2-ea6f-4f85-ac6c-eff201f79632",
"f9431da3-5b1b-4b23-8bdd-c2cc908a42f4"
],
"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-11-23T01:15:34.403Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE44f34a64655..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d95c907-f99e-4649-b6ad-0cfe548275e4
VfModuleModelInvariantUUID:29fd6933-7016-4c24-997a-20faa1958121
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2f6bfb2-ea6f-4f85-ac6c-eff201f79632
,
f9431da3-5b1b-4b23-8bdd-c2cc908a42f4
}
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-11-23T01:15:34.403Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a2f6bfb2-ea6f-4f85-ac6c-eff201f79632 from URL: /sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.yaml
2022-11-23T01:15:34.404Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T01:15:34.404Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.yaml
2022-11-23T01:15:34.464Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T01:15:34.465Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.yaml a2f6bfb2-ea6f-4f85-ac6c-eff201f79632 20368
2022-11-23T01:15:34.465Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-23T01:15:34.465Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.yaml
2022-11-23T01:15:34.465Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T01:15:34.466Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:15:34.469Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:15:34.469Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669166134465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:15:34.568Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-23T01:15:34.569Z||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-11-23T01:15:34.569Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:15:34.589Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:15:34.590Z||pool-28-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-23T01:15:35.469Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f9431da3-5b1b-4b23-8bdd-c2cc908a42f4 from URL: /sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.env
2022-11-23T01:15:35.470Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-23T01:15:35.470Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.env
2022-11-23T01:15:35.525Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-23T01:15:35.525Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.env f9431da3-5b1b-4b23-8bdd-c2cc908a42f4 2098
2022-11-23T01:15:35.526Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-23T01:15:35.526Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.env
2022-11-23T01:15:35.526Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-23T01:15:35.526Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-23T01:15:35.528Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-23T01:15:35.528Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c68d87e8-8e32-43f3-b3df-cfabb59e6d0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669166135526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221123011327/1.0/resourceInstances/vfwe44f34a646550/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-23T01:15:35.630Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-23T01:15:35.630Z||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-11-23T01:15:35.630Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Q771NSLmNqPSGmkU) ...
2022-11-23T01:15:35.646Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-23T01:15:35.646Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-23T01:15:36.529Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5483455a-c6c3-42e3-b651-34b855c153af
2022-11-23T01:15:36.529Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e44f34a6-4655 0 f1888f1b-926e-45cd-bd37-92a38d6c5dbf 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-11-23T01:15:36.548Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e041d61, org.onap.sdc.toscaparser.api.parameters.Input@390665a0, org.onap.sdc.toscaparser.api.parameters.Input@583ae326, org.onap.sdc.toscaparser.api.parameters.Input@174e9644, org.onap.sdc.toscaparser.api.parameters.Input@398f7ed9]
2022-11-23T01:15:36.549Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:36.550Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 01-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:15:36.550Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-11-23T01:15:36.550Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= be5d7313-2655-47de-865f-8bbe429b58cb
2022-11-23T01:15:36.550Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: be5d7313-2655-47de-865f-8bbe429b58cb matches Tosca VF Customization UUID: be5d7313-2655-47de-865f-8bbe429b58cb
2022-11-23T01:15:36.550Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: be5d7313-2655-47de-865f-8bbe429b58cb 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-11-23T01:15:36.553Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:36.553Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 01-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-23T01:15:36.554Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id be5d7313-2655-47de-865f-8bbe429b58cb: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-23T01:15:36.554Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f9d8cdf
2022-11-23T01:15:36.554Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:36.554Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-23 01-13-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-23T01:15:36.554Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 26608b79-3abe-4ec8-93b2-0d91040c6b16
2022-11-23T01:15:36.555Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 26608b79-3abe-4ec8-93b2-0d91040c6b16
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-11-23T01:15:36.558Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:36.558Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vFW e44f34a6-4655 0 is matching search criteria
2022-11-23T01:15:36.558Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e44f34a6-4655 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T01:15:36.558Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:36.558Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vFW e44f34a6-4655 0 is matching search criteria
2022-11-23T01:15:36.558Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e44f34a6-4655 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T01:15:36.559Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:36.559Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vFW e44f34a6-4655 0 is not matching search criteria
2022-11-23T01:15:36.559Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T01:15:36.559Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-23T01:15:36.559Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T01:15:36.559Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-23T01:15:36.560Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-23T01:15:36.560Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:15:36.560Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-23T01:15:36.560Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T01:15:36.560Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T01:15:36.560Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T01:15:36.561Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:15:36.561Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b697f06e-a931-40c5-807d-298823adb0d0
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-11-23T01:15:36.564Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:36.564Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vFW e44f34a6-4655 0 is matching search criteria
2022-11-23T01:15:36.564Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e44f34a6-4655 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-23T01:15:36.564Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-23T01:15:36.565Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vFW e44f34a6-4655 0 is not matching search criteria
2022-11-23T01:15:36.565Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-23T01:15:36.565Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-23T01:15:36.565Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-23T01:15:36.565Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-23T01:15:36.566Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:15:36.566Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-23T01:15:36.566Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-23T01:15:36.566Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-23T01:15:36.567Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-23T01:15:36.567Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-23T01:15:36.567Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-23T01:15:36.567Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-23T01:15:36.567Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=217057fa-b9f1-491e-b83e-a5a6d28b4fe6
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-11-23T01:15:36.569Z|c68d87e8-8e32-43f3-b3df-cfabb59e6d0e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery