By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-09-12T10:19:15.377Z||main|||||INFO|500||The following profiles are active: basic 2022-09-12T10:19:24.575Z||main|||||INFO|500||Starting service [Tomcat] 2022-09-12T10:19:24.576Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-09-12T10:19:24.666Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-09-12T10:19:28.210Z||main|||||INFO|500||catdb-pool - Starting... 2022-09-12T10:19:28.698Z||main|||||INFO|500||catdb-pool - Start completed. 2022-09-12T10:19:29.084Z||main|||||INFO|500||reqdb-pool - Starting... 2022-09-12T10:19:29.123Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-09-12T10:19:29.243Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-09-12T10:19:29.539Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-09-12T10:19:30.287Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-09-12T10:19:32.481Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-09-12T10:19:33.880Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-09-12T10:19:33.916Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-09-12T10:19:34.384Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-09-12T10:19:34.515Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-09-12T10:19:35.155Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-09-12T10:19:35.938Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-09-12T10:19:35.996Z||main|||||WARN|500||The sdc end point is not alive 2022-09-12T10:19:38.042Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-09-12T10:19:40.285Z||main|||||WARN|500||--- 2022-09-12T10:19:40.286Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-09-12T10:19:40.286Z||main|||||WARN|500||--- 2022-09-12T10:19:40.566Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-09-12T10:19:44.370Z||main|||||INFO|500||Started Application in 31.354 seconds (JVM running for 32.636) 2022-09-12T10:19:44.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:19:44.379Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:19:44.386Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:19:44.404Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:19:44.428Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5b612a98-27ed-4174-bf2f-10052a52484f url= /sdc/v1/artifactTypes 2022-09-12T10:19:44.429Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:19:44.503Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:19:44.505Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@58de7450 2022-09-12T10:19:44.505Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:19:44.516Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:19:44.518Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:19:44.523Z||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$$74e1c793.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-09-12T10:20:34.366Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:20:34.367Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:20:34.368Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:20:34.372Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:20:34.379Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 266efe4e-5714-4123-bb11-668335b456b6 url= /sdc/v1/artifactTypes 2022-09-12T10:20:34.380Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:20:34.385Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:20:34.385Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b30aa3e 2022-09-12T10:20:34.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:20:34.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:20:34.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:20:34.387Z||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$$74e1c793.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-09-12T10:21:24.366Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:21:24.375Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:21:24.375Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:21:24.377Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:21:24.384Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 75a3a041-c828-4f77-9cb8-19a875994758 url= /sdc/v1/artifactTypes 2022-09-12T10:21:24.384Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:21:24.393Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:21:24.393Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e1b9b63 2022-09-12T10:21:24.394Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:21:24.394Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:21:24.394Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:21:24.394Z||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$$74e1c793.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-09-12T10:22:14.366Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:22:14.366Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:22:14.367Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:22:14.371Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:22:14.376Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 40d1c2a1-4c9b-465f-8070-f8721cced344 url= /sdc/v1/artifactTypes 2022-09-12T10:22:14.377Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:22:14.382Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:22:14.383Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@75ec0e3d 2022-09-12T10:22:14.383Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:22:14.383Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:22:14.383Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:22:14.384Z||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$$74e1c793.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-12T10:23:04.366Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:23:04.368Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:23:04.368Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:23:04.372Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:23:04.378Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58a9c58c-f631-402b-8e6b-94fbe25cd42c url= /sdc/v1/artifactTypes 2022-09-12T10:23:04.378Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:23:04.385Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:23:04.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@43c42385 2022-09-12T10:23:04.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:23:04.387Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:23:04.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:23:04.388Z||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$$74e1c793.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-12T10:23:54.367Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:23:54.371Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:23:54.371Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:23:54.377Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:23:54.383Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cbd3d15e-180f-4397-af21-e4a1c51e8b83 url= /sdc/v1/artifactTypes 2022-09-12T10:23:54.383Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:23:54.389Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:23:54.389Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68f8ef7c 2022-09-12T10:23:54.390Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:23:54.390Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:23:54.390Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:23:54.391Z||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$$74e1c793.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-12T10:24:44.366Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:24:44.367Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:24:44.368Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:24:44.372Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:24:44.377Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e85e4227-c7c6-45c2-9d22-38c1f2abc948 url= /sdc/v1/artifactTypes 2022-09-12T10:24:44.377Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:24:44.382Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:24:44.382Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f9e5760 2022-09-12T10:24:44.382Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:24:44.382Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:24:44.383Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:24:44.383Z||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$$74e1c793.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-12T10:25:34.365Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:25:34.366Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:25:34.367Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:25:34.370Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:25:34.374Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ce8a1ddb-d63e-4a98-b3b4-b39cc4e6a717 url= /sdc/v1/artifactTypes 2022-09-12T10:25:34.375Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:25:34.379Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:25:34.379Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f0aff89 2022-09-12T10:25:34.379Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:25:34.379Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:25:34.379Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:25:34.380Z||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$$74e1c793.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-12T10:26:24.365Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:26:24.366Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:26:24.367Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:26:24.369Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:26:24.375Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2991df96-f0bb-412e-bc21-fa9e8ae396be url= /sdc/v1/artifactTypes 2022-09-12T10:26:24.375Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:26:24.380Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:26:24.380Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5d969d0d 2022-09-12T10:26:24.380Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:26:24.381Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:26:24.381Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:26:24.381Z||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$$74e1c793.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-12T10:27:14.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:27:14.371Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:27:14.371Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:27:14.375Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:27:14.382Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 11559fb0-7098-4a7a-9997-4c1ef5793b70 url= /sdc/v1/artifactTypes 2022-09-12T10:27:14.382Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:27:14.388Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:27:14.389Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3bfc882f 2022-09-12T10:27:14.389Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:27:14.389Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:27:14.389Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:27:14.390Z||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$$74e1c793.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-12T10:28:04.365Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:28:04.367Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:28:04.367Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:28:04.370Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:28:04.375Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f171e53-1760-4833-b9ea-a1d84bbcf890 url= /sdc/v1/artifactTypes 2022-09-12T10:28:04.376Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:28:04.380Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:28:04.380Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d685885 2022-09-12T10:28:04.380Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:28:04.380Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:28:04.380Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:28:04.381Z||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$$74e1c793.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-12T10:28:54.365Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:28:54.366Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:28:54.367Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:28:54.370Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:28:54.374Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8c4a934c-0bc9-4211-9be5-542d7f5bcbd3 url= /sdc/v1/artifactTypes 2022-09-12T10:28:54.375Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:28:54.383Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:28:54.383Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1526827f 2022-09-12T10:28:54.384Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:28:54.384Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:28:54.384Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:28:54.384Z||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$$74e1c793.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-12T10:29:32.196Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-09-12T10:29:44.365Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:29:44.366Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:29:44.367Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:29:44.370Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:29:44.377Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff8622ab-e107-4b0d-a401-29b57d6f6823 url= /sdc/v1/artifactTypes 2022-09-12T10:29:44.378Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:29:44.383Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:29:44.384Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73a4fbfa 2022-09-12T10:29:44.384Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:29:44.384Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:29:44.385Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:29:44.385Z||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$$74e1c793.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-12T10:30:34.366Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:30:34.367Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:30:34.368Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:30:34.372Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:30:34.378Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 346d5993-db65-453b-b590-cca165ad652c url= /sdc/v1/artifactTypes 2022-09-12T10:30:34.378Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:30:34.383Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:30:34.383Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5085532d 2022-09-12T10:30:34.384Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:30:34.384Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:30:34.384Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:30:34.384Z||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$$74e1c793.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-12T10:31:24.368Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:31:24.371Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:31:24.372Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:31:24.377Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:31:24.388Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e7b4dbfb-c70f-4690-9df7-1e68bc5b9ca7 url= /sdc/v1/artifactTypes 2022-09-12T10:31:24.388Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:31:24.394Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:31:24.394Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55297666 2022-09-12T10:31:24.394Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:31:24.395Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:31:24.395Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:31:24.396Z||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$$74e1c793.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-12T10:32:14.369Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:32:14.370Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:32:14.371Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:32:14.374Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:32:14.380Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9c9df125-5fc8-41f0-95a0-4fee15dae6a8 url= /sdc/v1/artifactTypes 2022-09-12T10:32:14.381Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:32:14.385Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:32:14.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6bd5a828 2022-09-12T10:32:14.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:32:14.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:32:14.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:32:14.387Z||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$$74e1c793.periodicControllerTask( ) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-09-12T10:33:04.371Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:33:04.371Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:33:04.372Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:33:04.373Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:33:04.377Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a6b710c9-584f-4a77-8fff-74d87e822fe8 url= /sdc/v1/artifactTypes 2022-09-12T10:33:04.377Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:33:04.383Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:33:04.384Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f84a8bf 2022-09-12T10:33:04.384Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:33:04.385Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:33:04.385Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:33:04.386Z||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$$74e1c793.periodicControllerTask( ) at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-09-12T10:33:54.365Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:33:54.367Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:33:54.367Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:33:54.371Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:33:54.375Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1c3fa6f9-6223-48d7-8e90-88489efb2c7d url= /sdc/v1/artifactTypes 2022-09-12T10:33:54.376Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:33:54.381Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-12T10:33:54.381Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@51eec730 2022-09-12T10:33:54.382Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-12T10:33:54.382Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-12T10:33:54.383Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-12T10:33:54.383Z||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$$74e1c793.periodicControllerTask( ) at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-09-12T10:34:44.365Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-12T10:34:44.366Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-12T10:34:44.366Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-12T10:34:44.370Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-12T10:34:44.375Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7bc78dfc-f817-49c7-b7ee-65853c764187 url= /sdc/v1/artifactTypes 2022-09-12T10:34:44.376Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-12T10:34:44.619Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-09-12T10:34:44.627Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-09-12T10:34:44.645Z||scheduling-1|||||DEBUG|500||create keys 2022-09-12T10:34:44.651Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-09-12T10:34:44.734Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:34:44.751Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5e331a7e-4ccf-47ac-b76c-32c5dfc200ca url= /sdc/v1/registerForDistribution 2022-09-12T10:34:44.967Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5e331a7e-4ccf-47ac-b76c-32c5dfc200ca url= /sdc/v1/registerForDistribution 2022-09-12T10:34:44.967Z||scheduling-1|||||INFO|500||start DistributionClient 2022-09-12T10:34:44.979Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:34:44.982Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:34:44.988Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-09-12T10:34:44.990Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:34:44.990Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:34:44.990Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:34:44.990Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:34:55.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:34:55.349Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:35:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:35:44.978Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:35:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:35:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:35:44.981Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:35:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:35:54.569Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:35:54.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:36:44.977Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:36:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:36:44.981Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:36:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:36:44.981Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:36:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:36:54.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:36:54.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:37:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:37:44.978Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:37:44.978Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T10:37:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:37:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:37:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:37:54.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:37:54.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:38:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:38:44.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:38:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:38:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:38:44.981Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:38:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:38:54.535Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:38:54.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:39:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:39:44.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:39:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:39:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:39:44.981Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:39:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:39:54.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:39:54.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:40:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:40:44.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:40:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:40:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:40:44.981Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:40:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:40:54.528Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:40:54.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:41:44.977Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:41:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:41:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:41:44.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:41:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:41:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:41:54.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:41:54.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:42:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:42:44.979Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:42:44.979Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:42:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:42:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:42:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:42:54.567Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:42:54.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:43:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:43:44.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:43:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:43:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:43:44.981Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:43:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:43:54.527Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:43:54.529Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:44:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:44:44.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:44:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:44:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:44:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:44:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:44:54.532Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:44:54.533Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:45:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:45:44.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:45:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:45:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:45:44.981Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:45:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:45:54.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:45:54.529Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:46:44.977Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:46:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:46:44.981Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:46:44.982Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:46:44.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:46:44.986Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:46:54.542Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:46:54.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:47:44.977Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:47:44.978Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:47:44.979Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:47:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:47:44.981Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:47:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:47:54.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:47:54.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:48:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:48:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:48:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:48:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:48:44.981Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:48:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:48:54.523Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:48:54.526Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:49:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:49:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:49:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:49:44.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:49:44.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:49:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:49:54.530Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:49:54.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:50:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:50:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:50:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:50:44.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:50:44.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:50:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:50:54.522Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:50:54.523Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:51:44.977Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:51:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:51:44.981Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:51:44.981Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:51:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:51:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:51:54.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:51:54.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:52:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:52:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:52:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:52:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:52:44.981Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:52:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:52:54.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:52:54.530Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:53:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:53:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:53:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:53:44.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:53:44.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:53:44.982Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:53:54.526Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:53:54.526Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:54:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:54:44.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:54:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:54:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:54:44.981Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:54:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:54:54.529Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:54:54.532Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:55:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:55:44.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:55:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:55:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:55:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:55:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:55:54.532Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:55:54.536Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:56:44.977Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:56:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:56:44.984Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:56:44.984Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:56:44.985Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:56:44.985Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:56:54.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:56:54.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:57:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:57:44.978Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:57:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:57:44.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:57:44.980Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:57:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:57:54.529Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:57:54.532Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:58:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:58:44.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:58:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:58:44.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:58:44.980Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:58:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:58:54.530Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:58:54.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:59:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:59:44.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:59:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:59:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T10:59:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T10:59:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T10:59:54.530Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T10:59:54.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:00:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:00:44.978Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:00:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:00:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:00:44.981Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:00:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:00:54.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:00:54.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:01:44.977Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:01:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:01:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:01:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:01:44.980Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:01:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:01:54.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:01:54.545Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:02:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:02:44.978Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:02:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:02:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:02:44.981Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:02:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:02:54.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:02:54.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:03:44.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:03:44.977Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:03:44.978Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:03:44.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:03:44.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:03:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:03:54.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:03:54.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:04:44.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:04:44.977Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:04:44.977Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:04:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:04:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:04:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:04:54.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:04:54.538Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:05:44.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:05:44.977Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:05:44.978Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:05:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:05:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:05:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:05:54.540Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:05:54.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:06:44.977Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:06:44.979Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:06:44.979Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:06:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:06:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:06:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:06:54.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:06:54.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:07:44.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:07:44.978Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:07:44.979Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:07:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:07:44.981Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:07:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:07:54.529Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:07:54.529Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:08:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:08:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:08:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:08:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:08:44.981Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:08:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:08:54.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:08:54.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:09:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:09:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:09:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:09:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:09:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:09:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:09:54.526Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:09:54.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:10:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:10:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:10:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:10:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:10:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:10:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:10:54.536Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:10:54.537Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:11:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:11:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:11:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:11:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:11:44.981Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:11:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:11:54.536Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:11:54.536Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:12:44.977Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:12:44.979Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:12:44.979Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:12:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:12:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:12:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:12:54.532Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:12:54.533Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:13:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:13:44.978Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:13:44.978Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:13:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:13:44.981Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:13:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:13:54.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:13:54.532Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:14:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:14:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:14:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:14:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:14:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:14:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:14:54.549Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:14:54.550Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:15:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:15:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:15:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:15:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:15:44.981Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:15:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:15:54.531Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:15:54.531Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:16:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:16:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:16:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:16:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:16:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:16:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:16:54.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:16:54.529Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:17:44.977Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:17:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:17:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:17:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:17:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:17:44.981Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:17:54.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:17:54.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:18:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:18:44.978Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:18:44.978Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:18:44.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:18:44.981Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:18:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:18:54.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:18:54.538Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:19:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:19:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:19:44.978Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:19:44.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:19:44.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:19:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:19:54.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:19:54.533Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:20:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:20:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:20:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:20:44.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:20:44.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:20:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:20:54.537Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:20:54.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:21:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:21:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:21:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:21:44.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:21:44.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:21:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:21:54.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:21:54.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:22:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:22:44.978Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:22:44.978Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:22:44.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:22:44.981Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:22:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:22:54.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:22:54.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:23:44.977Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:23:44.979Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:23:44.979Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:23:44.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:23:44.980Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:23:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:23:54.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:23:54.533Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:24:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:24:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:24:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:24:44.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:24:44.980Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:24:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:24:54.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:24:54.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:25:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:25:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:25:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:25:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:25:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:25:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:25:54.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:25:54.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:26:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:26:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:26:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:26:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:26:44.981Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:26:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:26:54.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:26:54.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:27:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:27:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:27:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:27:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:27:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:27:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:27:54.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:27:54.533Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:28:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:28:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:28:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:28:44.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:28:44.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:28:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:28:54.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:28:54.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:29:44.977Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:29:44.979Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:29:44.979Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:29:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:29:44.981Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:29:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:29:54.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:29:54.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:30:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:30:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:30:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:30:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:30:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:30:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:30:54.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:30:54.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:31:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:31:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:31:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:31:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:31:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:31:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:31:54.571Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:31:54.573Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:32:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:32:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:32:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:32:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:32:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:32:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:32:54.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:32:54.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:33:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:33:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:33:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:33:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:33:44.981Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:33:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:33:54.548Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:33:54.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:34:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:34:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:34:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:34:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:34:44.981Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:34:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:34:54.524Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:34:54.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:35:44.977Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:35:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:35:44.981Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:35:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:35:44.982Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:35:44.982Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:35:54.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:35:54.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:36:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:36:44.978Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:36:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:36:44.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:36:44.981Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:36:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:36:54.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:36:54.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:37:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:37:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:37:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:37:44.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:37:44.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:37:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:37:54.525Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:37:54.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:38:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:38:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:38:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:38:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:38:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:38:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:38:54.528Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:38:54.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:39:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:39:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:39:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:39:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:39:44.981Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:39:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:39:54.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:39:54.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:40:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:40:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:40:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:40:44.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:40:44.980Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:40:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:40:54.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:40:54.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:41:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:41:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:41:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:41:44.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:41:44.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:41:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:41:54.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:41:54.542Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:42:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:42:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:42:44.978Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:42:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:42:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:42:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:42:54.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:42:54.555Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:43:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:43:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:43:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:43:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:43:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:43:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:43:54.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:43:54.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:44:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:44:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:44:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:44:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:44:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:44:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:44:54.550Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:44:54.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:45:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:45:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:45:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:45:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:45:44.981Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:45:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:45:54.527Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:45:54.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:46:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:46:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:46:44.980Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:46:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:46:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:46:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:46:54.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:46:54.555Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:47:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:47:44.978Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:47:44.978Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:47:44.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:47:44.981Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:47:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:47:54.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:47:54.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:48:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:48:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:48:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:48:44.980Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:48:44.981Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:48:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:48:54.528Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:48:54.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:49:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:49:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:49:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:49:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:49:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:49:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:49:54.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:49:54.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:50:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:50:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:50:44.978Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:50:44.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:50:44.980Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:50:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:50:54.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:50:54.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:51:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:51:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:51:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T11:51:44.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:51:44.980Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:51:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:51:54.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:51:54.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:52:44.977Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:52:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:52:44.980Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:52:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:52:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:52:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:52:54.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:52:54.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:53:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:53:44.978Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:53:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:53:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:53:44.981Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:53:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:53:54.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:53:54.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:54:44.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:54:44.977Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:54:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:54:44.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:54:44.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:54:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:54:54.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:54:54.561Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:55:44.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:55:44.977Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:55:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:55:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:55:44.981Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:55:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:55:54.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:55:54.552Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:56:44.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:56:44.977Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:56:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:56:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:56:44.981Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:56:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:56:54.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:56:54.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:57:44.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:57:44.977Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:57:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:57:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:57:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:57:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:57:54.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:57:54.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:58:44.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:58:44.979Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:58:44.979Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:58:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:58:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:58:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:58:54.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:58:54.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:59:44.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:59:44.977Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:59:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:59:44.981Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T11:59:44.982Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T11:59:44.982Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T11:59:54.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T11:59:54.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:00:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:00:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:00:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:00:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:00:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:00:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:00:54.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:00:54.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:01:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:01:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:01:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:01:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:01:44.981Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:01:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:01:54.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:01:54.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:02:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:02:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:02:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:02:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:02:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:02:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:02:54.589Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:02:54.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:03:44.977Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:03:44.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:03:44.980Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:03:44.980Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:03:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:03:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:03:54.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:03:54.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:04:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:04:44.978Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:04:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:04:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:04:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:04:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:04:54.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:04:54.574Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:05:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:05:44.978Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:05:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:05:44.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:05:44.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:05:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:05:54.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:05:54.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:06:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:06:44.978Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:06:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:06:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:06:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:06:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:06:54.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:06:54.565Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:07:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:07:44.978Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:07:44.979Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:07:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:07:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:07:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:07:54.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:07:54.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:08:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:08:44.978Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:08:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:08:44.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:08:44.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:08:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:08:54.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:08:54.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:09:44.977Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:09:44.979Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:09:44.979Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:09:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:09:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:09:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:09:54.543Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:09:54.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:10:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:10:44.978Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:10:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:10:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:10:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:10:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:10:54.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:10:54.568Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:11:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:11:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:11:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:11:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:11:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:11:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:11:54.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:11:54.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:12:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:12:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:12:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:12:44.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:12:44.980Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:12:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:12:54.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:12:54.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:13:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:13:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:13:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:13:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:13:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:13:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:13:54.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:13:54.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:14:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:14:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:14:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:14:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:14:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:14:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:14:54.527Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:14:54.527Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:15:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:15:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:15:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:15:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:15:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:15:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:15:54.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:15:54.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:16:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:16:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:16:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:16:44.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:16:44.980Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:16:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:16:54.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:16:54.556Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:17:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:17:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:17:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:17:44.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:17:44.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:17:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:17:54.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:17:54.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:18:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:18:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:18:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:18:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:18:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:18:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:18:54.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:18:54.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:19:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:19:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:19:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:19:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:19:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:19:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:19:54.526Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:19:54.533Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:20:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:20:44.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:20:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:20:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:20:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:20:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:20:54.525Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:20:54.525Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:21:44.976Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:21:44.978Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:21:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:21:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:21:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:21:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:21:45.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:21:45.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:21:45.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ceee674-877f-4934-ad5f-98f1ddf31f95","serviceName":"vFW 2022-09-12 12-20-07","serviceVersion":"1.0","serviceUUID":"f80bcaa8-962a-48db-9a40-cf8540abcbce","serviceDescription":"catalog service description","serviceInvariantUUID":"b3f6bb10-733a-4bf0-b234-5654c87f812c","resources":[{"resourceInstanceName":"vFW ccdbe7a5-b0dd 0","resourceName":"vFW ccdbe7a5-b0dd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a9f99fe5-d0fa-494c-8978-f653459e816f","resourceInvariantUUID":"61e93ea3-fcdf-49fc-bfee-ba0a18b4f64e","resourceCustomizationUUID":"034ee997-807f-40fc-b35a-a791855bd283","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vf-license-model.xml","artifactChecksum":"ZGNlYTM5ZWE1NjgwZTYyNzcwMWM5MzAyYmI1YWEyZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"161cdacc-8904-47a6-bf80-1ba2a1ccf65a","artifactVersion":"1"},{"artifactName":"vfwccdbe7a5b0dd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json","artifactChecksum":"Y2JiYTc5MWExNDFiM2I4M2RhNWQ3NmYwMzA1NGEyZDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8becc2f-d5dc-420a-804a-24885960243d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"749dafc5-57e8-423f-b98c-4ace84645deb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vendor-license-model.xml","artifactChecksum":"YzdiOTE4NGZlYTAyYjg4ZjNmMTc5MzkyOGRkMmM4ZWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2ae997e6-1f3f-46f8-a729-a48d4fd61085","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee110476-f1e8-485c-8704-c0a3de7a7af9","artifactVersion":"2","generatedFromUUID":"749dafc5-57e8-423f-b98c-4ace84645deb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220912122007-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-template.yml","artifactChecksum":"MmU5MTNkYTk1OWU3ZGEzMmM2ZTY0ZjczNGRmNWFhMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de53cdfe-a05c-49b4-8d34-056ce49f6ff4","artifactVersion":"1"},{"artifactName":"service-Vfw20220912122007-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar","artifactChecksum":"MGJhNTk5YjZkMTk2Njg0OTUwZmFhNGNjM2E0MDQwZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14f55d7e-d83e-4bd7-b82e-74e6d471e208","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-12T12:21:45.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "cds", "timestamp": 1662985270710, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.636Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T12:21:45.640Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-12T12:21:45.649Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T12:21:45.650Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985304976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "aai-ml", "timestamp": 1662985276045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "cds", "timestamp": 1662985270710, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "aai-ml", "timestamp": 1662985276045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "cds", "timestamp": 1662985270710, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "aai-ml", "timestamp": 1662985276045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "cds", "timestamp": 1662985270710, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "aai-ml", "timestamp": 1662985276045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "cds", "timestamp": 1662985270710, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "aai-ml", "timestamp": 1662985276045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "cds", "timestamp": 1662985270710, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "aai-ml", "timestamp": 1662985276045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "cds", "timestamp": 1662985270710, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar", "status": "NOTIFIED" } 2022-09-12T12:21:45.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "aai-ml", "timestamp": 1662985276045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar", "status": "NOTIFIED" } 2022-09-12T12:21:45.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "multicloud-k8s-id", "timestamp": 1662985284577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "aai-ml", "timestamp": 1662985286086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-12T12:21:45.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:21:45.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "cds", "timestamp": 1662985285541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-12T12:21:45.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:21:45.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "multicloud-k8s-id", "timestamp": 1662985284577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json", "status": "NOTIFIED" } 2022-09-12T12:21:45.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "aai-ml", "timestamp": 1662985287114, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar", "status": "DEPLOY_ERROR" } 2022-09-12T12:21:45.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:21:45.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "multicloud-k8s-id", "timestamp": 1662985284577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-12T12:21:45.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "aai-ml", "timestamp": 1662985288134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar", "status": "DEPLOY_ERROR" } 2022-09-12T12:21:45.660Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:21:45.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "multicloud-k8s-id", "timestamp": 1662985284577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "aai-ml", "timestamp": 1662985289138, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-12T12:21:45.750Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-09-12T12:21:45.755Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T12:21:45.755Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-12T12:21:45.790Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:21:45.792Z||pool-3-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-09-12T12:21:45.793Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0ceee674-877f-4934-ad5f-98f1ddf31f95 2022-09-12T12:21:45.808Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ceee674-877f-4934-ad5f-98f1ddf31f95 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-12T12:21:45.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "multicloud-k8s-id", "timestamp": 1662985284577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-12T12:21:45.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "multicloud-k8s-id", "timestamp": 1662985284577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "multicloud-k8s-id", "timestamp": 1662985284577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar", "status": "NOTIFIED" } 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "multicloud-k8s-id", "timestamp": 1662985292359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "multicloud-k8s-id", "timestamp": 1662985293457, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662985294002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "multicloud-k8s-id", "timestamp": 1662985294521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662985294002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "multicloud-k8s-id", "timestamp": 1662985295591, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-12T12:21:45.841Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ceee674-877f-4934-ad5f-98f1ddf31f95 2022-09-12T12:21:45.841Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ceee674-877f-4934-ad5f-98f1ddf31f95 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-12T12:21:45.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662985294002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "multicloud-k8s-id", "timestamp": 1662985296595, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json", "status": "DEPLOY_OK" } 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662985294002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662985294002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662985294002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662985294002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar", "status": "NOTIFIED" } 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662985301781, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-12T12:21:45.849Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:21:46.654Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T12:21:46.654Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-12T12:21:46.656Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T12:21:46.656Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985304976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json", "status": "NOTIFIED" } 2022-09-12T12:21:46.756Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T12:21:46.757Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T12:21:46.757Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:21:46.782Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:21:46.782Z||pool-4-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-12T12:21:47.656Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T12:21:47.657Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-12T12:21:47.659Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T12:21:47.660Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985304976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-12T12:21:47.760Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T12:21:47.761Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T12:21:47.761Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:21:47.779Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:21:47.780Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-12T12:21:48.660Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T12:21:48.662Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-12T12:21:48.664Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T12:21:48.665Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985304976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:48.765Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-12T12:21:48.765Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T12:21:48.766Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:21:48.783Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:21:48.784Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-09-12T12:21:49.666Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T12:21:49.666Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-12T12:21:49.668Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T12:21:49.668Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985304976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-12T12:21:49.768Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T12:21:49.770Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T12:21:49.770Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:21:49.787Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:21:49.788Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-12T12:21:50.669Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T12:21:50.669Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-12T12:21:50.671Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T12:21:50.671Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985304976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T12:21:50.771Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T12:21:50.772Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T12:21:50.772Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:21:50.791Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:21:50.791Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-12T12:21:51.671Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T12:21:51.672Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-12T12:21:51.675Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T12:21:51.675Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985304976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar", "status": "NOTIFIED" } 2022-09-12T12:21:51.775Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T12:21:51.776Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T12:21:51.777Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:21:51.795Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:21:51.796Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-12T12:21:52.677Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "serviceName": "vFW 2022-09-12 12-20-07", "serviceVersion": "1.0", "serviceUUID": "f80bcaa8-962a-48db-9a40-cf8540abcbce", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b3f6bb10-733a-4bf0-b234-5654c87f812c", "resources": [ { "resourceInstanceName": "vFW ccdbe7a5-b0dd 0", "resourceCustomizationUUID": "034ee997-807f-40fc-b35a-a791855bd283", "resourceName": "vFW ccdbe7a5-b0dd", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a9f99fe5-d0fa-494c-8978-f653459e816f", "resourceInvariantUUID": "61e93ea3-fcdf-49fc-bfee-ba0a18b4f64e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwccdbe7a5b0dd0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json", "artifactChecksum": "Y2JiYTc5MWExNDFiM2I4M2RhNWQ3NmYwMzA1NGEyZDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a8becc2f-d5dc-420a-804a-24885960243d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "749dafc5-57e8-423f-b98c-4ace84645deb", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ee110476-f1e8-485c-8704-c0a3de7a7af9", "generatedFromUUID": "749dafc5-57e8-423f-b98c-4ace84645deb" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ee110476-f1e8-485c-8704-c0a3de7a7af9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220912122007-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar", "artifactChecksum": "MGJhNTk5YjZkMTk2Njg0OTUwZmFhNGNjM2E0MDQwZmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "14f55d7e-d83e-4bd7-b82e-74e6d471e208" } ], "workloadContext": "Production" } 2022-09-12T12:21:52.678Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-12T12:21:52.678Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f80bcaa8-962a-48db-9a40-cf8540abcbce ASDC 2022-09-12T12:21:52.738Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:0ceee674-877f-4934-ad5f-98f1ddf31f95 ServiceName:vFW 2022-09-12 12-20-07 ServiceVersion:1.0 ServiceUUID:f80bcaa8-962a-48db-9a40-cf8540abcbce ServiceInvariantUUID:b3f6bb10-733a-4bf0-b234-5654c87f812c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220912122007-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar ArtifactUUID:14f55d7e-d83e-4bd7-b82e-74e6d471e208 ArtifactChecksum:MGJhNTk5YjZkMTk2Njg0OTUwZmFhNGNjM2E0MDQwZmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW ccdbe7a5-b0dd 0 ResourceCustomizationUUID:034ee997-807f-40fc-b35a-a791855bd283 ResourceInvariantUUID:61e93ea3-fcdf-49fc-bfee-ba0a18b4f64e ResourceName:vFW ccdbe7a5-b0dd ResourceType:VF ResourceUUID:a9f99fe5-d0fa-494c-8978-f653459e816f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwccdbe7a5b0dd0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json ArtifactUUID:a8becc2f-d5dc-420a-804a-24885960243d ArtifactChecksum:Y2JiYTc5MWExNDFiM2I4M2RhNWQ3NmYwMzA1NGEyZDk= 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/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml ArtifactUUID:749dafc5-57e8-423f-b98c-4ace84645deb 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/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env ArtifactUUID:ee110476-f1e8-485c-8704-c0a3de7a7af9 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/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env ArtifactUUID:ee110476-f1e8-485c-8704-c0a3de7a7af9 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-12T12:21:52.738Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f80bcaa8-962a-48db-9a40-cf8540abcbce ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-12T12:21:52.780Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-12T12:21:52.781Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-09-12T12:21:52.782Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-09-12T12:21:52.782Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 14f55d7e-d83e-4bd7-b82e-74e6d471e208 from URL: /sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar 2022-09-12T12:21:52.782Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-09-12T12:21:52.783Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar 2022-09-12T12:21:52.854Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-09-12T12:21:52.860Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar 14f55d7e-d83e-4bd7-b82e-74e6d471e208 100612 2022-09-12T12:21:52.861Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar ASDC sendASDCNotification 2022-09-12T12:21:52.861Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar 2022-09-12T12:21:52.862Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-12T12:21:52.863Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-12T12:21:52.864Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T12:21:52.864Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985312860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-12T12:21:52.965Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T12:21:52.966Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T12:21:52.966Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:21:52.985Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:21:52.985Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-09-12T12:21:53.865Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-12T12:21:53.866Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-09-12T12:21:53.867Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 14f55d7e-d83e-4bd7-b82e-74e6d471e208, URL: /sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar to file: /app/ASDC/1/service-Vfw20220912122007-csar.csar 2022-09-12T12:21:53.868Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220912122007-csar.csar 2022-09-12T12:21:53.968Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220912122007-csar.csar 2022-09-12T12:21:53.968Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220912122007-csar.csar 2022-09-12T12:21:54.277Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3125540597880359624/Definitions/service-Vfw20220912122007-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2022-09-12T12:21:56.125Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-12T12:21:56.129Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-09-12T12:21:56.129Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220912122007-csar.csar 2022-09-12T12:21:56.130Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-09-12T12:21:56.130Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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-Vfw20220912122007-csar.csar 2022-09-12T12:21:56.130Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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-Vfw20220912122007-csar.csar 2022-09-12T12:21:56.130Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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-Vfw20220912122007-csar.csar 2022-09-12T12:21:56.130Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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-Vfw20220912122007-csar.csar 2022-09-12T12:21:56.130Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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-Vfw20220912122007-csar.csar 2022-09-12T12:21:56.130Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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-Vfw20220912122007-csar.csar 2022-09-12T12:21:56.130Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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-Vfw20220912122007-csar.csar 2022-09-12T12:21:56.130Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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-Vfw20220912122007-csar.csar 2022-09-12T12:21:56.130Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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-Vfw20220912122007-csar.csar 2022-09-12T12:21:56.130Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ccdbe7a5-b0dd 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-Vfw20220912122007-csar.csar 2022-09-12T12:21:56.130Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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-Vfw20220912122007-csar.csar 2022-09-12T12:21:56.130Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-09-12T12:21:56.135Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:56.136Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 12-20-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T12:21:56.139Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is matching search criteria 2022-09-12T12:21:56.139Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-09-12T12:21:56.140Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ccdbe7a5-b0dd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-12T12:21:56.141Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:56.141Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 12-20-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T12:21:56.141Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is matching search criteria 2022-09-12T12:21:56.141Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-09-12T12:21:56.142Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ccdbe7a5-b0dd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-12T12:21:56.142Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:56.142Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 12-20-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T12:21:56.144Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:56.144Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is not matching search criteria 2022-09-12T12:21:56.145Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-12T12:21:56.145Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-12T12:21:56.145Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-12T12:21:56.145Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-12T12:21:56.145Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-12T12:21:56.145Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-12T12:21:56.145Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-12T12:21:56.145Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-12T12:21:56.145Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-12T12:21:56.145Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-12T12:21:56.145Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-12T12:21:56.145Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-12T12:21:56.145Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-12T12:21:56.146Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-12T12:21:56.146Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-12T12:21:56.146Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-12T12:21:56.146Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:56.146Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 12-20-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-12T12:21:56.147Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:56.147Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is matching search criteria 2022-09-12T12:21:56.147Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ccdbe7a5-b0dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-12T12:21:56.147Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:56.147Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is matching search criteria 2022-09-12T12:21:56.147Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ccdbe7a5-b0dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-12T12:21:56.147Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:56.148Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is matching search criteria 2022-09-12T12:21:56.148Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ccdbe7a5-b0dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-12T12:21:56.148Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:56.148Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is not matching search criteria 2022-09-12T12:21:56.148Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-12T12:21:56.148Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-09-12T12:21:56.148Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-12T12:21:56.149Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-12T12:21:56.149Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-12T12:21:56.149Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-12T12:21:56.149Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-12T12:21:56.149Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-12T12:21:56.149Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-12T12:21:56.149Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-12T12:21:56.149Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-12T12:21:56.149Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ebc4aac8-9dcf-4a75-88d3-2a58b924808d 2022-09-12T12:21:56.150Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:56.150Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is not matching search criteria 2022-09-12T12:21:56.150Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-12T12:21:56.150Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-12T12:21:56.150Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-12T12:21:56.150Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-12T12:21:56.150Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-12T12:21:56.151Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-12T12:21:56.151Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-12T12:21:56.151Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-09-12T12:21:56.151Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-12T12:21:56.151Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-12T12:21:56.151Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-12T12:21:56.151Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-12T12:21:56.151Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ece2f3f0-bbc1-42c0-858a-4346089c4b00 2022-09-12T12:21:56.152Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:56.152Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is not matching search criteria 2022-09-12T12:21:56.152Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-12T12:21:56.152Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-12T12:21:56.152Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-12T12:21:56.152Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-12T12:21:56.152Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-12T12:21:56.152Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-12T12:21:56.152Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-12T12:21:56.152Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-12T12:21:56.152Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-12T12:21:56.152Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-12T12:21:56.152Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-12T12:21:56.152Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-09-12T12:21:56.152Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=601cc7fc-92c1-44eb-9529-8e67b4bbd64f 2022-09-12T12:21:56.153Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:56.153Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 12-20-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T12:21:56.153Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:56.153Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 12-20-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T12:21:56.153Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:56.153Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 12-20-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T12:21:56.153Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:56.153Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 12-20-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T12:21:56.153Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-09-12 12-20-07 Description:catalog service description Model UUID:f80bcaa8-962a-48db-9a40-cf8540abcbce Model Version:NULL Model InvariantUuid:b3f6bb10-733a-4bf0-b234-5654c87f812c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW ccdbe7a5-b0dd Model UUID:01695331-5c44-4c1b-8f66-8bce1d92df68 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:61e93ea3-fcdf-49fc-bfee-ba0a18b4f64e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:034ee997-807f-40fc-b35a-a791855bd283 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:975416f2-6fba-42e1-8e5c-49d3365aceb3 ModelName:VfwCcdbe7a5B0dd..base_vfw..module-0 ModelUuid:b79b8866-8976-47fb-9dd1-e7860f469112 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ebc4aac8-9dcf-4a75-88d3-2a58b924808d ModelInvariantUuid:ef77090f-d410-4368-a15c-48c85765ac69 ModelName:vFW ccdbe7a5-b0dd-nodes.vfwCvfc ModelUuid:62b90776-6b12-4451-8f12-bc99e6a01ac1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:628e295e-51b5-4d49-b04f-7551b58e3814 ModelInvariantUuid:a65b37a8-42aa-4607-b88b-f34ac7814a6d ModelName:VfwCcdbe7a5B0dd.compute.nodes.heat.vfw ModelUuid:49465552-a7fb-4cf8-8708-9442ce949b08 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ece2f3f0-bbc1-42c0-858a-4346089c4b00 ModelInvariantUuid:2d46e657-16cf-404a-a478-02e010286e83 ModelName:vFW ccdbe7a5-b0dd-nodes.vsnCvfc ModelUuid:295ab7d3-2b24-44a0-9cf5-d602bdfbd695 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:6a9e3f71-60ff-416d-b14a-5f9e3d6a9c19 ModelInvariantUuid:23691b37-5b03-4cec-beeb-f8bae3419b89 ModelName:VfwCcdbe7a5B0dd.compute.nodes.heat.vsn ModelUuid:e4aa4525-172c-4197-b984-9f27cae7b04f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:601cc7fc-92c1-44eb-9529-8e67b4bbd64f ModelInvariantUuid:c98406aa-6b53-44d6-84fb-5f3f3f111203 ModelName:vFW ccdbe7a5-b0dd-nodes.vpgCvfc ModelUuid:d5e8fbc4-1e25-463a-8534-4d0d0548c0fd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:eb435ce4-b8dc-4cf2-80ef-60a5f3132720 ModelInvariantUuid:01fbd0e9-f9a2-4956-b4a3-9570e3439cf8 ModelName:VfwCcdbe7a5B0dd.compute.nodes.heat.vpg ModelUuid:98c2b739-a33b-42e4-b811-e0607add6680 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-09-12T12:21:56.166Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a9f99fe5-d0fa-494c-8978-f653459e816f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-12T12:21:56.246Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||vFW ccdbe7a5-b0dd 0 2022-09-12T12:21:56.251Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a9f99fe5-d0fa-494c-8978-f653459e816f 2022-09-12T12:21:56.251Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a8becc2f-d5dc-420a-804a-24885960243d from URL: /sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json 2022-09-12T12:21:56.251Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-09-12T12:21:56.251Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json 2022-09-12T12:21:56.307Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-09-12T12:21:56.308Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json a8becc2f-d5dc-420a-804a-24885960243d 785 2022-09-12T12:21:56.308Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json ASDC sendASDCNotification 2022-09-12T12:21:56.308Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json 2022-09-12T12:21:56.308Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-12T12:21:56.308Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-12T12:21:56.310Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T12:21:56.310Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985316308, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-12T12:21:56.413Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-09-12T12:21:56.414Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T12:21:56.414Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:21:56.431Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:21:56.431Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-12T12:21:57.312Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCcdbe7a5B0dd..base_vfw..module-0", "vfModuleModelInvariantUUID": "975416f2-6fba-42e1-8e5c-49d3365aceb3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b79b8866-8976-47fb-9dd1-e7860f469112", "vfModuleModelCustomizationUUID": "47396aa9-0f97-434b-8e1d-ab5c6ba7f22f", "isBase": true, "artifacts": [ "749dafc5-57e8-423f-b98c-4ace84645deb", "ee110476-f1e8-485c-8704-c0a3de7a7af9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-09-12T12:21:57.327Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCcdbe7a5B0dd..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b79b8866-8976-47fb-9dd1-e7860f469112 VfModuleModelInvariantUUID:975416f2-6fba-42e1-8e5c-49d3365aceb3 VfModuleModelDescription:NULL Artifacts UUID List:{ 749dafc5-57e8-423f-b98c-4ace84645deb , ee110476-f1e8-485c-8704-c0a3de7a7af9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-09-12T12:21:57.329Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCcdbe7a5B0dd..base_vfw..module-0", "vfModuleModelInvariantUUID": "975416f2-6fba-42e1-8e5c-49d3365aceb3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b79b8866-8976-47fb-9dd1-e7860f469112", "vfModuleModelCustomizationUUID": "47396aa9-0f97-434b-8e1d-ab5c6ba7f22f", "isBase": true, "artifacts": [ "749dafc5-57e8-423f-b98c-4ace84645deb", "ee110476-f1e8-485c-8704-c0a3de7a7af9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-09-12T12:21:57.329Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCcdbe7a5B0dd..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b79b8866-8976-47fb-9dd1-e7860f469112 VfModuleModelInvariantUUID:975416f2-6fba-42e1-8e5c-49d3365aceb3 VfModuleModelDescription:NULL Artifacts UUID List:{ 749dafc5-57e8-423f-b98c-4ace84645deb , ee110476-f1e8-485c-8704-c0a3de7a7af9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-09-12T12:21:57.329Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 749dafc5-57e8-423f-b98c-4ace84645deb from URL: /sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml 2022-09-12T12:21:57.329Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-09-12T12:21:57.329Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml 2022-09-12T12:21:57.382Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-09-12T12:21:57.383Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml 749dafc5-57e8-423f-b98c-4ace84645deb 20368 2022-09-12T12:21:57.383Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-09-12T12:21:57.383Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml 2022-09-12T12:21:57.383Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-12T12:21:57.384Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-12T12:21:57.386Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T12:21:57.386Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985317383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-12T12:21:57.486Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T12:21:57.487Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T12:21:57.487Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:21:57.505Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:21:57.505Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-12T12:21:58.387Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ee110476-f1e8-485c-8704-c0a3de7a7af9 from URL: /sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env 2022-09-12T12:21:58.387Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-09-12T12:21:58.388Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env 2022-09-12T12:21:58.444Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-09-12T12:21:58.445Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env ee110476-f1e8-485c-8704-c0a3de7a7af9 2098 2022-09-12T12:21:58.445Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-09-12T12:21:58.445Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env 2022-09-12T12:21:58.445Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-12T12:21:58.446Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-12T12:21:58.448Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T12:21:58.448Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985318445, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-12T12:21:58.548Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T12:21:58.549Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T12:21:58.549Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:21:58.568Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:21:58.569Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-09-12T12:21:59.449Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f80bcaa8-962a-48db-9a40-cf8540abcbce 2022-09-12T12:21:59.450Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ccdbe7a5-b0dd 0 a9f99fe5-d0fa-494c-8978-f653459e816f ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-12T12:21:59.483Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4321b796, org.onap.sdc.toscaparser.api.parameters.Input@1ac32093, org.onap.sdc.toscaparser.api.parameters.Input@6478df7c, org.onap.sdc.toscaparser.api.parameters.Input@604d04fa, org.onap.sdc.toscaparser.api.parameters.Input@2e1e9262] 2022-09-12T12:21:59.488Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.489Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 12-20-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T12:21:59.489Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-09-12T12:21:59.489Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 034ee997-807f-40fc-b35a-a791855bd283 2022-09-12T12:21:59.489Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 034ee997-807f-40fc-b35a-a791855bd283 matches Tosca VF Customization UUID: 034ee997-807f-40fc-b35a-a791855bd283 2022-09-12T12:21:59.489Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 034ee997-807f-40fc-b35a-a791855bd283 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-09-12T12:21:59.496Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.496Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 12-20-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T12:21:59.496Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 034ee997-807f-40fc-b35a-a791855bd283: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-09-12T12:21:59.497Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b9310ac 2022-09-12T12:21:59.497Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.497Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 12-20-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-12T12:21:59.497Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 47396aa9-0f97-434b-8e1d-ab5c6ba7f22f 2022-09-12T12:21:59.498Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 47396aa9-0f97-434b-8e1d-ab5c6ba7f22f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-09-12T12:21:59.502Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.502Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is matching search criteria 2022-09-12T12:21:59.502Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ccdbe7a5-b0dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-12T12:21:59.502Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.503Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is matching search criteria 2022-09-12T12:21:59.503Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ccdbe7a5-b0dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-12T12:21:59.503Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.503Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is not matching search criteria 2022-09-12T12:21:59.503Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-12T12:21:59.503Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-09-12T12:21:59.503Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-12T12:21:59.503Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-12T12:21:59.503Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-12T12:21:59.503Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-12T12:21:59.503Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-12T12:21:59.503Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-12T12:21:59.503Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-12T12:21:59.504Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-12T12:21:59.504Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-12T12:21:59.504Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ebc4aac8-9dcf-4a75-88d3-2a58b924808d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-09-12T12:21:59.512Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.512Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is matching search criteria 2022-09-12T12:21:59.512Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ccdbe7a5-b0dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-12T12:21:59.512Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.512Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is not matching search criteria 2022-09-12T12:21:59.512Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-12T12:21:59.512Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-12T12:21:59.512Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-12T12:21:59.512Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-12T12:21:59.512Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-12T12:21:59.512Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-12T12:21:59.512Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-12T12:21:59.513Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-09-12T12:21:59.513Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-12T12:21:59.513Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-12T12:21:59.513Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-12T12:21:59.513Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-12T12:21:59.513Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ece2f3f0-bbc1-42c0-858a-4346089c4b00 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-09-12T12:21:59.514Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.515Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is matching search criteria 2022-09-12T12:21:59.515Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ccdbe7a5-b0dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-12T12:21:59.516Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.516Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is not matching search criteria 2022-09-12T12:21:59.516Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-12T12:21:59.517Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-12T12:21:59.517Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-12T12:21:59.517Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-12T12:21:59.517Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-12T12:21:59.517Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-12T12:21:59.517Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-12T12:21:59.517Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-12T12:21:59.517Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-12T12:21:59.517Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-12T12:21:59.517Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-12T12:21:59.517Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-09-12T12:21:59.517Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=601cc7fc-92c1-44eb-9529-8e67b4bbd64f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-09-12T12:21:59.519Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.519Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is matching search criteria 2022-09-12T12:21:59.519Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ccdbe7a5-b0dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-12T12:21:59.519Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.519Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Node template vFW ccdbe7a5-b0dd 0 is matching search criteria 2022-09-12T12:21:59.519Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ccdbe7a5-b0dd 0] matching following query criteria: sdcType=VF, customizationUUID=034ee997-807f-40fc-b35a-a791855bd283 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-12T12:21:59.521Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.521Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 12-20-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T12:21:59.521Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f80bcaa8-962a-48db-9a40-cf8540abcbce: vFW ccdbe7a5-b0dd 2022-09-12T12:21:59.521Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.521Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 12-20-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T12:21:59.521Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.521Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 12-20-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T12:21:59.522Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.522Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 12-20-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T12:21:59.522Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.522Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 12-20-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T12:21:59.522Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T12:21:59.522Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 12-20-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T12:21:59.522Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-09-12 12-20-07 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-12T12:21:59.740Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ccdbe7a5-b0dd a9f99fe5-d0fa-494c-8978-f653459e816f 1 ASDC deployResourceStructure 2022-09-12T12:21:59.740Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json ASDC sendASDCNotification 2022-09-12T12:21:59.740Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json 2022-09-12T12:21:59.740Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-12T12:21:59.741Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-12T12:21:59.742Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T12:21:59.742Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985319740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json", "status": "DEPLOY_OK" } 2022-09-12T12:21:59.842Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T12:21:59.844Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T12:21:59.844Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:21:59.862Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:21:59.863Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-09-12T12:22:00.743Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-09-12T12:22:00.744Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml 2022-09-12T12:22:00.744Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-12T12:22:00.745Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-12T12:22:00.747Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T12:22:00.747Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985320743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-09-12T12:22:00.847Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-12T12:22:00.848Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T12:22:00.849Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:22:00.866Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:22:00.866Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-12T12:22:01.749Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-09-12T12:22:01.749Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env 2022-09-12T12:22:01.749Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-12T12:22:01.750Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-12T12:22:01.753Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T12:22:01.753Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985321748, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-09-12T12:22:01.853Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T12:22:01.854Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T12:22:01.854Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:22:01.896Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:22:01.897Z||pool-16-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":21,"count":1} 2022-09-12T12:22:02.754Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar ASDC sendASDCNotification 2022-09-12T12:22:02.754Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar 2022-09-12T12:22:02.754Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-12T12:22:02.755Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-12T12:22:02.757Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T12:22:02.757Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985322753, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar", "status": "DEPLOY_OK" } 2022-09-12T12:22:02.857Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-12T12:22:02.859Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T12:22:02.859Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:22:02.879Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:22:02.880Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-09-12T12:22:03.759Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ceee674-877f-4934-ad5f-98f1ddf31f95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T12:22:03.777Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ceee674-877f-4934-ad5f-98f1ddf31f95 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T12:22:03.780Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-12T12:22:03.780Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-12T12:22:03.780Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-12T12:22:03.780Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-12T12:22:33.780Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ceee674-877f-4934-ad5f-98f1ddf31f95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T12:22:33.803Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ceee674-877f-4934-ad5f-98f1ddf31f95 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T12:22:33.804Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-12T12:22:33.805Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-12T12:22:33.805Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-12T12:22:33.805Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-12T12:22:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:22:44.981Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:22:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:22:45.111Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:22:45.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:22:45.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662985305491, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar", "status": "DEPLOY_OK" } 2022-09-12T12:22:45.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:23:03.805Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ceee674-877f-4934-ad5f-98f1ddf31f95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T12:23:03.816Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ceee674-877f-4934-ad5f-98f1ddf31f95 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T12:23:03.820Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-12T12:23:03.820Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-12T12:23:03.820Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-12T12:23:03.820Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-12T12:23:33.820Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ceee674-877f-4934-ad5f-98f1ddf31f95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T12:23:33.833Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ceee674-877f-4934-ad5f-98f1ddf31f95 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T12:23:33.836Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-12T12:23:33.836Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-12T12:23:33.836Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-12T12:23:33.836Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-12T12:23:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:23:44.981Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:23:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:23:45.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:23:45.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:23:45.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985304976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T12:23:45.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:23:45.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:23:45.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662985306495, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-12T12:23:45.524Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ceee674-877f-4934-ad5f-98f1ddf31f95 2022-09-12T12:23:45.524Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ceee674-877f-4934-ad5f-98f1ddf31f95 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985304976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json", "status": "NOTIFIED" } 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985304976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985304976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985304976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985304976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985304976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar", "status": "NOTIFIED" } 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:23:45.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985312860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985316308, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985317383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985318445, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985319740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/vfwccdbe7a5b0dd0_modules.json", "status": "DEPLOY_OK" } 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985320743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985321748, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/resourceInstances/vfwccdbe7a5b0dd0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985322753, "artifactURL": "/sdc/v1/catalog/services/Vfw20220912122007/1.0/artifacts/service-Vfw20220912122007-csar.csar", "status": "DEPLOY_OK" } 2022-09-12T12:23:45.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:24:03.836Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ceee674-877f-4934-ad5f-98f1ddf31f95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T12:24:03.848Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ceee674-877f-4934-ad5f-98f1ddf31f95 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T12:24:03.852Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-12T12:24:03.852Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-12T12:24:03.852Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-12T12:24:03.852Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-12T12:24:03.852Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-09-12T12:24:03.852Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-12T12:24:03.857Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-12T12:24:33.857Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ceee674-877f-4934-ad5f-98f1ddf31f95 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-09-12T12:24:33.867Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ceee674-877f-4934-ad5f-98f1ddf31f95 and serviceModelVersionId: f80bcaa8-962a-48db-9a40-cf8540abcbce 2022-09-12T12:24:33.867Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3f6bb10-733a-4bf0-b234-5654c87f812c 2022-09-12T12:24:42.296Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3f6bb10-733a-4bf0-b234-5654c87f812c/model-vers/model-ver/f80bcaa8-962a-48db-9a40-cf8540abcbce?depth=0 2022-09-12T12:24:42.370Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-09-12T12:24:42.689Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/b3f6bb10-733a-4bf0-b234-5654c87f812c/model-vers/model-ver/f80bcaa8-962a-48db-9a40-cf8540abcbce?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-09-12T12:24:42.693Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/b3f6bb10-733a-4bf0-b234-5654c87f812c/model-vers/model-ver/f80bcaa8-962a-48db-9a40-cf8540abcbce?depth=0|INFO|500||Invoke 2022-09-12T12:24:42.709Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/b3f6bb10-733a-4bf0-b234-5654c87f812c/model-vers/model-ver/f80bcaa8-962a-48db-9a40-cf8540abcbce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-09-12T12:24:42.733Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/b3f6bb10-733a-4bf0-b234-5654c87f812c/model-vers/model-ver/f80bcaa8-962a-48db-9a40-cf8540abcbce?depth=0|INFO|503|Service Unavailable|InvokeReturn 2022-09-12T12:24:42.736Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/b3f6bb10-733a-4bf0-b234-5654c87f812c/model-vers/model-ver/f80bcaa8-962a-48db-9a40-cf8540abcbce?depth=0 has http status code:503 and response headers:{date=[Mon, 12 Sep 2022 12:24:42 GMT], server=[envoy], content-length=[145], content-type=[text/plain]} 2022-09-12T12:24:42.737Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-12T12:24:42.748Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0ceee674-877f-4934-ad5f-98f1ddf31f95 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-12T12:24:42.748Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=0ceee674-877f-4934-ad5f-98f1ddf31f95 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-12T12:24:42.748Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=0ceee674-877f-4934-ad5f-98f1ddf31f95 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-12T12:24:42.748Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0ceee674-877f-4934-ad5f-98f1ddf31f95 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-12T12:24:42.754Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-12T12:24:42.754Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ceee674-877f-4934-ad5f-98f1ddf31f95 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=0ceee674-877f-4934-ad5f-98f1ddf31f95 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-12T12:24:42.755Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-09-12T12:24:42.755Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-09-12T12:24:42.757Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T12:24:42.757Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985482754, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d0ceee674-877f-4934-ad5f-98f1ddf31f95 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111" } 2022-09-12T12:24:42.857Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T12:24:42.858Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T12:24:42.858Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:24:42.885Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:24:42.885Z||pool-18-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-12T12:24:43.770Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:24:43.771Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:24:43.771Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:24:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:24:44.981Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:24:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:24:45.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:24:45.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-09-12T12:24:45.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ceee674-877f-4934-ad5f-98f1ddf31f95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662985482754, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d0ceee674-877f-4934-ad5f-98f1ddf31f95 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111" } 2022-09-12T12:24:45.623Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T12:24:54.108Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:24:54.109Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:24:54.109Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:24:54.109Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:25:03.666Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:25:03.667Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:25:03.668Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:25:03.668Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:25:13.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:25:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:25:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:25:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:25:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:25:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:25:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:25:54.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:25:54.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:26:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:26:44.978Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:26:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:26:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:26:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:26:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:26:54.528Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:26:54.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:27:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:27:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:27:44.978Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:27:44.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:27:44.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:27:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:27:54.533Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:27:54.533Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:28:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:28:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:28:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:28:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:28:44.981Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:28:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:28:54.547Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:28:54.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:29:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:29:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:29:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:29:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:29:44.981Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:29:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:29:54.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:29:54.524Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:30:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:30:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:30:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:30:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:30:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:30:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:30:54.525Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:30:54.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:31:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:31:44.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:31:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:31:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:31:44.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:31:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:31:54.530Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:31:54.555Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:32:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:32:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:32:44.978Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:32:44.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:32:44.980Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:32:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:32:54.524Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:32:54.530Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:33:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:33:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:33:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:33:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:33:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:33:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:33:54.530Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:33:54.530Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:34:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:34:44.978Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:34:44.978Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:34:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:34:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:34:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:34:54.534Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:34:54.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:35:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:35:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:35:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:35:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:35:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:35:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:35:54.529Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:35:54.530Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:36:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:36:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:36:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:36:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:36:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:36:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:36:54.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:36:54.536Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:37:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:37:44.979Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:37:44.979Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:37:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:37:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:37:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:37:54.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:37:54.582Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:38:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:38:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:38:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:38:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:38:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:38:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:38:54.523Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:38:54.530Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:39:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:39:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:39:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:39:44.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:39:44.980Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:39:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:39:54.524Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:39:54.526Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:40:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:40:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:40:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:40:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:40:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:40:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:40:54.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:40:54.533Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:41:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:41:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:41:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:41:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:41:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:41:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:41:54.534Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:41:54.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:42:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:42:44.978Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:42:44.978Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:42:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:42:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:42:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:42:54.526Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:42:54.526Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:43:44.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:43:44.979Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:43:44.979Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:43:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:43:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:43:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:43:54.524Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:43:54.525Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:44:44.977Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:44:44.978Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:44:44.978Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:44:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:44:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:44:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:44:54.524Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:44:54.524Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:45:44.977Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:45:44.978Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:45:44.978Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:45:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:45:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:45:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:45:54.525Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:45:54.527Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:46:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:46:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:46:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:46:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:46:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:46:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:46:54.529Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:46:54.536Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:47:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:47:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:47:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:47:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:47:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:47:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:47:54.527Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:47:54.528Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:48:44.977Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:48:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:48:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:48:44.980Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:48:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:48:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:48:54.532Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:48:54.531Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:49:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:49:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:49:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:49:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:49:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:49:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:49:54.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:49:54.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:50:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:50:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:50:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:50:44.980Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:50:44.980Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:50:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:50:54.530Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:50:54.530Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:51:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:51:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:51:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:51:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:51:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:51:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:51:54.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:51:54.523Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:52:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:52:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:52:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:52:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:52:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:52:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:52:54.530Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:52:54.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:53:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:53:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:53:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:53:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:53:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:53:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:53:54.525Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:53:54.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:54:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:54:44.978Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:54:44.978Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:54:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:54:44.981Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:54:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:54:54.528Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:54:54.528Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:55:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:55:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:55:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:55:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:55:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:55:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:55:54.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:55:54.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:56:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:56:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:56:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:56:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:56:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:56:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:56:54.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:56:54.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:57:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:57:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:57:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:57:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:57:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:57:44.981Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:57:54.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:57:54.536Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:58:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:58:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:58:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:58:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:58:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:58:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:58:54.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:58:54.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:59:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:59:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:59:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T12:59:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T12:59:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T12:59:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T12:59:54.529Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T12:59:54.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:00:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:00:44.978Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:00:44.978Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:00:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:00:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:00:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:00:54.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:00:54.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:01:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:01:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:01:44.978Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:01:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:01:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:01:44.984Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:01:54.530Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:01:54.531Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:02:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:02:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:02:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:02:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:02:44.981Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:02:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:02:54.532Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:02:54.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:03:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:03:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:03:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:03:44.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:03:44.980Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:03:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:03:54.524Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:03:54.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:04:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:04:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:04:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:04:44.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:04:44.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:04:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:04:54.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:04:54.533Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:05:44.976Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:05:44.977Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:05:44.977Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:05:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:05:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:05:44.981Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:05:45.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:05:45.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b006d34-4dce-4a4a-bc69-6828f91d393c","serviceName":"Demo_pNF_Bvf5BYrGGVQo0en7ZCLP","serviceVersion":"1.0","serviceUUID":"760d398f-9a60-4c04-b057-0c11993246fe","serviceDescription":"catalog service description","serviceInvariantUUID":"9abf4f1a-b9cd-437b-8a43-00a82c7fc235","resources":[{"resourceInstanceName":"pNF b74e45be-9349 0","resourceName":"pNF b74e45be-9349","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"78bf5dea-b838-43bd-a9e5-8b305fe920ef","resourceInvariantUUID":"a6f0fff5-a52d-44bb-a3a6-4ae354978e28","resourceCustomizationUUID":"856e5e5c-26af-4657-ae6b-88c6170ed551","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/vf-license-model.xml","artifactChecksum":"MTE2MTRmODU4NGJmOTRmNmMwYTYwNTk1ZjA5YmVhYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03c78f4a-3465-4706-a226-cf8727a99f25","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/pNF.csar","artifactChecksum":"YWM2NDBlMGFhZGQwZjQ5MGQ0ZmQ5OWJmYjhjOWIyNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"712dec88-ab0e-46f4-aeec-713c6fe32b71","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1e53967e-ba2c-4ec8-ac6f-1c3bdf2e889c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/vendor-license-model.xml","artifactChecksum":"N2JhM2M0YzdjODI1OWM5NTM0MTlmZmMxNWViZTM0ZGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8aa13b0f-f45b-4d88-80cf-a9359cd660fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54a782d2-1f8a-482b-8356-7139bb7f4ecf","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d75d2162-aa7d-4cc5-9c08-c525005a96fc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBvf5byrggvqo0en7zclp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-template.yml","artifactChecksum":"YzJjZWJlNWRjZjk0N2RmMzhiYWZkYmNiNjUwMWI2OWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0856d8a-a8b5-4c19-bfb9-248dd5b95fd0","artifactVersion":"1"},{"artifactName":"service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar","artifactChecksum":"NjA1MDE5YmY4Yzk0YWUxMjhjMDZjMTJjNThmNmYzNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"482bf672-dac9-49b9-8854-fb2c83f52c8e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-12T13:05:45.619Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T13:05:45.619Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:05:45.622Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:05:45.622Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987944976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.622Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:05:45.625Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.625Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "cds", "timestamp": 1662987910711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.626Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.626Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.626Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "multicloud-k8s-id", "timestamp": 1662987904579, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.626Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.626Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.626Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662987904002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "cds", "timestamp": 1662987910711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "multicloud-k8s-id", "timestamp": 1662987904579, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662987904002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "cds", "timestamp": 1662987910711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662987904002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "multicloud-k8s-id", "timestamp": 1662987904579, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "cds", "timestamp": 1662987910711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "multicloud-k8s-id", "timestamp": 1662987904579, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662987904002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "aai-ml", "timestamp": 1662987916045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "multicloud-k8s-id", "timestamp": 1662987904579, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.628Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "cds", "timestamp": 1662987910711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.629Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.629Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.629Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662987904002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.629Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.629Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.629Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "aai-ml", "timestamp": 1662987916045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.629Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.629Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.629Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "multicloud-k8s-id", "timestamp": 1662987904579, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.629Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.629Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.630Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "cds", "timestamp": 1662987910711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.630Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.630Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.630Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662987904002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.630Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.630Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.630Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "aai-ml", "timestamp": 1662987916045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.630Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.630Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.630Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "cds", "timestamp": 1662987910711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.631Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.631Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.631Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "multicloud-k8s-id", "timestamp": 1662987904579, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.631Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.631Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.631Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662987904002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.631Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.631Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.631Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "aai-ml", "timestamp": 1662987916045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.632Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.632Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.632Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "cds", "timestamp": 1662987910711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "status": "NOTIFIED" } 2022-09-12T13:05:45.632Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.632Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.632Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "multicloud-k8s-id", "timestamp": 1662987904579, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "status": "NOTIFIED" } 2022-09-12T13:05:45.632Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.632Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.632Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662987904002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "status": "NOTIFIED" } 2022-09-12T13:05:45.632Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.632Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.632Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "aai-ml", "timestamp": 1662987916045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.632Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.632Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.632Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "cds", "timestamp": 1662987920551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-12T13:05:45.632Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:05:45.633Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.633Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662987921101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-12T13:05:45.633Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:05:45.633Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.633Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "aai-ml", "timestamp": 1662987916045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.633Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.633Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.633Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "aai-ml", "timestamp": 1662987916045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:45.633Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.633Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.633Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662987922852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "status": "DEPLOY_OK" } 2022-09-12T13:05:45.633Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:05:45.633Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.633Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "aai-ml", "timestamp": 1662987916045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "status": "NOTIFIED" } 2022-09-12T13:05:45.633Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:05:45.633Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.633Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662987923856, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-12T13:05:45.657Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7b006d34-4dce-4a4a-bc69-6828f91d393c 2022-09-12T13:05:45.657Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b006d34-4dce-4a4a-bc69-6828f91d393c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-12T13:05:45.665Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.665Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "aai-ml", "timestamp": 1662987924802, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-12T13:05:45.665Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:05:45.665Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.665Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "aai-ml", "timestamp": 1662987925808, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "status": "DEPLOY_ERROR" } 2022-09-12T13:05:45.665Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:05:45.665Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.665Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "aai-ml", "timestamp": 1662987926813, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "status": "DEPLOY_ERROR" } 2022-09-12T13:05:45.666Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:05:45.666Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:05:45.666Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "aai-ml", "timestamp": 1662987927817, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-12T13:05:45.669Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7b006d34-4dce-4a4a-bc69-6828f91d393c 2022-09-12T13:05:45.669Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b006d34-4dce-4a4a-bc69-6828f91d393c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-12T13:05:45.722Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T13:05:45.723Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:05:45.724Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:05:45.744Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:05:45.745Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-09-12T13:05:46.623Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T13:05:46.624Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:05:46.626Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:05:46.626Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987944976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:46.726Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-12T13:05:46.727Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:05:46.727Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:05:46.744Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:05:46.745Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-12T13:05:47.627Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T13:05:47.628Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:05:47.631Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:05:47.631Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987944976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:47.731Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-12T13:05:47.732Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:05:47.732Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:05:47.749Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:05:47.749Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-09-12T13:05:48.632Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T13:05:48.633Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:05:48.635Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:05:48.635Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987944976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:48.736Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-12T13:05:48.737Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:05:48.737Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:05:48.756Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:05:48.756Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-12T13:05:49.636Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T13:05:49.637Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:05:49.641Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:05:49.641Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987944976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:49.741Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T13:05:49.742Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:05:49.743Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:05:49.762Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:05:49.763Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-09-12T13:05:50.642Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T13:05:50.643Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:05:50.645Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:05:50.645Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987944976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:50.746Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-12T13:05:50.746Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:05:50.746Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:05:50.765Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:05:50.766Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-12T13:05:51.646Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T13:05:51.647Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:05:51.649Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:05:51.650Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987944976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T13:05:51.750Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T13:05:51.751Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:05:51.751Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:05:51.769Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:05:51.770Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-09-12T13:05:52.652Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T13:05:52.654Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:05:52.657Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:05:52.659Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987944976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "status": "NOTIFIED" } 2022-09-12T13:05:52.758Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-09-12T13:05:52.759Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:05:52.759Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:05:52.781Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:05:52.782Z||pool-26-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-09-12T13:05:53.661Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "serviceName": "Demo_pNF_Bvf5BYrGGVQo0en7ZCLP", "serviceVersion": "1.0", "serviceUUID": "760d398f-9a60-4c04-b057-0c11993246fe", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9abf4f1a-b9cd-437b-8a43-00a82c7fc235", "resources": [ { "resourceInstanceName": "pNF b74e45be-9349 0", "resourceCustomizationUUID": "856e5e5c-26af-4657-ae6b-88c6170ed551", "resourceName": "pNF b74e45be-9349", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "78bf5dea-b838-43bd-a9e5-8b305fe920ef", "resourceInvariantUUID": "a6f0fff5-a52d-44bb-a3a6-4ae354978e28", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "artifactChecksum": "NjA1MDE5YmY4Yzk0YWUxMjhjMDZjMTJjNThmNmYzNTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "482bf672-dac9-49b9-8854-fb2c83f52c8e" } ], "workloadContext": "Production" } 2022-09-12T13:05:53.662Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-12T13:05:53.662Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 760d398f-9a60-4c04-b057-0c11993246fe ASDC 2022-09-12T13:05:53.663Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:7b006d34-4dce-4a4a-bc69-6828f91d393c ServiceName:Demo_pNF_Bvf5BYrGGVQo0en7ZCLP ServiceVersion:1.0 ServiceUUID:760d398f-9a60-4c04-b057-0c11993246fe ServiceInvariantUUID:9abf4f1a-b9cd-437b-8a43-00a82c7fc235 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar ArtifactUUID:482bf672-dac9-49b9-8854-fb2c83f52c8e ArtifactChecksum:NjA1MDE5YmY4Yzk0YWUxMjhjMDZjMTJjNThmNmYzNTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF b74e45be-9349 0 ResourceCustomizationUUID:856e5e5c-26af-4657-ae6b-88c6170ed551 ResourceInvariantUUID:a6f0fff5-a52d-44bb-a3a6-4ae354978e28 ResourceName:pNF b74e45be-9349 ResourceType:PNF ResourceUUID:78bf5dea-b838-43bd-a9e5-8b305fe920ef ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-09-12T13:05:53.664Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 760d398f-9a60-4c04-b057-0c11993246fe ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-12T13:05:53.690Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-12T13:05:53.691Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-12T13:05:53.691Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-12T13:05:53.691Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 482bf672-dac9-49b9-8854-fb2c83f52c8e from URL: /sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar 2022-09-12T13:05:53.691Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-09-12T13:05:53.692Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar 2022-09-12T13:05:53.760Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-09-12T13:05:53.762Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar 482bf672-dac9-49b9-8854-fb2c83f52c8e 87772 2022-09-12T13:05:53.762Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar ASDC sendASDCNotification 2022-09-12T13:05:53.762Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar 2022-09-12T13:05:53.762Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-12T13:05:53.763Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:05:53.765Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:05:53.765Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987953762, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-12T13:05:53.865Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T13:05:53.866Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:05:53.867Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:05:53.886Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:05:53.887Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-09-12T13:05:54.765Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-12T13:05:54.766Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-09-12T13:05:54.767Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 482bf672-dac9-49b9-8854-fb2c83f52c8e, URL: /sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar to file: /app/ASDC/1/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar 2022-09-12T13:05:54.767Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar 2022-09-12T13:05:54.767Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar 2022-09-12T13:05:54.767Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar 2022-09-12T13:05:54.848Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14679242362254762473/Definitions/service-DemoPnfBvf5byrggvqo0en7zclp-template.yml 2022-09-12T13:05:55.403Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-12T13:05:55.403Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-09-12T13:05:55.403Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar 2022-09-12T13:05:55.403Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-12T13:05:55.404Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar 2022-09-12T13:05:55.404Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar 2022-09-12T13:05:55.404Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar 2022-09-12T13:05:55.404Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar 2022-09-12T13:05:55.404Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar 2022-09-12T13:05:55.404Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b74e45be-9349 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar 2022-09-12T13:05:55.404Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar 2022-09-12T13:05:55.404Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-09-12T13:05:55.404Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:05:55.404Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Bvf5BYrGGVQo0en7ZCLP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:05:55.404Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Node template pNF b74e45be-9349 0 is matching search criteria 2022-09-12T13:05:55.405Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-09-12T13:05:55.405Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF b74e45be-9349 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-12T13:05:55.405Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:05:55.405Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Bvf5BYrGGVQo0en7ZCLP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:05:55.405Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Node template pNF b74e45be-9349 0 is matching search criteria 2022-09-12T13:05:55.405Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-09-12T13:05:55.405Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF b74e45be-9349 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-12T13:05:55.405Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:05:55.405Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Bvf5BYrGGVQo0en7ZCLP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:05:55.405Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:05:55.405Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Bvf5BYrGGVQo0en7ZCLP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:05:55.405Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:05:55.405Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Bvf5BYrGGVQo0en7ZCLP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:05:55.406Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:05:55.406Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Bvf5BYrGGVQo0en7ZCLP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:05:55.406Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:05:55.406Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Bvf5BYrGGVQo0en7ZCLP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:05:55.406Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_Bvf5BYrGGVQo0en7ZCLP Description:catalog service description Model UUID:760d398f-9a60-4c04-b057-0c11993246fe Model Version:NULL Model InvariantUuid:9abf4f1a-b9cd-437b-8a43-00a82c7fc235 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-09-12T13:05:55.415Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 78bf5dea-b838-43bd-a9e5-8b305fe920ef Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-12T13:05:55.418Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||pNF b74e45be-9349 0 2022-09-12T13:05:55.419Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 78bf5dea-b838-43bd-a9e5-8b305fe920ef 2022-09-12T13:05:55.419Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 760d398f-9a60-4c04-b057-0c11993246fe 2022-09-12T13:05:55.419Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 760d398f-9a60-4c04-b057-0c11993246fe 2022-09-12T13:05:55.419Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b74e45be-9349 0 78bf5dea-b838-43bd-a9e5-8b305fe920ef ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-12T13:05:55.423Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f41dfc0, org.onap.sdc.toscaparser.api.parameters.Input@4ddf8ae7, org.onap.sdc.toscaparser.api.parameters.Input@38928a8e, org.onap.sdc.toscaparser.api.parameters.Input@1838d171, org.onap.sdc.toscaparser.api.parameters.Input@916a269] 2022-09-12T13:05:55.424Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:05:55.424Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Bvf5BYrGGVQo0en7ZCLP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:05:55.424Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 760d398f-9a60-4c04-b057-0c11993246fe: pNF b74e45be-9349 2022-09-12T13:05:55.424Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||Processing PNF resource: 78bf5dea-b838-43bd-a9e5-8b305fe920ef 2022-09-12T13:05:55.424Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:05:55.424Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Bvf5BYrGGVQo0en7ZCLP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:05:55.425Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||Resource customization UUID: 856e5e5c-26af-4657-ae6b-88c6170ed551 is the same as notified resource customizationUUID: 856e5e5c-26af-4657-ae6b-88c6170ed551 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-09-12T13:05:55.477Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b74e45be-9349 78bf5dea-b838-43bd-a9e5-8b305fe920ef 0 ASDC deployResourceStructure 2022-09-12T13:05:55.478Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar ASDC sendASDCNotification 2022-09-12T13:05:55.478Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar 2022-09-12T13:05:55.478Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-12T13:05:55.478Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:05:55.480Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:05:55.480Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987955478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "status": "DEPLOY_OK" } 2022-09-12T13:05:55.580Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T13:05:55.581Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:05:55.581Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:05:55.604Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:05:55.605Z||pool-28-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-12T13:05:56.480Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b006d34-4dce-4a4a-bc69-6828f91d393c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T13:05:56.498Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b006d34-4dce-4a4a-bc69-6828f91d393c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T13:05:56.502Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-12T13:05:56.502Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-12T13:05:56.502Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-12T13:05:56.502Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-12T13:05:56.503Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-09-12T13:05:56.503Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-12T13:05:56.509Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-12T13:06:26.509Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b006d34-4dce-4a4a-bc69-6828f91d393c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-09-12T13:06:26.520Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b006d34-4dce-4a4a-bc69-6828f91d393c and serviceModelVersionId: 760d398f-9a60-4c04-b057-0c11993246fe 2022-09-12T13:06:26.520Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9abf4f1a-b9cd-437b-8a43-00a82c7fc235 2022-09-12T13:06:26.521Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9abf4f1a-b9cd-437b-8a43-00a82c7fc235/model-vers/model-ver/760d398f-9a60-4c04-b057-0c11993246fe?depth=0 2022-09-12T13:06:26.529Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-09-12T13:06:26.574Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9abf4f1a-b9cd-437b-8a43-00a82c7fc235/model-vers/model-ver/760d398f-9a60-4c04-b057-0c11993246fe?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-09-12T13:06:26.576Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9abf4f1a-b9cd-437b-8a43-00a82c7fc235/model-vers/model-ver/760d398f-9a60-4c04-b057-0c11993246fe?depth=0|INFO|500||Invoke 2022-09-12T13:06:26.581Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9abf4f1a-b9cd-437b-8a43-00a82c7fc235/model-vers/model-ver/760d398f-9a60-4c04-b057-0c11993246fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-09-12T13:06:26.584Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9abf4f1a-b9cd-437b-8a43-00a82c7fc235/model-vers/model-ver/760d398f-9a60-4c04-b057-0c11993246fe?depth=0|INFO|503|Service Unavailable|InvokeReturn 2022-09-12T13:06:26.584Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/9abf4f1a-b9cd-437b-8a43-00a82c7fc235/model-vers/model-ver/760d398f-9a60-4c04-b057-0c11993246fe?depth=0 has http status code:503 and response headers:{date=[Mon, 12 Sep 2022 13:06:26 GMT], server=[envoy], content-length=[145], content-type=[text/plain]} 2022-09-12T13:06:26.585Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-12T13:06:26.587Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7b006d34-4dce-4a4a-bc69-6828f91d393c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-12T13:06:26.587Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||ERROR|500||Exception occurred javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=7b006d34-4dce-4a4a-bc69-6828f91d393c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-12T13:06:26.587Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=7b006d34-4dce-4a4a-bc69-6828f91d393c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-12T13:06:26.587Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7b006d34-4dce-4a4a-bc69-6828f91d393c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-12T13:06:26.593Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-12T13:06:26.593Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b006d34-4dce-4a4a-bc69-6828f91d393c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=7b006d34-4dce-4a4a-bc69-6828f91d393c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-12T13:06:26.594Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-09-12T13:06:26.594Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:06:26.596Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:06:26.596Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987986594, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d7b006d34-4dce-4a4a-bc69-6828f91d393c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111" } 2022-09-12T13:06:26.696Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T13:06:26.697Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:06:26.697Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:06:26.719Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:06:26.720Z||pool-29-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-12T13:06:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:06:44.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:06:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:06:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:06:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:06:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:06:45.120Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:06:45.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-12T13:06:45.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987944976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:06:45.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-09-12T13:06:54.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:07:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:07:44.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:07:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:07:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:07:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:07:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:07:45.513Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:07:45.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:07:45.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987944976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-12T13:07:45.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-12T13:07:45.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:07:45.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987944976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-12T13:07:45.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-12T13:07:45.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:07:45.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987944976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:07:45.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-12T13:07:45.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:07:45.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987944976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:07:45.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-12T13:07:45.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:07:45.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987944976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/resourceInstances/pnfb74e45be93490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:07:45.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-12T13:07:45.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:07:45.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987944976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T13:07:45.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-12T13:07:45.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:07:45.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987944976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "status": "NOTIFIED" } 2022-09-12T13:07:45.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-12T13:07:45.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:07:45.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987953762, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-12T13:07:45.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:07:45.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:07:45.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987955478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBvf5byrggvqo0en7zclp/1.0/artifacts/service-DemoPnfBvf5byrggvqo0en7zclp-csar.csar", "status": "DEPLOY_OK" } 2022-09-12T13:07:45.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:07:45.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:07:45.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b006d34-4dce-4a4a-bc69-6828f91d393c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662987986594, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d7b006d34-4dce-4a4a-bc69-6828f91d393c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111" } 2022-09-12T13:07:45.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:07:54.528Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:08:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:08:44.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:08:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:08:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:08:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:08:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:08:54.524Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:08:54.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:09:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:09:44.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:09:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:09:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:09:44.981Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:09:44.981Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:09:54.534Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:09:54.535Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:10:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:10:44.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:10:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:10:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:10:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:10:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:10:54.522Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:10:54.527Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:11:44.977Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:11:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:11:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:11:44.980Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:11:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:11:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:11:54.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:11:54.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:12:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:12:44.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:12:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:12:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:12:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:12:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:12:54.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:12:54.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:13:44.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:13:44.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:13:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:13:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:13:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:13:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:13:45.588Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:13:45.592Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.592Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "cds", "timestamp": 1662988390710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.594Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.594Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.595Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "aai-ml", "timestamp": 1662988396045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.595Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.595Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.595Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "cds", "timestamp": 1662988390710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.596Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.596Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.596Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "aai-ml", "timestamp": 1662988396045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.596Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.596Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.596Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "cds", "timestamp": 1662988390710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.597Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.597Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.597Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "aai-ml", "timestamp": 1662988396045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.597Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.597Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.598Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "cds", "timestamp": 1662988390710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.598Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.598Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.598Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "aai-ml", "timestamp": 1662988396045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.598Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.599Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.599Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "cds", "timestamp": 1662988390710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.599Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.599Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.599Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "aai-ml", "timestamp": 1662988396045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.600Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.600Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.600Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "cds", "timestamp": 1662988390710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.600Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.600Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.600Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "aai-ml", "timestamp": 1662988396045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.601Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.601Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.601Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "cds", "timestamp": 1662988390710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.601Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.601Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.601Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "aai-ml", "timestamp": 1662988396045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.601Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.601Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.601Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "multicloud-k8s-id", "timestamp": 1662988404577, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.601Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.601Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.601Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "cds", "timestamp": 1662988390710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "status": "NOTIFIED" } 2022-09-12T13:13:45.602Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.602Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.602Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "aai-ml", "timestamp": 1662988396045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "status": "NOTIFIED" } 2022-09-12T13:13:45.602Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.602Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.602Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "multicloud-k8s-id", "timestamp": 1662988404577, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.602Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.602Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.602Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "cds", "timestamp": 1662988406479, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-12T13:13:45.602Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:13:45.602Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.602Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "aai-ml", "timestamp": 1662988407044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-12T13:13:45.602Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:13:45.602Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.603Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "multicloud-k8s-id", "timestamp": 1662988404577, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.603Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.603Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.603Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "aai-ml", "timestamp": 1662988408050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "status": "DEPLOY_ERROR" } 2022-09-12T13:13:45.603Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:13:45.603Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.603Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "multicloud-k8s-id", "timestamp": 1662988404577, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.603Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.603Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.603Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "aai-ml", "timestamp": 1662988409054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "status": "DEPLOY_ERROR" } 2022-09-12T13:13:45.603Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:13:45.603Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.603Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "multicloud-k8s-id", "timestamp": 1662988404577, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.603Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.603Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.603Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "aai-ml", "timestamp": 1662988410059, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-12T13:13:45.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:13:45.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"844e4dbd-b601-46a8-807e-df10c6fbe613","serviceName":"Demo_pNF_tH9sF9E8jQUYp6TvjXDN","serviceVersion":"1.0","serviceUUID":"f36d17e0-b383-4e59-b023-414102cd55cd","serviceDescription":"catalog service description","serviceInvariantUUID":"a3dda757-a3f6-4b51-acde-17fe1efc2853","resources":[{"resourceInstanceName":"pNF b77563c7-6d36 0","resourceName":"pNF b77563c7-6d36","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"247339db-94ba-4bec-ab88-f746f8d1b4db","resourceInvariantUUID":"e44be23c-4a99-438d-a304-9592ce7a4b56","resourceCustomizationUUID":"2d32381b-2d41-4a11-8eed-59011fa6d3bf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/vf-license-model.xml","artifactChecksum":"N2MxNmNiNGM4MGQ4MzU0ZGY1M2Y3ZGQ3MWIwZGRiY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"367b3ddf-bcc6-4e77-b357-dbff361509dc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/pNF.csar","artifactChecksum":"YWM2NDBlMGFhZGQwZjQ5MGQ0ZmQ5OWJmYjhjOWIyNTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"431ed704-e3fb-4aa1-8403-b9bb64f3d36f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21c78b5d-2211-4633-89a6-303eb35e6f32","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/vendor-license-model.xml","artifactChecksum":"YmMxNWQwMjVkNTFmMzI5MzAyNGViMzI2ZjI1NDRkNDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b7c92c26-96a4-4346-bae6-aca898209a46","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c60e6846-9e54-45e1-8875-2b9e8e0deac8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45a1f0f6-cd7d-4841-86a9-ab0057f1cb8b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTh9sf9e8jquyp6tvjxdn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-template.yml","artifactChecksum":"NTYxMTViNDU2NmU2ZDNjMTdmNWI2ZmYwMDBmNTAxNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85a43c46-3b5a-4fa4-b023-7a0f53bc2bfb","artifactVersion":"1"},{"artifactName":"service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar","artifactChecksum":"ZGE5Yjg3YTQ1NjljOGRhZGRmMzg0MWVhY2UwYzBkZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ee27daa-86bf-4eb1-bf1d-03ff990a9c68","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-12T13:13:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 844e4dbd-b601-46a8-807e-df10c6fbe613 2022-09-12T13:13:45.627Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T13:13:45.627Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 844e4dbd-b601-46a8-807e-df10c6fbe613 and ComponentName AAI 2022-09-12T13:13:45.627Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 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=? 2022-09-12T13:13:45.631Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:13:45.631Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988424976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-12T13:13:45.634Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.634Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "multicloud-k8s-id", "timestamp": 1662988404577, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.634Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.635Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.635Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "multicloud-k8s-id", "timestamp": 1662988404577, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.635Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.635Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.635Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "multicloud-k8s-id", "timestamp": 1662988404577, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "status": "NOTIFIED" } 2022-09-12T13:13:45.635Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.635Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.635Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662988414002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.635Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.636Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.636Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662988414002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.636Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.636Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.636Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662988414002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.636Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.636Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.636Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662988414002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.636Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.636Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.636Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662988414002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.636Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.636Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.636Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662988414002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.636Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.637Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.637Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662988414002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:45.637Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.637Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.637Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662988414002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "status": "NOTIFIED" } 2022-09-12T13:13:45.637Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-09-12T13:13:45.637Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.637Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662988422795, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-12T13:13:45.637Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:13:45.637Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-09-12T13:13:45.637Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662988424446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "status": "DEPLOY_OK" } 2022-09-12T13:13:45.637Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:13:45.732Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-12T13:13:45.733Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:13:45.733Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:13:45.756Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:13:45.757Z||pool-30-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-12T13:13:46.632Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T13:13:46.633Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:13:46.634Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:13:46.634Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988424976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:46.734Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T13:13:46.735Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:13:46.735Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:13:46.753Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:13:46.753Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-12T13:13:47.635Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T13:13:47.636Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:13:47.639Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:13:47.639Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988424976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:47.739Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T13:13:47.740Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:13:47.740Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:13:47.758Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:13:47.758Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-12T13:13:48.640Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T13:13:48.641Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:13:48.643Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:13:48.643Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988424976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:48.744Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-12T13:13:48.745Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:13:48.745Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:13:48.761Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:13:48.762Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-12T13:13:49.644Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T13:13:49.645Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:13:49.647Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:13:49.647Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988424976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:49.747Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T13:13:49.748Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:13:49.748Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:13:49.766Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:13:49.767Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-12T13:13:50.648Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T13:13:50.651Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:13:50.654Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:13:50.654Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988424976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:50.754Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T13:13:50.755Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:13:50.756Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:13:50.773Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:13:50.773Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-09-12T13:13:51.655Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T13:13:51.655Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:13:51.657Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:13:51.657Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988424976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T13:13:51.757Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T13:13:51.758Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:13:51.758Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:13:51.776Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:13:51.776Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-09-12T13:13:52.657Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-12T13:13:52.658Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:13:52.660Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:13:52.660Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988424976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "status": "NOTIFIED" } 2022-09-12T13:13:52.760Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T13:13:52.761Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:13:52.762Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:13:52.783Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:13:52.784Z||pool-37-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-09-12T13:13:53.661Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "serviceName": "Demo_pNF_tH9sF9E8jQUYp6TvjXDN", "serviceVersion": "1.0", "serviceUUID": "f36d17e0-b383-4e59-b023-414102cd55cd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a3dda757-a3f6-4b51-acde-17fe1efc2853", "resources": [ { "resourceInstanceName": "pNF b77563c7-6d36 0", "resourceCustomizationUUID": "2d32381b-2d41-4a11-8eed-59011fa6d3bf", "resourceName": "pNF b77563c7-6d36", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "247339db-94ba-4bec-ab88-f746f8d1b4db", "resourceInvariantUUID": "e44be23c-4a99-438d-a304-9592ce7a4b56", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "artifactChecksum": "ZGE5Yjg3YTQ1NjljOGRhZGRmMzg0MWVhY2UwYzBkZGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8ee27daa-86bf-4eb1-bf1d-03ff990a9c68" } ], "workloadContext": "Production" } 2022-09-12T13:13:53.662Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-12T13:13:53.662Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f36d17e0-b383-4e59-b023-414102cd55cd ASDC 2022-09-12T13:13:53.662Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:844e4dbd-b601-46a8-807e-df10c6fbe613 ServiceName:Demo_pNF_tH9sF9E8jQUYp6TvjXDN ServiceVersion:1.0 ServiceUUID:f36d17e0-b383-4e59-b023-414102cd55cd ServiceInvariantUUID:a3dda757-a3f6-4b51-acde-17fe1efc2853 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar ArtifactUUID:8ee27daa-86bf-4eb1-bf1d-03ff990a9c68 ArtifactChecksum:ZGE5Yjg3YTQ1NjljOGRhZGRmMzg0MWVhY2UwYzBkZGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF b77563c7-6d36 0 ResourceCustomizationUUID:2d32381b-2d41-4a11-8eed-59011fa6d3bf ResourceInvariantUUID:e44be23c-4a99-438d-a304-9592ce7a4b56 ResourceName:pNF b77563c7-6d36 ResourceType:PNF ResourceUUID:247339db-94ba-4bec-ab88-f746f8d1b4db ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-09-12T13:13:53.663Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f36d17e0-b383-4e59-b023-414102cd55cd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-12T13:13:53.687Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-12T13:13:53.687Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-12T13:13:53.688Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-12T13:13:53.688Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8ee27daa-86bf-4eb1-bf1d-03ff990a9c68 from URL: /sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar 2022-09-12T13:13:53.688Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-09-12T13:13:53.688Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar 2022-09-12T13:13:53.743Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-09-12T13:13:53.744Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar 8ee27daa-86bf-4eb1-bf1d-03ff990a9c68 87779 2022-09-12T13:13:53.744Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar ASDC sendASDCNotification 2022-09-12T13:13:53.745Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar 2022-09-12T13:13:53.745Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-12T13:13:53.746Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:13:53.748Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:13:53.748Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988433744, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-12T13:13:53.848Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T13:13:53.849Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:13:53.849Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:13:53.867Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:13:53.868Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-12T13:13:54.749Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-12T13:13:54.750Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-09-12T13:13:54.751Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8ee27daa-86bf-4eb1-bf1d-03ff990a9c68, URL: /sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar to file: /app/ASDC/1/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar 2022-09-12T13:13:54.751Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar 2022-09-12T13:13:54.752Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar 2022-09-12T13:13:54.752Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar 2022-09-12T13:13:54.909Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5303141594793366718/Definitions/service-DemoPnfTh9sf9e8jquyp6tvjxdn-template.yml 2022-09-12T13:13:55.410Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-12T13:13:55.411Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-09-12T13:13:55.411Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar 2022-09-12T13:13:55.411Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-12T13:13:55.411Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar 2022-09-12T13:13:55.411Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar 2022-09-12T13:13:55.411Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar 2022-09-12T13:13:55.411Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar 2022-09-12T13:13:55.411Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar 2022-09-12T13:13:55.411Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b77563c7-6d36 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar 2022-09-12T13:13:55.411Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar 2022-09-12T13:13:55.411Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-09-12T13:13:55.412Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:13:55.412Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tH9sF9E8jQUYp6TvjXDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:13:55.412Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Node template pNF b77563c7-6d36 0 is matching search criteria 2022-09-12T13:13:55.412Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-09-12T13:13:55.412Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF b77563c7-6d36 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-12T13:13:55.412Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:13:55.412Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tH9sF9E8jQUYp6TvjXDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:13:55.412Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Node template pNF b77563c7-6d36 0 is matching search criteria 2022-09-12T13:13:55.412Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-09-12T13:13:55.412Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF b77563c7-6d36 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-12T13:13:55.412Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:13:55.412Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tH9sF9E8jQUYp6TvjXDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:13:55.412Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:13:55.412Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tH9sF9E8jQUYp6TvjXDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:13:55.412Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:13:55.412Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tH9sF9E8jQUYp6TvjXDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:13:55.412Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:13:55.413Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tH9sF9E8jQUYp6TvjXDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:13:55.413Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:13:55.413Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tH9sF9E8jQUYp6TvjXDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:13:55.413Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tH9sF9E8jQUYp6TvjXDN Description:catalog service description Model UUID:f36d17e0-b383-4e59-b023-414102cd55cd Model Version:NULL Model InvariantUuid:a3dda757-a3f6-4b51-acde-17fe1efc2853 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-09-12T13:13:55.418Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 247339db-94ba-4bec-ab88-f746f8d1b4db Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-12T13:13:55.421Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||pNF b77563c7-6d36 0 2022-09-12T13:13:55.421Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 247339db-94ba-4bec-ab88-f746f8d1b4db 2022-09-12T13:13:55.422Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||No resources found for Service: f36d17e0-b383-4e59-b023-414102cd55cd 2022-09-12T13:13:55.422Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f36d17e0-b383-4e59-b023-414102cd55cd 2022-09-12T13:13:55.422Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b77563c7-6d36 0 247339db-94ba-4bec-ab88-f746f8d1b4db ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-12T13:13:55.425Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23599a62, org.onap.sdc.toscaparser.api.parameters.Input@784abe9, org.onap.sdc.toscaparser.api.parameters.Input@42ba6bd2, org.onap.sdc.toscaparser.api.parameters.Input@3bd37c98, org.onap.sdc.toscaparser.api.parameters.Input@54366b0a] 2022-09-12T13:13:55.425Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:13:55.425Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tH9sF9E8jQUYp6TvjXDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:13:55.425Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f36d17e0-b383-4e59-b023-414102cd55cd: pNF b77563c7-6d36 2022-09-12T13:13:55.425Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||Processing PNF resource: 247339db-94ba-4bec-ab88-f746f8d1b4db 2022-09-12T13:13:55.425Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-12T13:13:55.425Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tH9sF9E8jQUYp6TvjXDN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-12T13:13:55.425Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||Resource customization UUID: 2d32381b-2d41-4a11-8eed-59011fa6d3bf is the same as notified resource customizationUUID: 2d32381b-2d41-4a11-8eed-59011fa6d3bf Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-09-12T13:13:55.453Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b77563c7-6d36 247339db-94ba-4bec-ab88-f746f8d1b4db 0 ASDC deployResourceStructure 2022-09-12T13:13:55.453Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar ASDC sendASDCNotification 2022-09-12T13:13:55.453Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar 2022-09-12T13:13:55.453Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-12T13:13:55.453Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:13:55.455Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:13:55.455Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988435453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "status": "DEPLOY_OK" } 2022-09-12T13:13:55.555Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-12T13:13:55.556Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:13:55.556Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:13:55.574Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:13:55.574Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-09-12T13:13:56.456Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 844e4dbd-b601-46a8-807e-df10c6fbe613 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T13:13:56.469Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 844e4dbd-b601-46a8-807e-df10c6fbe613 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T13:13:56.472Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-12T13:13:56.472Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-12T13:13:56.472Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-12T13:13:56.472Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-12T13:14:26.472Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 844e4dbd-b601-46a8-807e-df10c6fbe613 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T13:14:26.484Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 844e4dbd-b601-46a8-807e-df10c6fbe613 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T13:14:26.487Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-12T13:14:26.488Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-12T13:14:26.488Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-12T13:14:26.488Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-12T13:14:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:14:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:14:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:14:45.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:14:45.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:14:45.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662988425450, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-12T13:14:45.019Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 844e4dbd-b601-46a8-807e-df10c6fbe613 2022-09-12T13:14:45.020Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 844e4dbd-b601-46a8-807e-df10c6fbe613 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-12T13:14:56.488Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 844e4dbd-b601-46a8-807e-df10c6fbe613 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T13:14:56.503Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 844e4dbd-b601-46a8-807e-df10c6fbe613 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-09-12T13:14:56.506Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-12T13:14:56.506Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-12T13:14:56.506Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-12T13:14:56.506Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-12T13:14:56.506Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-09-12T13:14:56.506Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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-09-12T13:14:56.511Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-12T13:15:26.511Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 844e4dbd-b601-46a8-807e-df10c6fbe613 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-09-12T13:15:26.519Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 844e4dbd-b601-46a8-807e-df10c6fbe613 and serviceModelVersionId: f36d17e0-b383-4e59-b023-414102cd55cd 2022-09-12T13:15:26.519Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a3dda757-a3f6-4b51-acde-17fe1efc2853 2022-09-12T13:15:26.520Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a3dda757-a3f6-4b51-acde-17fe1efc2853/model-vers/model-ver/f36d17e0-b383-4e59-b023-414102cd55cd?depth=0 2022-09-12T13:15:26.527Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-09-12T13:15:26.553Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/a3dda757-a3f6-4b51-acde-17fe1efc2853/model-vers/model-ver/f36d17e0-b383-4e59-b023-414102cd55cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-09-12T13:15:26.554Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/a3dda757-a3f6-4b51-acde-17fe1efc2853/model-vers/model-ver/f36d17e0-b383-4e59-b023-414102cd55cd?depth=0|INFO|500||Invoke 2022-09-12T13:15:26.558Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/a3dda757-a3f6-4b51-acde-17fe1efc2853/model-vers/model-ver/f36d17e0-b383-4e59-b023-414102cd55cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-09-12T13:15:26.561Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/a3dda757-a3f6-4b51-acde-17fe1efc2853/model-vers/model-ver/f36d17e0-b383-4e59-b023-414102cd55cd?depth=0|INFO|503|Service Unavailable|InvokeReturn 2022-09-12T13:15:26.561Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/a3dda757-a3f6-4b51-acde-17fe1efc2853/model-vers/model-ver/f36d17e0-b383-4e59-b023-414102cd55cd?depth=0 has http status code:503 and response headers:{date=[Mon, 12 Sep 2022 13:15:26 GMT], server=[envoy], content-length=[145], content-type=[text/plain]} 2022-09-12T13:15:26.562Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-12T13:15:26.563Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=844e4dbd-b601-46a8-807e-df10c6fbe613 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-12T13:15:26.563Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=844e4dbd-b601-46a8-807e-df10c6fbe613 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92) at org.onap.so.client.RestRequest.get(RestRequest.java:77) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-12T13:15:26.563Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=844e4dbd-b601-46a8-807e-df10c6fbe613 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-12T13:15:26.563Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=844e4dbd-b601-46a8-807e-df10c6fbe613 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-12T13:15:26.570Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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-09-12T13:15:26.570Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 844e4dbd-b601-46a8-807e-df10c6fbe613 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=844e4dbd-b601-46a8-807e-df10c6fbe613 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-12T13:15:26.571Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-09-12T13:15:26.571Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-09-12T13:15:26.572Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-12T13:15:26.572Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988526570, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d844e4dbd-b601-46a8-807e-df10c6fbe613 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111" } 2022-09-12T13:15:26.673Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-12T13:15:26.673Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-09-12T13:15:26.673Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:15:26.698Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:15:26.698Z||pool-40-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-12T13:15:27.584Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:15:27.585Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:15:27.585Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:15:37.134Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:15:44.976Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:15:44.977Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:15:44.977Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:15:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:15:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:15:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:15:45.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:15:45.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:15:45.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988424976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:15:45.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-12T13:15:54.523Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:16:44.976Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:16:44.977Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:16:44.978Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:16:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:16:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:16:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:16:45.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:16:45.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:16:45.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988424976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-12T13:16:45.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-12T13:16:45.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:16:45.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988424976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-12T13:16:45.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-12T13:16:45.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:16:45.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988424976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-12T13:16:45.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-12T13:16:45.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:16:45.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988424976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:16:45.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-12T13:16:45.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:16:45.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988424976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/resourceInstances/pnfb77563c76d360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-12T13:16:45.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-12T13:16:45.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:16:45.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988424976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-template.yml", "status": "NOT_NOTIFIED" } 2022-09-12T13:16:45.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-12T13:16:45.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:16:45.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988424976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "status": "NOTIFIED" } 2022-09-12T13:16:45.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-09-12T13:16:45.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:16:45.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988433744, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-12T13:16:45.012Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:16:45.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-12T13:16:45.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988435453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh9sf9e8jquyp6tvjxdn/1.0/artifacts/service-DemoPnfTh9sf9e8jquyp6tvjxdn-csar.csar", "status": "DEPLOY_OK" } 2022-09-12T13:16:45.013Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:16:54.524Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:17:44.976Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:17:44.978Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:17:44.978Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:17:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:17:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:17:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:17:45.510Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:17:45.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-09-12T13:17:45.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "844e4dbd-b601-46a8-807e-df10c6fbe613", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662988526570, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d844e4dbd-b601-46a8-807e-df10c6fbe613 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111" } 2022-09-12T13:17:45.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-12T13:17:54.538Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:18:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:18:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:18:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:18:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:18:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:18:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:18:54.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:18:54.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:19:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:19:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:19:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:19:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:19:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:19:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:19:54.526Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:19:54.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:20:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:20:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:20:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:20:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:20:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:20:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:20:54.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:20:54.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:21:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:21:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:21:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:21:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:21:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:21:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:21:54.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:21:54.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:22:44.977Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:22:44.979Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:22:44.979Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:22:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:22:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:22:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:22:54.529Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:22:54.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:23:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:23:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:23:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:23:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:23:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:23:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:23:54.528Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:23:54.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:24:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:24:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:24:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:24:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:24:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:24:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:24:54.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:24:54.532Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:25:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:25:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:25:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:25:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:25:44.981Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:25:44.981Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:25:54.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:25:54.534Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:26:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:26:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:26:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:26:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:26:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:26:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:26:54.525Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:26:54.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:27:44.977Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:27:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:27:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:27:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:27:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:27:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:27:54.533Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:27:54.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:28:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:28:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:28:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:28:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:28:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:28:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:28:54.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:28:54.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:29:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:29:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:29:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:29:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:29:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:29:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:29:54.524Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:29:54.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:30:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:30:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:30:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:30:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:30:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:30:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:30:54.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:30:54.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:31:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:31:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:31:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:31:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:31:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:31:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:31:54.528Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:31:54.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:32:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:32:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:32:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:32:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:32:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:32:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:32:54.527Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:32:54.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:33:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:33:44.979Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:33:44.979Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:33:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:33:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:33:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:33:54.527Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:33:54.529Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:34:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:34:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:34:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:34:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:34:44.981Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:34:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:34:54.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:34:54.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:35:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:35:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:35:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:35:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:35:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:35:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:35:54.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:35:54.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:36:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:36:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:36:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:36:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:36:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:36:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:36:54.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:36:54.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:37:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:37:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:37:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:37:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:37:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:37:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:37:54.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:37:54.527Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:38:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:38:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:38:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:38:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:38:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:38:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:38:54.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:38:54.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:39:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:39:44.978Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:39:44.979Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:39:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:39:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:39:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:39:54.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:39:54.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:40:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:40:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:40:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:40:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:40:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:40:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:40:54.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:40:54.526Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:41:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:41:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:41:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:41:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:41:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:41:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:41:54.527Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:41:54.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:42:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:42:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:42:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:42:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:42:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:42:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:42:54.530Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:42:54.531Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:43:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:43:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:43:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:43:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:43:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:43:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:43:54.529Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:43:54.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:44:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:44:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:44:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:44:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:44:44.981Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:44:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:44:54.523Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:44:54.523Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:45:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:45:44.978Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:45:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:45:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:45:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:45:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:45:54.523Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:45:54.527Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:46:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:46:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:46:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:46:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:46:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:46:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:46:54.527Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:46:54.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:47:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:47:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:47:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:47:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:47:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:47:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:47:54.522Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:47:54.525Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:48:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:48:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:48:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:48:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:48:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:48:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:48:54.527Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:48:54.528Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:49:44.976Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:49:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:49:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:49:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:49:44.981Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:49:44.981Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:49:54.526Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:49:54.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:50:44.977Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:50:44.977Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:50:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:50:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:50:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:50:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:50:54.526Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:50:54.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:51:44.976Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:51:44.979Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:51:44.979Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:51:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:51:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:51:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:51:54.526Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:51:54.576Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:52:44.976Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:52:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:52:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:52:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:52:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:52:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:52:54.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:52:54.525Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:53:44.976Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:53:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:53:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:53:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:53:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:53:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:53:54.521Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:53:54.521Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:54:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:54:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:54:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:54:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:54:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:54:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:54:54.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:54:54.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:55:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:55:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:55:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:55:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:55:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:55:44.981Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:55:54.540Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:55:54.545Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:56:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:56:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:56:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:56:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:56:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:56:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:56:54.524Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:56:54.524Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:57:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:57:44.978Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:57:44.978Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:57:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:57:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:57:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:57:54.525Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:57:54.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:58:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:58:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:58:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:58:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:58:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:58:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:58:54.524Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:58:54.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:59:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:59:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:59:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T13:59:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T13:59:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T13:59:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T13:59:54.528Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T13:59:54.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:00:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:00:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:00:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:00:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:00:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:00:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:00:54.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:00:54.531Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:01:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:01:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:01:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:01:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:01:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:01:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:01:54.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:01:54.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:02:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:02:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:02:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:02:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:02:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:02:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:02:54.527Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:02:54.528Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:03:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:03:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:03:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:03:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:03:44.980Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:03:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:03:54.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:03:54.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:04:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:04:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:04:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:04:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:04:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:04:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:04:54.527Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:04:54.527Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:05:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:05:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:05:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:05:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:05:44.981Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:05:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:05:54.521Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:05:54.521Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:06:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:06:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:06:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:06:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:06:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:06:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:06:54.524Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:06:54.524Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:07:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:07:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:07:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:07:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:07:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:07:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:07:54.522Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:07:54.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:08:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:08:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:08:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:08:44.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:08:44.983Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:08:44.983Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:08:54.528Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:08:54.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:09:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:09:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:09:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:09:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:09:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:09:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:09:54.539Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:09:54.539Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:10:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:10:44.978Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:10:44.978Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:10:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:10:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:10:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:10:54.534Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:10:54.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:11:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:11:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:11:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:11:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:11:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:11:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:11:54.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:11:54.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:12:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:12:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:12:44.978Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:12:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:12:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:12:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:12:54.533Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:12:54.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:13:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:13:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:13:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:13:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:13:44.981Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:13:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:13:54.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:13:54.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:14:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:14:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:14:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:14:44.981Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:14:44.981Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:14:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:14:54.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:14:54.527Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:15:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:15:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:15:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:15:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:15:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:15:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:15:54.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:15:54.528Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:16:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:16:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:16:44.978Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:16:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:16:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:16:44.981Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:16:54.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:16:54.532Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:17:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:17:44.978Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:17:44.978Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:17:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:17:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:17:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:17:54.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:17:54.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:18:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:18:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:18:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:18:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:18:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:18:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:18:54.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:18:54.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:19:44.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:19:44.977Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:19:44.977Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:19:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:19:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:19:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:19:54.527Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:19:54.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:20:44.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:20:44.976Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:20:44.977Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:20:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:20:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:20:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:20:54.532Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:20:54.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:21:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:21:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:21:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:21:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:21:44.981Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:21:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:21:54.521Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:21:54.522Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:22:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:22:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:22:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:22:44.981Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:22:44.981Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:22:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:22:54.529Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:22:54.529Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:23:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:23:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:23:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:23:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:23:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:23:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:23:54.523Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:23:54.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:24:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:24:44.978Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:24:44.978Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:24:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:24:44.981Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:24:44.981Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:24:54.528Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:24:54.527Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:25:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:25:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:25:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:25:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:25:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:25:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:25:54.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:25:54.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:26:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:26:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:26:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:26:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:26:44.981Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:26:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:26:54.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:26:54.533Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:27:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:27:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:27:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:27:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:27:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:27:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:27:54.528Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:27:54.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:28:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:28:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:28:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:28:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:28:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:28:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:28:54.523Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:28:54.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:29:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:29:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:29:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:29:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:29:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:29:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:29:54.524Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:29:54.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:30:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:30:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:30:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:30:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:30:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:30:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:30:54.527Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:30:54.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:31:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:31:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:31:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:31:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:31:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:31:44.981Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:31:54.527Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:31:54.527Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:32:44.976Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:32:44.977Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:32:44.978Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:32:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:32:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:32:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:32:54.525Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:32:54.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:33:44.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:33:44.977Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:33:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:33:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:33:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:33:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:33:54.523Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:33:54.524Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:34:44.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:34:44.977Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:34:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:34:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:34:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:34:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:34:54.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:34:54.529Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:35:44.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:35:44.977Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:35:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:35:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:35:44.981Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:35:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:35:54.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:35:54.526Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:36:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:36:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:36:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:36:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:36:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:36:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:36:54.522Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:36:54.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:37:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:37:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:37:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:37:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:37:44.981Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:37:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:37:54.523Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:37:54.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:38:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:38:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:38:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:38:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:38:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:38:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:38:54.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:38:54.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:39:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:39:44.978Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:39:44.979Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:39:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:39:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:39:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:39:54.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:39:54.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:40:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:40:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:40:44.978Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:40:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:40:44.981Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:40:44.981Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:40:54.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:40:54.532Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:41:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:41:44.976Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:41:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:41:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:41:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:41:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:41:54.528Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:41:54.530Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:42:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:42:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:42:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:42:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:42:44.981Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:42:44.981Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:42:54.529Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:42:54.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:43:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:43:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:43:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:43:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:43:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:43:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:43:54.521Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:43:54.521Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:44:44.976Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:44:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:44:44.978Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:44:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:44:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:44:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:44:54.527Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:44:54.529Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:45:44.976Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:45:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:45:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:45:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:45:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:45:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:45:54.527Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:45:54.529Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:46:44.976Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:46:44.978Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:46:44.978Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:46:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:46:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:46:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:46:54.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:46:54.532Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:47:44.976Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:47:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:47:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:47:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:47:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:47:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:47:54.525Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:47:54.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:48:44.976Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:48:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:48:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:48:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:48:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:48:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:48:54.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:48:54.529Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:49:44.976Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:49:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:49:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:49:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:49:44.981Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:49:44.982Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:49:54.528Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:49:54.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:50:44.976Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:50:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:50:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:50:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:50:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:50:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:50:54.526Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:50:54.526Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:51:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:51:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:51:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:51:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:51:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:51:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:51:54.532Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:51:54.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:52:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:52:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:52:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:52:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:52:44.981Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:52:44.981Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:52:54.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:52:54.525Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:53:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:53:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:53:44.980Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:53:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:53:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:53:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:53:54.529Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:53:54.529Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:54:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:54:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:54:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:54:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:54:44.981Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:54:44.981Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:54:54.530Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:54:54.532Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:55:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:55:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:55:44.977Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:55:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:55:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:55:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:55:54.524Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:55:54.524Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:56:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:56:44.976Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:56:44.976Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:56:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:56:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:56:44.981Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:56:54.522Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:56:54.523Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:57:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:57:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:57:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:57:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:57:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:57:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:57:54.524Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:57:54.524Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:58:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:58:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:58:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T14:58:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:58:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:58:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:58:54.528Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:58:54.528Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:59:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:59:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:59:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:59:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T14:59:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T14:59:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T14:59:54.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T14:59:54.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:00:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:00:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:00:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:00:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:00:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:00:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:00:54.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:00:54.527Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:01:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:01:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:01:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:01:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:01:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:01:44.981Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:01:54.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:01:54.527Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:02:44.976Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:02:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:02:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:02:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:02:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:02:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:02:54.526Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:02:54.526Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:03:44.976Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:03:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:03:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:03:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:03:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:03:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:03:54.531Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:03:54.566Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:04:44.976Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:04:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:04:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:04:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:04:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:04:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:04:54.525Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:04:54.526Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:05:44.976Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:05:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:05:44.977Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:05:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:05:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:05:44.981Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:05:54.529Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:05:54.529Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:06:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:06:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:06:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:06:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:06:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:06:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:06:54.523Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:06:54.524Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:07:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:07:44.979Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:07:44.979Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:07:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:07:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:07:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:07:54.528Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:07:54.530Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:08:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:08:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:08:44.978Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:08:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:08:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:08:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:08:54.528Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:08:54.529Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:09:44.976Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:09:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:09:44.977Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:09:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:09:44.981Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:09:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:09:54.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:09:54.530Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:10:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:10:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:10:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:10:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:10:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:10:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:10:54.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:10:54.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:11:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:11:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:11:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:11:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:11:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:11:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:11:54.526Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:11:54.528Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:12:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:12:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:12:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:12:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:12:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:12:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:12:54.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:12:54.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:13:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:13:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:13:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:13:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:13:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:13:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:13:54.533Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:13:54.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:14:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:14:44.978Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:14:44.979Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:14:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:14:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:14:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:14:54.525Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:14:54.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:15:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:15:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:15:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:15:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:15:44.981Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:15:44.981Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:15:54.526Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:15:54.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:16:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:16:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:16:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:16:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:16:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:16:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:16:54.520Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:16:54.521Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:17:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:17:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:17:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:17:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:17:44.981Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:17:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:17:54.526Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:17:54.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:18:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:18:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:18:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:18:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:18:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:18:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:18:54.522Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:18:54.527Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:19:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:19:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:19:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:19:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:19:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:19:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:19:54.523Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:19:54.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:20:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:20:44.976Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:20:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:20:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:20:44.981Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:20:44.981Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:20:54.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:20:54.525Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:21:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:21:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:21:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:21:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:21:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:21:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:21:54.523Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:21:54.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:22:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:22:44.978Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:22:44.978Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:22:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:22:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:22:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:22:54.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:22:54.526Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:23:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:23:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:23:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:23:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:23:44.981Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:23:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:23:54.524Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:23:54.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:24:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:24:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:24:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:24:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:24:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:24:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:24:54.528Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:24:54.528Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:25:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:25:44.976Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:25:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:25:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:25:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:25:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:25:54.528Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:25:54.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:26:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:26:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:26:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:26:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:26:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:26:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:26:54.522Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:26:54.522Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:27:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:27:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:27:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:27:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:27:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:27:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:27:54.523Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:27:54.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:28:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:28:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:28:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:28:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:28:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:28:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:28:54.524Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:28:54.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:29:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:29:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:29:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:29:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:29:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:29:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:29:54.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:29:54.529Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:30:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:30:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:30:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:30:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:30:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:30:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:30:54.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:30:54.528Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:31:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:31:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:31:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:31:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:31:44.981Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:31:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:31:54.523Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:31:54.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:32:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:32:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:32:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:32:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:32:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:32:44.981Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:32:54.524Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:32:54.524Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:33:44.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:33:44.977Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:33:44.977Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:33:44.980Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:33:44.980Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:33:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:33:54.536Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:33:54.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:34:44.976Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:34:44.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:34:44.978Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:34:44.980Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:34:44.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:34:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:34:54.528Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:34:54.528Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:35:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:35:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:35:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:35:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:35:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:35:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:35:54.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:35:54.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:36:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:36:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:36:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:36:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:36:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:36:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:36:54.519Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:36:54.522Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:37:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:37:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:37:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:37:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:37:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:37:44.981Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:37:54.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:37:54.527Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:38:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:38:44.976Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:38:44.976Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:38:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:38:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:38:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:38:54.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:38:54.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:39:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:39:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:39:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:39:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:39:44.981Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:39:44.981Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:39:54.520Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:39:54.523Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:40:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:40:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:40:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:40:44.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:40:44.980Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:40:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:40:54.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:40:54.527Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:41:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:41:44.979Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:41:44.979Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:41:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:41:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:41:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:41:54.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:41:54.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:42:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:42:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:42:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:42:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:42:44.980Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:42:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:42:54.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:42:54.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:43:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:43:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:43:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:43:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:43:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:43:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:43:54.523Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:43:54.523Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:44:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:44:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:44:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:44:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:44:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:44:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:44:54.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:44:54.527Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:45:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:45:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:45:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:45:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:45:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:45:44.981Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:45:54.533Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:45:54.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:46:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:46:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:46:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:46:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:46:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:46:44.980Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:46:54.525Z|7b006d34-4dce-4a4a-bc69-6828f91d393c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:46:54.528Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:47:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:47:44.977Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:47:44.977Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:47:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:47:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:47:44.981Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:47:54.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:47:54.528Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:48:44.976Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:48:44.978Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:48:44.979Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:48:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:48:44.980Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:48:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:48:54.527Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:48:54.527Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:49:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:49:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:49:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:49:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:49:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:49:44.981Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:49:54.523Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:49:54.526Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:50:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:50:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:50:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:50:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:50:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:50:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:50:54.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:50:54.528Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:51:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:51:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:51:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:51:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:51:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:51:44.981Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:51:54.526Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:51:54.528Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:52:44.976Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:52:44.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:52:44.977Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:52:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:52:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:52:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:52:54.531Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:52:54.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:53:44.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:53:44.977Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:53:44.977Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:53:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:53:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:53:44.980Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:53:54.526Z|0ceee674-877f-4934-ad5f-98f1ddf31f95|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:53:54.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:54:44.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:54:44.977Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:54:44.977Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:54:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:54:44.980Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:54:44.980Z||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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:54:54.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:54:54.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:55:44.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:55:44.977Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:55:44.977Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ONjNaT7B1DpcNlkH) ... 2022-09-12T15:55:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-12T15:55:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-09-12T15:55:44.980Z|844e4dbd-b601-46a8-807e-df10c6fbe613|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 ONjNaT7B1DpcNlkH) ... 2022-09-12T15:55:54.527Z|844e4dbd-b601-46a8-807e-df10c6fbe613|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-12T15:55:54.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK