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-09T23:55:27.984Z||main|||||INFO|500||The following profiles are active: basic 2022-09-09T23:56:12.618Z||main|||||INFO|500||Starting service [Tomcat] 2022-09-09T23:56:12.620Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-09-09T23:56:13.064Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-09-09T23:56:34.146Z||main|||||INFO|500||catdb-pool - Starting... 2022-09-09T23:56:37.538Z||main|||||INFO|500||catdb-pool - Start completed. 2022-09-09T23:56:39.570Z||main|||||INFO|500||reqdb-pool - Starting... 2022-09-09T23:56:40.679Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-09-09T23:56:43.304Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-09-09T23:56:45.274Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-09-09T23:56:48.323Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-09-09T23:56:57.610Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-09-09T23:57:03.413Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-09-09T23:57:03.548Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-09-09T23:57:04.832Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-09-09T23:57:05.495Z||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-09T23:57:08.884Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-09-09T23:57:13.316Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-09-09T23:57:13.579Z||main|||||WARN|500||The sdc end point is not alive 2022-09-09T23:57:22.667Z||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-09T23:57:34.627Z||main|||||WARN|500||--- 2022-09-09T23:57:34.628Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-09-09T23:57:34.628Z||main|||||WARN|500||--- 2022-09-09T23:57:35.926Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-09-09T23:57:48.513Z||main|||||INFO|500||Started Application in 150.966 seconds (JVM running for 162.663) 2022-09-09T23:57:48.559Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-09T23:57:48.579Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-09T23:57:48.607Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-09T23:57:48.728Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-09T23:57:48.867Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f259cadc-cfdd-4b50-8676-048f925f3556 url= /sdc/v1/artifactTypes 2022-09-09T23:57:48.868Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-09T23:57:49.168Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-09T23:57:49.172Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@83c8ce0 2022-09-09T23:57:49.174Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-09T23:57:49.213Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-09T23:57:49.218Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-09T23:57:49.239Z||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$$b82e06fb.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-09T23:58:38.481Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-09T23:58:38.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-09T23:58:38.489Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-09T23:58:38.509Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-09T23:58:38.601Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e5b6833c-dead-4ffd-a386-11810655bac1 url= /sdc/v1/artifactTypes 2022-09-09T23:58:38.604Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-09T23:58:38.663Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-09T23:58:38.665Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@760430a0 2022-09-09T23:58:38.668Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-09T23:58:38.668Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-09T23:58:38.669Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-09T23:58:38.669Z||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$$b82e06fb.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-09T23:59:28.481Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-09T23:59:28.483Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-09T23:59:28.484Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-09T23:59:28.488Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-09T23:59:28.532Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3983d95e-18c9-426a-bbd8-2ac1cdc07b12 url= /sdc/v1/artifactTypes 2022-09-09T23:59:28.533Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-09T23:59:28.570Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-09T23:59:28.571Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6251ab44 2022-09-09T23:59:28.571Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-09T23:59:28.574Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-09T23:59:28.575Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-09T23:59:28.576Z||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$$b82e06fb.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-10T00:00:18.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T00:00:18.483Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T00:00:18.484Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T00:00:18.490Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T00:00:18.566Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e18d344-c06a-421b-af1b-0a4ef48b59fe url= /sdc/v1/artifactTypes 2022-09-10T00:00:18.567Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-10T00:00:18.626Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-10T00:00:18.626Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@8d91d34 2022-09-10T00:00:18.629Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-10T00:00:18.630Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-10T00:00:18.631Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-10T00:00:18.632Z||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$$b82e06fb.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-10T00:01:08.485Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T00:01:08.489Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T00:01:08.490Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T00:01:08.496Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T00:01:08.554Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 38f8ca72-8743-4f7c-b75a-a6062ec9c1a0 url= /sdc/v1/artifactTypes 2022-09-10T00:01:08.555Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-10T00:01:08.623Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-10T00:01:08.624Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@72095d0f 2022-09-10T00:01:08.626Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-10T00:01:08.628Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-10T00:01:08.629Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-10T00:01:08.633Z||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$$b82e06fb.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-10T00:01:58.481Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T00:01:58.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T00:01:58.490Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T00:01:58.500Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T00:01:58.553Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 800a2c04-6ac9-4815-8acd-39cb0f017214 url= /sdc/v1/artifactTypes 2022-09-10T00:01:58.554Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-10T00:01:58.586Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-10T00:01:58.591Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7831a7ad 2022-09-10T00:01:58.591Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-10T00:01:58.592Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-10T00:01:58.593Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-10T00:01:58.620Z||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$$b82e06fb.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-10T00:02:48.480Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T00:02:48.482Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T00:02:48.482Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T00:02:48.489Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T00:02:48.521Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 91bbe9a8-849d-4442-985e-730b852c423e url= /sdc/v1/artifactTypes 2022-09-10T00:02:48.522Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-10T00:02:48.540Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-10T00:02:48.540Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b234fa3 2022-09-10T00:02:48.541Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-10T00:02:48.560Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-10T00:02:48.561Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-10T00:02:48.562Z||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$$b82e06fb.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-10T00:03:38.480Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T00:03:38.481Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T00:03:38.481Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T00:03:38.497Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T00:03:38.539Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e9a69ebb-267f-40c4-b054-3b5d8d98a263 url= /sdc/v1/artifactTypes 2022-09-10T00:03:38.539Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-10T00:03:38.617Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-10T00:03:38.618Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42675be 2022-09-10T00:03:38.618Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-10T00:03:38.619Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-10T00:03:38.619Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-10T00:03:38.621Z||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$$b82e06fb.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-10T00:04:28.487Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T00:04:28.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T00:04:28.488Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T00:04:28.494Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T00:04:28.541Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c3e9ac2a-ca04-4991-b51f-b0dfc6d82578 url= /sdc/v1/artifactTypes 2022-09-10T00:04:28.543Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-10T00:04:28.570Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-10T00:04:28.573Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@733bbded 2022-09-10T00:04:28.575Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-10T00:04:28.576Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-10T00:04:28.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-10T00:04:28.590Z||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$$b82e06fb.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-10T00:05:18.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T00:05:18.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T00:05:18.502Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T00:05:18.525Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T00:05:18.543Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c23c08ff-5028-4099-9b0e-347fa836fc5b url= /sdc/v1/artifactTypes 2022-09-10T00:05:18.544Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-10T00:05:18.567Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-10T00:05:18.568Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3cb40780 2022-09-10T00:05:18.569Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-10T00:05:18.570Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-10T00:05:18.571Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-10T00:05:18.572Z||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$$b82e06fb.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-10T00:05:44.852Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-09-10T00:06:08.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T00:06:08.489Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T00:06:08.490Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T00:06:08.506Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T00:06:08.530Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fb1800e4-3218-4ed2-9ef1-9008f9087e05 url= /sdc/v1/artifactTypes 2022-09-10T00:06:08.531Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-10T00:06:08.571Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-10T00:06:08.572Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21fd67ea 2022-09-10T00:06:08.572Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-10T00:06:08.573Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-10T00:06:08.573Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-10T00:06:08.574Z||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$$b82e06fb.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-10T00:06:58.481Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T00:06:58.482Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T00:06:58.483Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T00:06:58.489Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T00:06:58.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 214c9e55-267b-438c-b1e0-faf73c3613ab url= /sdc/v1/artifactTypes 2022-09-10T00:06:58.506Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-10T00:06:58.539Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-10T00:06:58.540Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a486131 2022-09-10T00:06:58.540Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-10T00:06:58.541Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-10T00:06:58.542Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-10T00:06:58.543Z||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$$b82e06fb.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-10T00:07:48.480Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T00:07:48.482Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T00:07:48.482Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T00:07:48.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T00:07:48.512Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b0e8859d-3f1b-4550-a19a-ef7041971949 url= /sdc/v1/artifactTypes 2022-09-10T00:07:48.513Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-10T00:07:48.531Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-10T00:07:48.532Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a8775be 2022-09-10T00:07:48.533Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-10T00:07:48.534Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-10T00:07:48.534Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-10T00:07:48.535Z||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$$b82e06fb.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-10T00:08:38.482Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T00:08:38.483Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T00:08:38.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T00:08:38.529Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T00:08:38.563Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4fafac81-ea1a-4593-b416-685861b8f8eb url= /sdc/v1/artifactTypes 2022-09-10T00:08:38.563Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-10T00:08:38.622Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-10T00:08:38.622Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74db2e34 2022-09-10T00:08:38.623Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-10T00:08:38.623Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-10T00:08:38.623Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-10T00:08:38.625Z||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$$b82e06fb.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-10T00:09:28.480Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T00:09:28.483Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T00:09:28.485Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T00:09:28.496Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T00:09:28.523Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 00db40bb-5dd6-4176-a7f5-ef66cd9fbf7d url= /sdc/v1/artifactTypes 2022-09-10T00:09:28.523Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-10T00:09:28.540Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-10T00:09:28.540Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b18c798 2022-09-10T00:09:28.541Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-10T00:09:28.541Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-10T00:09:28.542Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-10T00:09:28.546Z||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$$b82e06fb.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-10T00:10:18.481Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T00:10:18.482Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T00:10:18.482Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T00:10:18.488Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T00:10:18.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3c211d3d-1d7f-4e21-90ea-aaf9bb86f58b url= /sdc/v1/artifactTypes 2022-09-10T00:10:18.521Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-10T00:10:18.541Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-10T00:10:18.542Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b7556e2 2022-09-10T00:10:18.542Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-10T00:10:18.542Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-10T00:10:18.543Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-10T00:10:18.544Z||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$$b82e06fb.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-10T00:11:08.506Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T00:11:08.515Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T00:11:08.516Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T00:11:08.524Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T00:11:08.596Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= daf6ee11-f3df-4c4d-97c7-9773792a0f21 url= /sdc/v1/artifactTypes 2022-09-10T00:11:08.597Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-10T00:11:08.634Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2022-09-10T00:11:08.635Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@caac78f 2022-09-10T00:11:08.636Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC] 2022-09-10T00:11:08.636Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream 2022-09-10T00:11:08.637Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC 2022-09-10T00:11:08.638Z||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$$b82e06fb.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-10T00:11:58.482Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-09-10T00:11:58.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-09-10T00:11:58.486Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-09-10T00:11:58.493Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-09-10T00:11:58.545Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 139156ae-f4fa-47ee-b184-972c29d018be url= /sdc/v1/artifactTypes 2022-09-10T00:11:58.546Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2022-09-10T00:11:58.836Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-09-10T00:11:58.891Z||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-10T00:11:58.967Z||scheduling-1|||||DEBUG|500||create keys 2022-09-10T00:11:58.992Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-09-10T00:11:59.137Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:11:59.184Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cd38f8d6-3a75-4a9c-a68e-a8383e1e32d9 url= /sdc/v1/registerForDistribution 2022-09-10T00:11:59.415Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cd38f8d6-3a75-4a9c-a68e-a8383e1e32d9 url= /sdc/v1/registerForDistribution 2022-09-10T00:11:59.416Z||scheduling-1|||||INFO|500||start DistributionClient 2022-09-10T00:11:59.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:11:59.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:11:59.491Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-09-10T00:11:59.502Z||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-10T00:11:59.503Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:11:59.511Z||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-10T00:11:59.512Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:12:10.316Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:12:10.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:12:59.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:12:59.444Z||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-10T00:12:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:12:59.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:12:59.459Z||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-10T00:12:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:13:09.086Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:13:09.086Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:13:59.442Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:13:59.445Z||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-10T00:13:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:13:59.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:13:59.459Z||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-10T00:13:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:14:09.065Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:14:09.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:14:59.442Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:14:59.444Z||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-10T00:14:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:14:59.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:14:59.459Z||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-10T00:14:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:15:09.045Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:15:09.070Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:15:59.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:15:59.444Z||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-10T00:15:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:15:59.457Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:15:59.459Z||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-10T00:15:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:16:09.042Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:16:09.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:16:59.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:16:59.444Z||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-10T00:16:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:16:59.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:16:59.459Z||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-10T00:16:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:17:09.093Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:17:09.111Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:17:59.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:17:59.445Z||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-10T00:17:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:17:59.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:17:59.459Z||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-10T00:17:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:18:09.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:18:09.102Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:18:59.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:18:59.447Z||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-10T00:18:59.447Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:18:59.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:18:59.460Z||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-10T00:18:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:19:09.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:19:09.181Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:19:59.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:19:59.456Z||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-10T00:19:59.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:19:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:19:59.459Z||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-10T00:19:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:20:09.106Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:20:09.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:20:59.442Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:20:59.444Z||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-10T00:20:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:20:59.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:20:59.459Z||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-10T00:20:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:21:09.010Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:21:09.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:21:59.442Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:21:59.444Z||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-10T00:21:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:21:59.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:21:59.459Z||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-10T00:21:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:22:09.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:22:09.026Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:22:59.443Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:22:59.444Z||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-10T00:22:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:22:59.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:22:59.459Z||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-10T00:22:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:23:09.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:23:09.040Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:23:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:23:59.444Z||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-10T00:23:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:23:59.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:23:59.459Z||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-10T00:23:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:24:09.084Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:24:09.088Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:24:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:24:59.451Z||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-10T00:24:59.452Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:24:59.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:24:59.462Z||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-10T00:24:59.463Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:25:09.047Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:25:09.051Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:25:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:25:59.445Z||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-10T00:25:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:25:59.458Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:25:59.460Z||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-10T00:25:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:26:09.044Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:26:09.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:26:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:26:59.445Z||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-10T00:26:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:26:59.462Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:26:59.464Z||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-10T00:26:59.464Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:27:09.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:27:09.143Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:27:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:27:59.445Z||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-10T00:27:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:27:59.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:27:59.459Z||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-10T00:27:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:28:09.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:28:09.107Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:28:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:28:59.444Z||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-10T00:28:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:28:59.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:28:59.459Z||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-10T00:28:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:29:09.058Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:29:09.067Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:29:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:29:59.444Z||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-10T00:29:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:29:59.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:29:59.462Z||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-10T00:29:59.462Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:30:09.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:30:09.090Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:30:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:30:59.444Z||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-10T00:30:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:30:59.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:30:59.459Z||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-10T00:30:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:31:09.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:31:09.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:31:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:31:59.446Z||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-10T00:31:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:31:59.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:31:59.459Z||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-10T00:31:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:32:09.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:32:09.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:32:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:32:59.445Z||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-10T00:32:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:32:59.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:32:59.459Z||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-10T00:32:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:33:09.102Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:33:09.135Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:33:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:33:59.444Z||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-10T00:33:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:33:59.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:33:59.458Z||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-10T00:33:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:34:09.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:34:09.106Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:34:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:34:59.444Z||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-10T00:34:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:34:59.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:34:59.459Z||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-10T00:34:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:35:09.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:35:09.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:35:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:35:59.446Z||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-10T00:35:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:35:59.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:35:59.459Z||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-10T00:35:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:36:09.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:36:09.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:36:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:36:59.443Z||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-10T00:36:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:36:59.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:36:59.458Z||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-10T00:36:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:37:09.052Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:37:09.052Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:37:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:37:59.448Z||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-10T00:37:59.448Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:37:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:37:59.459Z||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-10T00:37:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:38:09.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:38:09.063Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:38:59.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:38:59.448Z||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-10T00:38:59.449Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:38:59.458Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:38:59.459Z||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-10T00:38:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:39:09.049Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:39:09.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:39:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:39:59.445Z||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-10T00:39:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:39:59.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:39:59.459Z||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-10T00:39:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:40:09.071Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:40:09.094Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:40:59.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:40:59.446Z||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-10T00:40:59.447Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:40:59.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:40:59.459Z||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-10T00:40:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:41:09.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:41:09.093Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:41:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:41:59.445Z||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-10T00:41:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:41:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:41:59.459Z||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-10T00:41:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:42:09.041Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:42:09.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:42:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:42:59.444Z||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-10T00:42:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:42:59.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:42:59.461Z||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-10T00:42:59.461Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:43:09.091Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:43:09.093Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:43:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:43:59.445Z||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-10T00:43:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:43:59.460Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:43:59.464Z||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-10T00:43:59.469Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:44:09.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:44:09.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:44:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:44:59.446Z||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-10T00:44:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:44:59.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:44:59.459Z||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-10T00:44:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:45:09.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:45:09.102Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:45:59.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:45:59.449Z||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-10T00:45:59.450Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:45:59.463Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:45:59.465Z||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-10T00:45:59.466Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:46:09.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:46:09.070Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:46:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:46:59.445Z||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-10T00:46:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:46:59.460Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:46:59.461Z||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-10T00:46:59.462Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:47:09.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:47:09.039Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:47:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:47:59.446Z||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-10T00:47:59.447Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:47:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:47:59.459Z||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-10T00:47:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:48:09.095Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:48:09.103Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:48:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:48:59.445Z||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-10T00:48:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:48:59.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:48:59.460Z||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-10T00:48:59.461Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:49:09.040Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:49:09.103Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:49:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:49:59.444Z||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-10T00:49:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:49:59.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:49:59.459Z||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-10T00:49:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:50:09.035Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:50:09.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:50:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:50:59.444Z||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-10T00:50:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:50:59.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:50:59.463Z||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-10T00:50:59.463Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:51:09.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:51:09.125Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:51:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:51:59.444Z||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-10T00:51:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:51:59.462Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:51:59.463Z||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-10T00:51:59.463Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:52:09.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:52:09.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:52:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:52:59.445Z||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-10T00:52:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:52:59.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:52:59.459Z||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-10T00:52:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:53:09.057Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:53:09.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:53:59.447Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:53:59.449Z||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-10T00:53:59.449Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:53:59.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:53:59.459Z||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-10T00:53:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:54:09.063Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:54:09.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:54:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:54:59.445Z||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-10T00:54:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:54:59.458Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:54:59.459Z||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-10T00:54:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:55:09.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:55:09.050Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:55:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:55:59.444Z||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-10T00:55:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:55:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:55:59.459Z||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-10T00:55:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:56:09.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:56:09.063Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:56:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:56:59.444Z||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-10T00:56:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:56:59.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:56:59.460Z||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-10T00:56:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:57:09.012Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:57:09.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:57:59.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:57:59.454Z||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-10T00:57:59.454Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:57:59.468Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:57:59.470Z||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-10T00:57:59.470Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:58:09.038Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:58:09.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:58:59.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:58:59.448Z||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-10T00:58:59.448Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:58:59.457Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:58:59.458Z||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-10T00:58:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:59:09.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:59:09.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T00:59:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:59:59.446Z||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-10T00:59:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T00:59:59.471Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T00:59:59.500Z||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-10T00:59:59.500Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:00:09.038Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:00:09.106Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:00:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:00:59.445Z||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-10T01:00:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:00:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:00:59.459Z||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-10T01:00:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:01:09.056Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:01:09.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:01:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:01:59.445Z||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-10T01:01:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:01:59.458Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:01:59.459Z||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-10T01:01:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:02:09.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:02:09.067Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:02:59.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:02:59.446Z||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-10T01:02:59.447Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:02:59.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:02:59.469Z||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-10T01:02:59.470Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:03:09.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:03:09.095Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:03:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:03:59.444Z||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-10T01:03:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:03:59.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:03:59.472Z||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-10T01:03:59.473Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:04:09.052Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:04:09.058Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:04:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:04:59.444Z||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-10T01:04:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:04:59.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:04:59.459Z||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-10T01:04:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:05:09.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:05:09.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:05:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:05:59.444Z||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-10T01:05:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:05:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:05:59.459Z||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-10T01:05:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:06:09.124Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:06:09.150Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:06:59.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:06:59.447Z||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-10T01:06:59.447Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:06:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:06:59.459Z||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-10T01:06:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:07:09.133Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:07:09.140Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:07:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:07:59.446Z||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-10T01:07:59.447Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:07:59.457Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:07:59.459Z||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-10T01:07:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:08:09.054Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:08:09.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:08:59.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:08:59.444Z||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-10T01:08:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:08:59.458Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:08:59.461Z||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-10T01:08:59.463Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:09:09.131Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:09:09.134Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:09:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:09:59.444Z||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-10T01:09:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:09:59.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:09:59.459Z||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-10T01:09:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:10:09.047Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:10:09.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:10:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:10:59.444Z||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-10T01:10:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:10:59.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:10:59.458Z||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-10T01:10:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:11:09.050Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:11:09.092Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:11:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:11:59.443Z||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-10T01:11:59.443Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:11:59.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:11:59.458Z||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-10T01:11:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:12:09.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:12:09.054Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:12:59.446Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:12:59.448Z||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-10T01:12:59.449Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:12:59.457Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:12:59.458Z||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-10T01:12:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:13:09.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:13:09.055Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:13:59.443Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:13:59.446Z||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-10T01:13:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:13:59.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:13:59.459Z||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-10T01:13:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:14:09.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:14:09.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:14:59.442Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:14:59.444Z||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-10T01:14:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:14:59.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:14:59.460Z||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-10T01:14:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:15:09.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:15:09.041Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:15:59.442Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:15:59.444Z||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-10T01:15:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:15:59.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:15:59.459Z||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-10T01:15:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:16:09.039Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:16:09.047Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:16:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:16:59.447Z||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-10T01:16:59.448Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:16:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:16:59.459Z||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-10T01:16:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:17:09.014Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:17:09.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:17:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:17:59.444Z||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-10T01:17:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:17:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:17:59.458Z||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-10T01:17:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:18:09.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:18:09.034Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:18:59.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:18:59.443Z||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-10T01:18:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:18:59.460Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:18:59.461Z||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-10T01:18:59.461Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:19:09.103Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:19:09.121Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:19:59.442Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:19:59.444Z||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-10T01:19:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:19:59.458Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:19:59.463Z||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-10T01:19:59.464Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:20:09.082Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:20:09.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:20:59.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:20:59.451Z||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-10T01:20:59.452Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:20:59.457Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:20:59.460Z||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-10T01:20:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:21:09.101Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:21:09.119Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:21:59.442Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:21:59.445Z||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-10T01:21:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:21:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:21:59.459Z||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-10T01:21:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:22:09.065Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:22:09.090Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:22:59.442Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:22:59.443Z||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-10T01:22:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:22:59.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:22:59.458Z||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-10T01:22:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:23:09.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:23:09.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:23:59.444Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:23:59.447Z||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-10T01:23:59.448Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:23:59.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:23:59.469Z||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-10T01:23:59.471Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:24:09.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:24:09.113Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:24:59.442Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:24:59.443Z||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-10T01:24:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:24:59.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:24:59.458Z||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-10T01:24:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:25:09.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:25:09.093Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:25:59.443Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:25:59.444Z||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-10T01:25:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:25:59.458Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:25:59.460Z||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-10T01:25:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:26:09.059Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:26:09.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:26:59.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:26:59.451Z||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-10T01:26:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:26:59.458Z||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-10T01:26:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:26:59.452Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:27:09.062Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:27:09.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:27:59.444Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:27:59.446Z||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-10T01:27:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:27:59.457Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:27:59.459Z||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-10T01:27:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:28:09.055Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:28:09.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:28:59.443Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:28:59.446Z||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-10T01:28:59.447Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:28:59.460Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:28:59.463Z||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-10T01:28:59.464Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:29:09.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:29:09.035Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:29:59.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:29:59.446Z||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-10T01:29:59.452Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:29:59.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:29:59.458Z||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-10T01:29:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:30:09.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:30:09.082Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:30:59.446Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:30:59.447Z||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-10T01:30:59.447Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:30:59.458Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:30:59.459Z||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-10T01:30:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:31:09.056Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:31:09.057Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:31:59.443Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:31:59.445Z||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-10T01:31:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:31:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:31:59.458Z||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-10T01:31:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:32:09.022Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:32:09.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:32:59.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:32:59.444Z||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-10T01:32:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:32:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:32:59.458Z||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-10T01:32:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:33:09.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:33:09.059Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:33:59.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:33:59.455Z||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-10T01:33:59.455Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:33:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:33:59.458Z||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-10T01:33:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:34:09.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:34:09.098Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:34:59.443Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:34:59.446Z||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-10T01:34:59.447Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:34:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:34:59.458Z||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-10T01:34:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:35:09.046Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:35:09.050Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:35:59.443Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:35:59.445Z||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-10T01:35:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:35:59.457Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:35:59.459Z||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-10T01:35:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:36:09.098Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:36:09.114Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:36:59.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:36:59.444Z||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-10T01:36:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:36:59.458Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:36:59.460Z||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-10T01:36:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:37:09.009Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:37:09.035Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:37:59.450Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:37:59.451Z||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-10T01:37:59.452Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:37:59.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:37:59.458Z||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-10T01:37:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:38:09.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:38:09.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:38:59.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:38:59.445Z||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-10T01:38:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:38:59.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:38:59.458Z||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-10T01:38:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:39:09.035Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:39:09.043Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:39:59.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:39:59.445Z||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-10T01:39:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:39:59.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:39:59.459Z||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-10T01:39:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:40:09.029Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:40:09.052Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:40:59.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:40:59.445Z||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-10T01:40:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:40:59.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:40:59.459Z||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-10T01:40:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:41:09.042Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:41:09.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:41:59.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:41:59.448Z||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-10T01:41:59.449Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:41:59.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:41:59.459Z||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-10T01:41:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:42:09.053Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:42:09.053Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:42:59.446Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:42:59.451Z||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-10T01:42:59.451Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:42:59.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:42:59.459Z||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-10T01:42:59.464Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:43:09.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:43:09.087Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:43:59.442Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:43:59.444Z||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-10T01:43:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:43:59.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:43:59.458Z||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-10T01:43:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:44:09.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:44:09.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:44:59.442Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:44:59.444Z||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-10T01:44:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:44:59.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:44:59.459Z||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-10T01:44:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:45:09.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:45:09.096Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:45:59.443Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:45:59.447Z||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-10T01:45:59.448Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:45:59.461Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:45:59.463Z||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-10T01:45:59.463Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:46:09.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:46:09.096Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:46:59.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:46:59.444Z||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-10T01:46:59.447Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:46:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:46:59.458Z||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-10T01:46:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:47:09.109Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:47:09.112Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:47:59.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:47:59.443Z||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-10T01:47:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:47:59.457Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:47:59.458Z||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-10T01:47:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:48:09.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:48:09.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:48:59.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:48:59.446Z||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-10T01:48:59.448Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:48:59.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:48:59.459Z||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-10T01:48:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:49:09.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:49:09.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:49:59.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:49:59.446Z||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-10T01:49:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:49:59.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:49:59.458Z||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-10T01:49:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:50:09.024Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:50:09.054Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:50:59.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:50:59.445Z||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-10T01:50:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:50:59.458Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:50:59.459Z||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-10T01:50:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:51:09.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:51:09.070Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:51:59.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:51:59.447Z||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-10T01:51:59.447Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:51:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:51:59.458Z||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-10T01:51:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:52:09.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:52:09.047Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:52:59.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:52:59.443Z||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-10T01:52:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:52:59.457Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:52:59.458Z||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-10T01:52:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:53:09.017Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:53:09.064Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:53:59.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:53:59.448Z||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-10T01:53:59.451Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:53:59.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:53:59.460Z||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-10T01:53:59.461Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:54:09.031Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:54:09.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:54:59.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:54:59.444Z||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-10T01:54:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:54:59.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:54:59.459Z||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-10T01:54:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:55:09.026Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:55:09.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:55:59.442Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:55:59.444Z||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-10T01:55:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:55:59.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:55:59.460Z||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-10T01:55:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:56:09.058Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:56:09.111Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:56:59.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:56:59.445Z||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-10T01:56:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:56:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:56:59.458Z||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-10T01:56:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:57:09.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:57:09.055Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:57:59.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:57:59.446Z||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-10T01:57:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:57:59.457Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:57:59.459Z||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-10T01:57:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:58:09.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:58:09.042Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:58:59.449Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:58:59.450Z||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-10T01:58:59.451Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:58:59.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:58:59.458Z||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-10T01:58:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:59:09.059Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:59:09.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T01:59:59.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:59:59.445Z||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-10T01:59:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T01:59:59.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T01:59:59.458Z||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-10T01:59:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:00:09.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:00:09.089Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:00:59.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:00:59.444Z||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-10T02:00:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:00:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:00:59.458Z||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-10T02:00:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:01:09.019Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:01:09.092Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:01:59.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:01:59.444Z||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-10T02:01:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:01:59.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:01:59.459Z||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-10T02:01:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:02:09.039Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:02:09.100Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:02:59.451Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:02:59.452Z||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-10T02:02:59.453Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:02:59.474Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:02:59.475Z||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-10T02:02:59.476Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:03:09.059Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:03:09.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:03:59.443Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:03:59.445Z||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-10T02:03:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:03:59.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:03:59.459Z||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-10T02:03:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:04:00.153Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:00.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-09-10T02:04:00.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"19079bab-6069-4d2a-9cfb-ef2e9ff7b91a","serviceName":"vFW 2022-09-10 01-58-34","serviceVersion":"1.0","serviceUUID":"55a68c8d-b462-444f-96be-75c21769ce47","serviceDescription":"catalog service description","serviceInvariantUUID":"c7b0f4bd-8e8f-4611-bd63-f4c2c527788c","resources":[{"resourceInstanceName":"vFW faedb4fb-de6f 0","resourceName":"vFW faedb4fb-de6f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a307e423-ff91-42fa-8dc5-721aad30929f","resourceInvariantUUID":"f000da0d-6619-4bd0-aaab-d809f8b7f9ac","resourceCustomizationUUID":"267a120a-77a9-4a6f-9398-f3c08971e318","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vf-license-model.xml","artifactChecksum":"YjMwNzVjNGUyZjk0ZTZlOWI5NzhlYWI0Zjg5N2UzYzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16576943-6230-49c5-9008-fe755254db40","artifactVersion":"1"},{"artifactName":"vfwfaedb4fbde6f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json","artifactChecksum":"YTI2OTAzZmMzNDlhNDAyNjc2ZTk4ODgwZGU2ZGRlNGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f96e5279-fc7b-4589-8f5c-39734873ecca","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9b74a49d-cbcf-4c18-a0e5-e5adec171f9c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vendor-license-model.xml","artifactChecksum":"Mjc2OGJlM2ZmYWEzYTg2N2VjZTQ5Mzg2ZmE0Zjg0YzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b8be44dc-0082-4de7-91ab-55ed201a3f6c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d2ac5106-83ce-473e-9761-d1d3942e021d","artifactVersion":"2","generatedFromUUID":"9b74a49d-cbcf-4c18-a0e5-e5adec171f9c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220910015834-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-template.yml","artifactChecksum":"ZmFlYjY0NzJkNGEzYjRjYjlhMTkzOGZlNmNkOWMyOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"65295a20-d610-4488-82d7-24233a146221","artifactVersion":"1"},{"artifactName":"service-Vfw20220910015834-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar","artifactChecksum":"MDc4OTIyOTJjMzRiMTUxMjZhYTIwMDViZGJhNWE1OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb8b6677-db3e-4b27-97f2-523c17742732","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-10T02:04:00.198Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T02:04:00.232Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:04:00.280Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:04:00.281Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775439443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:04:00.382Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-09-10T02:04:00.407Z||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-10T02:04:00.408Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:04:00.447Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:00.448Z||pool-3-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:04:00.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:00.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T02:04:00.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "cds", "timestamp": 1662775438195, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:04:00.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T02:04:00.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T02:04:00.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662775435858, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:04:00.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T02:04:01.299Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T02:04:01.300Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:04:01.306Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:04:01.306Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775439443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json", "status": "NOTIFIED" } 2022-09-10T02:04:01.405Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T02:04:01.407Z||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-10T02:04:01.407Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:04:01.438Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:01.439Z||pool-4-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-09-10T02:04:02.307Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T02:04:02.308Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:04:02.311Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:04:02.311Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775439443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-10T02:04:02.412Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T02:04:02.413Z||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-10T02:04:02.413Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:04:02.441Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:02.442Z||pool-5-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:04:03.312Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T02:04:03.313Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:04:03.331Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:04:03.332Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775439443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:04:03.432Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T02:04:03.434Z||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-10T02:04:03.434Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:04:03.460Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:03.461Z||pool-6-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:04:04.332Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T02:04:04.333Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:04:04.337Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:04:04.338Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775439443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-10T02:04:04.437Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T02:04:04.438Z||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-10T02:04:04.439Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:04:04.478Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:04.479Z||pool-7-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:04:05.340Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T02:04:05.340Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:04:05.360Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:04:05.360Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775439443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T02:04:05.455Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-09-10T02:04:05.456Z||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-10T02:04:05.456Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:04:05.478Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:05.479Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-09-10T02:04:06.361Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T02:04:06.363Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:04:06.368Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:04:06.368Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775439443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar", "status": "NOTIFIED" } 2022-09-10T02:04:06.467Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T02:04:06.469Z||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-10T02:04:06.469Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:04:06.492Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:06.493Z||pool-9-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:04:07.373Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "serviceName": "vFW 2022-09-10 01-58-34", "serviceVersion": "1.0", "serviceUUID": "55a68c8d-b462-444f-96be-75c21769ce47", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c7b0f4bd-8e8f-4611-bd63-f4c2c527788c", "resources": [ { "resourceInstanceName": "vFW faedb4fb-de6f 0", "resourceCustomizationUUID": "267a120a-77a9-4a6f-9398-f3c08971e318", "resourceName": "vFW faedb4fb-de6f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a307e423-ff91-42fa-8dc5-721aad30929f", "resourceInvariantUUID": "f000da0d-6619-4bd0-aaab-d809f8b7f9ac", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwfaedb4fbde6f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json", "artifactChecksum": "YTI2OTAzZmMzNDlhNDAyNjc2ZTk4ODgwZGU2ZGRlNGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f96e5279-fc7b-4589-8f5c-39734873ecca", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9b74a49d-cbcf-4c18-a0e5-e5adec171f9c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d2ac5106-83ce-473e-9761-d1d3942e021d", "generatedFromUUID": "9b74a49d-cbcf-4c18-a0e5-e5adec171f9c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d2ac5106-83ce-473e-9761-d1d3942e021d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220910015834-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar", "artifactChecksum": "MDc4OTIyOTJjMzRiMTUxMjZhYTIwMDViZGJhNWE1OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eb8b6677-db3e-4b27-97f2-523c17742732" } ], "workloadContext": "Production" } 2022-09-10T02:04:07.377Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-10T02:04:07.378Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 55a68c8d-b462-444f-96be-75c21769ce47 ASDC 2022-09-10T02:04:07.770Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:19079bab-6069-4d2a-9cfb-ef2e9ff7b91a ServiceName:vFW 2022-09-10 01-58-34 ServiceVersion:1.0 ServiceUUID:55a68c8d-b462-444f-96be-75c21769ce47 ServiceInvariantUUID:c7b0f4bd-8e8f-4611-bd63-f4c2c527788c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220910015834-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar ArtifactUUID:eb8b6677-db3e-4b27-97f2-523c17742732 ArtifactChecksum:MDc4OTIyOTJjMzRiMTUxMjZhYTIwMDViZGJhNWE1OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW faedb4fb-de6f 0 ResourceCustomizationUUID:267a120a-77a9-4a6f-9398-f3c08971e318 ResourceInvariantUUID:f000da0d-6619-4bd0-aaab-d809f8b7f9ac ResourceName:vFW faedb4fb-de6f ResourceType:VF ResourceUUID:a307e423-ff91-42fa-8dc5-721aad30929f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwfaedb4fbde6f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json ArtifactUUID:f96e5279-fc7b-4589-8f5c-39734873ecca ArtifactChecksum:YTI2OTAzZmMzNDlhNDAyNjc2ZTk4ODgwZGU2ZGRlNGU= 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/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml ArtifactUUID:9b74a49d-cbcf-4c18-a0e5-e5adec171f9c 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/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env ArtifactUUID:d2ac5106-83ce-473e-9761-d1d3942e021d 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/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env ArtifactUUID:d2ac5106-83ce-473e-9761-d1d3942e021d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-09-10T02:04:07.773Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 55a68c8d-b462-444f-96be-75c21769ce47 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-10T02:04:08.565Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T02:04:08.568Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-09-10T02:04:08.573Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-09-10T02:04:08.574Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eb8b6677-db3e-4b27-97f2-523c17742732 from URL: /sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:08.575Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-09-10T02:04:08.580Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:08.789Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-09-10T02:04:08.808Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar eb8b6677-db3e-4b27-97f2-523c17742732 100660 2022-09-10T02:04:08.811Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar ASDC sendASDCNotification 2022-09-10T02:04:08.812Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:08.815Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T02:04:08.824Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:04:08.835Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:04:08.836Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775448810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T02:04:08.948Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms 2022-09-10T02:04:08.950Z||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-10T02:04:08.950Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:04:08.973Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:08.975Z||pool-10-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:04:09.837Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T02:04:09.840Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-09-10T02:04:09.841Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: eb8b6677-db3e-4b27-97f2-523c17742732, URL: /sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar to file: /app/ASDC/1/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:09.843Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220910015834-csar.csar 2022-09-10T02:04:10.098Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:10.098Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:12.044Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17747244646768175201/Definitions/service-Vfw20220910015834-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-10T02:04:19.903Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-10T02:04:19.915Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-09-10T02:04:19.915Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:19.916Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-09-10T02:04:19.916Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:19.916Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:19.916Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:19.916Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW faedb4fb-de6f 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-Vfw20220910015834-csar.csar 2022-09-10T02:04:19.917Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:19.917Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:19.917Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:19.917Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:19.918Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:19.918Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:19.918Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:19.918Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-09-10T02:04:19.930Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:19.937Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-10 01-58-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:04:19.946Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is matching search criteria 2022-09-10T02:04:19.946Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-09-10T02:04:19.950Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW faedb4fb-de6f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T02:04:19.953Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:19.953Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-10 01-58-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:04:19.953Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is matching search criteria 2022-09-10T02:04:19.954Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-09-10T02:04:19.954Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW faedb4fb-de6f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T02:04:19.955Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:19.955Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-10 01-58-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:04:19.962Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:19.963Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is not matching search criteria 2022-09-10T02:04:19.963Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T02:04:19.964Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T02:04:19.964Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-10T02:04:19.964Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-10T02:04:19.964Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-10T02:04:19.965Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-10T02:04:19.965Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T02:04:19.965Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-10T02:04:19.965Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-10T02:04:19.965Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-10T02:04:19.966Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-10T02:04:19.966Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-10T02:04:19.973Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-10T02:04:19.975Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-10T02:04:19.977Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T02:04:19.978Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-09-10T02:04:19.980Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:19.981Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-10 01-58-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-10T02:04:19.988Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:19.988Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is matching search criteria 2022-09-10T02:04:19.990Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW faedb4fb-de6f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T02:04:19.992Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:19.992Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is matching search criteria 2022-09-10T02:04:19.993Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW faedb4fb-de6f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T02:04:19.993Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:19.994Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is matching search criteria 2022-09-10T02:04:19.994Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW faedb4fb-de6f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T02:04:19.994Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:19.995Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is not matching search criteria 2022-09-10T02:04:19.995Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T02:04:19.995Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T02:04:19.995Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-09-10T02:04:19.995Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-10T02:04:19.996Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-10T02:04:19.996Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-10T02:04:19.996Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-10T02:04:19.996Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-10T02:04:19.996Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-10T02:04:19.997Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-10T02:04:19.997Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T02:04:19.997Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d30122c4-1b12-4f2c-b99a-967fd376b36b 2022-09-10T02:04:19.998Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:19.998Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is not matching search criteria 2022-09-10T02:04:20.000Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T02:04:20.001Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T02:04:20.001Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-10T02:04:20.002Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-10T02:04:20.002Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-10T02:04:20.002Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-10T02:04:20.003Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T02:04:20.003Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-09-10T02:04:20.003Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-10T02:04:20.013Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-10T02:04:20.014Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-10T02:04:20.014Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T02:04:20.015Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e7e53a9f-bf8f-4c58-8890-8b4be5c7f8ce 2022-09-10T02:04:20.015Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:20.016Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is not matching search criteria 2022-09-10T02:04:20.016Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T02:04:20.016Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T02:04:20.017Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-10T02:04:20.017Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-10T02:04:20.017Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-10T02:04:20.017Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-10T02:04:20.018Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T02:04:20.018Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-10T02:04:20.018Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-10T02:04:20.018Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-10T02:04:20.019Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-10T02:04:20.019Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-09-10T02:04:20.019Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a9a757bd-c6fa-4452-b3d7-458af44c9691 2022-09-10T02:04:20.020Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:20.020Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-10 01-58-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:04:20.020Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:20.021Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-10 01-58-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:04:20.021Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:20.021Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-10 01-58-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:04:20.021Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:20.021Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-10 01-58-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:04:20.022Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-09-10 01-58-34 Description:catalog service description Model UUID:55a68c8d-b462-444f-96be-75c21769ce47 Model Version:NULL Model InvariantUuid:c7b0f4bd-8e8f-4611-bd63-f4c2c527788c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW faedb4fb-de6f Model UUID:2d915da2-6c1d-4c1e-8b5b-2e50e03ba8c6 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f000da0d-6619-4bd0-aaab-d809f8b7f9ac Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:267a120a-77a9-4a6f-9398-f3c08971e318 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:216fe8c9-b109-45d4-86cb-53a555afaa23 ModelName:VfwFaedb4fbDe6f..base_vfw..module-0 ModelUuid:1b43eebf-f055-4dab-81cb-80b31a2d1863 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d30122c4-1b12-4f2c-b99a-967fd376b36b ModelInvariantUuid:5acc3cb8-180a-4714-b205-443add1d5623 ModelName:vFW faedb4fb-de6f-nodes.vfwCvfc ModelUuid:8eaf1c0b-c18c-4f17-b566-6fb66aecc974 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:2121c863-8fe7-47a0-b260-0a825df95168 ModelInvariantUuid:ece00610-bd0d-4f76-9bbc-8ea29965697f ModelName:VfwFaedb4fbDe6f.compute.nodes.heat.vfw ModelUuid:ef8911b9-df96-4bbe-82c6-46a0b966a870 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e7e53a9f-bf8f-4c58-8890-8b4be5c7f8ce ModelInvariantUuid:f86848b8-b87e-47fa-a5ab-1846764da125 ModelName:vFW faedb4fb-de6f-nodes.vsnCvfc ModelUuid:e25e6413-af3b-49d3-840a-cb132b8fc23a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:846766b9-aad2-42c5-94c5-490f3b0e7ee7 ModelInvariantUuid:fdd084ea-0115-4377-8516-fb35ce8c9077 ModelName:VfwFaedb4fbDe6f.compute.nodes.heat.vsn ModelUuid:89e985ab-e942-4b28-8711-ee211b27d8cb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a9a757bd-c6fa-4452-b3d7-458af44c9691 ModelInvariantUuid:afbd302b-6cb5-4452-808c-24c0960c5969 ModelName:vFW faedb4fb-de6f-nodes.vpgCvfc ModelUuid:6f9549eb-5295-4ed0-9f00-22d496bb41eb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e5246f22-bb11-4767-a25a-6f267e7486a9 ModelInvariantUuid:bfbfaa3d-e092-4684-9784-70eba9b16b16 ModelName:VfwFaedb4fbDe6f.compute.nodes.heat.vpg ModelUuid:1dba802f-f348-4120-9503-93ba2c343a5d 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-10T02:04:20.127Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: a307e423-ff91-42fa-8dc5-721aad30929f 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-10T02:04:20.473Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||vFW faedb4fb-de6f 0 2022-09-10T02:04:20.485Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a307e423-ff91-42fa-8dc5-721aad30929f 2022-09-10T02:04:20.491Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f96e5279-fc7b-4589-8f5c-39734873ecca from URL: /sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json 2022-09-10T02:04:20.491Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-09-10T02:04:20.492Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json 2022-09-10T02:04:20.752Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-09-10T02:04:20.753Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json f96e5279-fc7b-4589-8f5c-39734873ecca 785 2022-09-10T02:04:20.753Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json ASDC sendASDCNotification 2022-09-10T02:04:20.754Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json 2022-09-10T02:04:20.754Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T02:04:20.754Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:04:20.758Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:04:20.758Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775460753, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T02:04:20.861Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-09-10T02:04:20.876Z||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-10T02:04:20.877Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:04:20.915Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:20.916Z||pool-11-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:04:21.762Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFaedb4fbDe6f..base_vfw..module-0", "vfModuleModelInvariantUUID": "216fe8c9-b109-45d4-86cb-53a555afaa23", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1b43eebf-f055-4dab-81cb-80b31a2d1863", "vfModuleModelCustomizationUUID": "7f1986c7-d632-413c-ba79-00d83a4c509f", "isBase": true, "artifacts": [ "9b74a49d-cbcf-4c18-a0e5-e5adec171f9c", "d2ac5106-83ce-473e-9761-d1d3942e021d" ], "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-10T02:04:21.816Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFaedb4fbDe6f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1b43eebf-f055-4dab-81cb-80b31a2d1863 VfModuleModelInvariantUUID:216fe8c9-b109-45d4-86cb-53a555afaa23 VfModuleModelDescription:NULL Artifacts UUID List:{ 9b74a49d-cbcf-4c18-a0e5-e5adec171f9c , d2ac5106-83ce-473e-9761-d1d3942e021d } 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-10T02:04:21.826Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFaedb4fbDe6f..base_vfw..module-0", "vfModuleModelInvariantUUID": "216fe8c9-b109-45d4-86cb-53a555afaa23", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1b43eebf-f055-4dab-81cb-80b31a2d1863", "vfModuleModelCustomizationUUID": "7f1986c7-d632-413c-ba79-00d83a4c509f", "isBase": true, "artifacts": [ "9b74a49d-cbcf-4c18-a0e5-e5adec171f9c", "d2ac5106-83ce-473e-9761-d1d3942e021d" ], "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-10T02:04:21.826Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFaedb4fbDe6f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1b43eebf-f055-4dab-81cb-80b31a2d1863 VfModuleModelInvariantUUID:216fe8c9-b109-45d4-86cb-53a555afaa23 VfModuleModelDescription:NULL Artifacts UUID List:{ 9b74a49d-cbcf-4c18-a0e5-e5adec171f9c , d2ac5106-83ce-473e-9761-d1d3942e021d } 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-10T02:04:21.827Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9b74a49d-cbcf-4c18-a0e5-e5adec171f9c from URL: /sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml 2022-09-10T02:04:21.827Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-09-10T02:04:21.827Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml 2022-09-10T02:04:22.172Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-09-10T02:04:22.173Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml 9b74a49d-cbcf-4c18-a0e5-e5adec171f9c 20368 2022-09-10T02:04:22.173Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-09-10T02:04:22.174Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml 2022-09-10T02:04:22.174Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T02:04:22.174Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:04:22.178Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:04:22.178Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775462173, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T02:04:22.279Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-10T02:04:22.281Z||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-10T02:04:22.281Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:04:22.306Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:22.307Z||pool-12-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:04:23.179Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d2ac5106-83ce-473e-9761-d1d3942e021d from URL: /sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env 2022-09-10T02:04:23.180Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-09-10T02:04:23.180Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env 2022-09-10T02:04:23.529Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-09-10T02:04:23.529Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env d2ac5106-83ce-473e-9761-d1d3942e021d 2098 2022-09-10T02:04:23.530Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-09-10T02:04:23.530Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env 2022-09-10T02:04:23.530Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T02:04:23.538Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:04:23.542Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:04:23.542Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775463530, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-10T02:04:23.642Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T02:04:23.643Z||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-10T02:04:23.643Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:04:23.680Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:23.681Z||pool-13-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:04:24.543Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 55a68c8d-b462-444f-96be-75c21769ce47 2022-09-10T02:04:24.544Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW faedb4fb-de6f 0 a307e423-ff91-42fa-8dc5-721aad30929f ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-09-10T02:04:24.692Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37f7c898, org.onap.sdc.toscaparser.api.parameters.Input@5c17bdce, org.onap.sdc.toscaparser.api.parameters.Input@4765b519, org.onap.sdc.toscaparser.api.parameters.Input@3caa9ada, org.onap.sdc.toscaparser.api.parameters.Input@359026df] 2022-09-10T02:04:24.701Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.702Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-10 01-58-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:04:24.702Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-09-10T02:04:24.703Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 267a120a-77a9-4a6f-9398-f3c08971e318 2022-09-10T02:04:24.703Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 267a120a-77a9-4a6f-9398-f3c08971e318 matches Tosca VF Customization UUID: 267a120a-77a9-4a6f-9398-f3c08971e318 2022-09-10T02:04:24.703Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 267a120a-77a9-4a6f-9398-f3c08971e318 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-10T02:04:24.735Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.736Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-10 01-58-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:04:24.738Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 267a120a-77a9-4a6f-9398-f3c08971e318: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-09-10T02:04:24.739Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42aabdbf 2022-09-10T02:04:24.739Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.739Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-10 01-58-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-09-10T02:04:24.744Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7f1986c7-d632-413c-ba79-00d83a4c509f 2022-09-10T02:04:24.747Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7f1986c7-d632-413c-ba79-00d83a4c509f 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-10T02:04:24.768Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.768Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is matching search criteria 2022-09-10T02:04:24.769Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW faedb4fb-de6f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T02:04:24.773Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.774Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is matching search criteria 2022-09-10T02:04:24.774Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW faedb4fb-de6f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T02:04:24.775Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.775Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is not matching search criteria 2022-09-10T02:04:24.775Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T02:04:24.776Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T02:04:24.776Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-09-10T02:04:24.776Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-10T02:04:24.776Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-10T02:04:24.776Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-10T02:04:24.777Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-10T02:04:24.777Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-10T02:04:24.777Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-10T02:04:24.781Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-10T02:04:24.782Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T02:04:24.782Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d30122c4-1b12-4f2c-b99a-967fd376b36b 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-10T02:04:24.840Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.841Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is matching search criteria 2022-09-10T02:04:24.842Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW faedb4fb-de6f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T02:04:24.842Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.842Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is not matching search criteria 2022-09-10T02:04:24.843Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T02:04:24.843Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T02:04:24.843Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-10T02:04:24.843Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-10T02:04:24.844Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-10T02:04:24.844Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-10T02:04:24.844Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T02:04:24.844Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-09-10T02:04:24.844Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-09-10T02:04:24.845Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-09-10T02:04:24.845Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-09-10T02:04:24.845Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T02:04:24.845Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e7e53a9f-bf8f-4c58-8890-8b4be5c7f8ce 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-10T02:04:24.868Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.869Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is matching search criteria 2022-09-10T02:04:24.870Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW faedb4fb-de6f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T02:04:24.875Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.876Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is not matching search criteria 2022-09-10T02:04:24.876Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-09-10T02:04:24.876Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-09-10T02:04:24.877Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-09-10T02:04:24.877Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-09-10T02:04:24.877Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-09-10T02:04:24.878Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-09-10T02:04:24.878Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-09-10T02:04:24.878Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-09-10T02:04:24.878Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-09-10T02:04:24.879Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-09-10T02:04:24.879Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-09-10T02:04:24.880Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-09-10T02:04:24.880Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a9a757bd-c6fa-4452-b3d7-458af44c9691 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-10T02:04:24.897Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.898Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is matching search criteria 2022-09-10T02:04:24.898Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW faedb4fb-de6f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-09-10T02:04:24.899Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.899Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Node template vFW faedb4fb-de6f 0 is matching search criteria 2022-09-10T02:04:24.899Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW faedb4fb-de6f 0] matching following query criteria: sdcType=VF, customizationUUID=267a120a-77a9-4a6f-9398-f3c08971e318 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-10T02:04:24.911Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.912Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-10 01-58-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:04:24.917Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 55a68c8d-b462-444f-96be-75c21769ce47: vFW faedb4fb-de6f 2022-09-10T02:04:24.918Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.918Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-10 01-58-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:04:24.919Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.920Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-10 01-58-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:04:24.920Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.921Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-10 01-58-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:04:24.922Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.922Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-10 01-58-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:04:24.927Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:04:24.927Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-10 01-58-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:04:24.927Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-09-10 01-58-34 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-10T02:04:26.678Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW faedb4fb-de6f a307e423-ff91-42fa-8dc5-721aad30929f 1 ASDC deployResourceStructure 2022-09-10T02:04:26.679Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json ASDC sendASDCNotification 2022-09-10T02:04:26.679Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json 2022-09-10T02:04:26.680Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T02:04:26.681Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:04:26.689Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:04:26.689Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775466678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T02:04:26.790Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-10T02:04:26.795Z||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-10T02:04:26.798Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:04:26.846Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:26.847Z||pool-14-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1} 2022-09-10T02:04:27.691Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-09-10T02:04:27.691Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml 2022-09-10T02:04:27.691Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T02:04:27.692Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:04:27.710Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:04:27.711Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775467690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-09-10T02:04:27.810Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-09-10T02:04:27.811Z||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-10T02:04:27.811Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:04:27.864Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:27.865Z||pool-15-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:04:28.712Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-09-10T02:04:28.714Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env 2022-09-10T02:04:28.714Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T02:04:28.715Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:04:28.718Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:04:28.725Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775468712, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-09-10T02:04:28.819Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-09-10T02:04:28.820Z||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-10T02:04:28.821Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:04:28.845Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:28.845Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:04:29.737Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar ASDC sendASDCNotification 2022-09-10T02:04:29.738Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar 2022-09-10T02:04:29.738Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T02:04:29.739Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:04:29.749Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:04:29.750Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775469737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T02:04:29.847Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-09-10T02:04:29.848Z||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-10T02:04:29.849Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:04:29.875Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:29.880Z||pool-17-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-09-10T02:04:30.751Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19079bab-6069-4d2a-9cfb-ef2e9ff7b91a 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-10T02:04:30.856Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19079bab-6069-4d2a-9cfb-ef2e9ff7b91a 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-10T02:04:30.876Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T02:04:30.878Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T02:04:30.881Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T02:04:59.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:04:59.460Z||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-10T02:04:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:04:59.660Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:04:59.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-09-10T02:04:59.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775439443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:04:59.664Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-09-10T02:05:00.883Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19079bab-6069-4d2a-9cfb-ef2e9ff7b91a 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-10T02:05:00.926Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19079bab-6069-4d2a-9cfb-ef2e9ff7b91a 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-10T02:05:00.941Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T02:05:00.942Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T02:05:00.942Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T02:05:30.943Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19079bab-6069-4d2a-9cfb-ef2e9ff7b91a 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-10T02:05:31.025Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19079bab-6069-4d2a-9cfb-ef2e9ff7b91a 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-10T02:05:31.048Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T02:05:31.049Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-09-10T02:05:31.049Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-09-10T02:05:59.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:05:59.459Z||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-10T02:05:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:06:00.035Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:06:00.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "cds", "timestamp": 1662775438195, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662775435858, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775439443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json", "status": "NOTIFIED" } 2022-09-10T02:06:00.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "cds", "timestamp": 1662775438195, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662775435858, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775439443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-10T02:06:00.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "cds", "timestamp": 1662775438195, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662775435858, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775439443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "cds", "timestamp": 1662775438195, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "aai-ml", "timestamp": 1662775443539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662775435858, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775439443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-10T02:06:00.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "cds", "timestamp": 1662775438195, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "aai-ml", "timestamp": 1662775443539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662775435858, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775439443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "cds", "timestamp": 1662775438195, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar", "status": "NOTIFIED" } 2022-09-10T02:06:00.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "aai-ml", "timestamp": 1662775443539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662775435858, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar", "status": "NOTIFIED" } 2022-09-10T02:06:00.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775439443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar", "status": "NOTIFIED" } 2022-09-10T02:06:00.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "aai-ml", "timestamp": 1662775443539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "cds", "timestamp": 1662775448451, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T02:06:00.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:00.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662775448474, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T02:06:00.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:00.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "aai-ml", "timestamp": 1662775443539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775448810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T02:06:00.058Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:00.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "aai-ml", "timestamp": 1662775443539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "multicloud-k8s-id", "timestamp": 1662775449210, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "aai-ml", "timestamp": 1662775443539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar", "status": "NOTIFIED" } 2022-09-10T02:06:00.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "multicloud-k8s-id", "timestamp": 1662775449210, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json", "status": "NOTIFIED" } 2022-09-10T02:06:00.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "multicloud-k8s-id", "timestamp": 1662775449210, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-09-10T02:06:00.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "aai-ml", "timestamp": 1662775452444, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T02:06:00.060Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:00.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "multicloud-k8s-id", "timestamp": 1662775449210, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "aai-ml", "timestamp": 1662775453682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar", "status": "DEPLOY_ERROR" } 2022-09-10T02:06:00.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:00.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "multicloud-k8s-id", "timestamp": 1662775449210, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-09-10T02:06:00.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "aai-ml", "timestamp": 1662775454764, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar", "status": "DEPLOY_ERROR" } 2022-09-10T02:06:00.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:00.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "multicloud-k8s-id", "timestamp": 1662775449210, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T02:06:00.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "aai-ml", "timestamp": 1662775455782, "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-10T02:06:00.085Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 19079bab-6069-4d2a-9cfb-ef2e9ff7b91a 2022-09-10T02:06:00.086Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19079bab-6069-4d2a-9cfb-ef2e9ff7b91a 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-10T02:06:00.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "multicloud-k8s-id", "timestamp": 1662775449210, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar", "status": "NOTIFIED" } 2022-09-10T02:06:00.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T02:06:00.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "multicloud-k8s-id", "timestamp": 1662775457748, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T02:06:00.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:00.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "multicloud-k8s-id", "timestamp": 1662775459382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T02:06:00.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:00.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "multicloud-k8s-id", "timestamp": 1662775460697, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-10T02:06:00.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:00.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775460753, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json", "status": "DOWNLOAD_OK" } 2022-09-10T02:06:00.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:00.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "multicloud-k8s-id", "timestamp": 1662775462120, "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-10T02:06:00.152Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19079bab-6069-4d2a-9cfb-ef2e9ff7b91a 2022-09-10T02:06:00.152Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19079bab-6069-4d2a-9cfb-ef2e9ff7b91a 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-10T02:06:00.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775462173, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-09-10T02:06:00.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:00.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "multicloud-k8s-id", "timestamp": 1662775463154, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T02:06:00.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:00.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775463530, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-09-10T02:06:00.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:00.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662775464907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T02:06:00.209Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:00.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662775465920, "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-10T02:06:00.233Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19079bab-6069-4d2a-9cfb-ef2e9ff7b91a 2022-09-10T02:06:00.234Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19079bab-6069-4d2a-9cfb-ef2e9ff7b91a 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-10T02:06:00.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775466678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/vfwfaedb4fbde6f0_modules.json", "status": "DEPLOY_OK" } 2022-09-10T02:06:00.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:00.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775467690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-09-10T02:06:00.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:00.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775468712, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/resourceInstances/vfwfaedb4fbde6f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-09-10T02:06:00.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:00.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:06:00.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775469737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220910015834/1.0/artifacts/service-Vfw20220910015834-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T02:06:00.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:06:01.049Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19079bab-6069-4d2a-9cfb-ef2e9ff7b91a 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-10T02:06:01.093Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19079bab-6069-4d2a-9cfb-ef2e9ff7b91a 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-10T02:06:01.103Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T02:06:01.104Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-10T02:06:01.104Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-10T02:06:01.104Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-10T02:06:01.105Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-09-10T02:06:01.105Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-09-10T02:06:01.161Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-10T02:06:31.170Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19079bab-6069-4d2a-9cfb-ef2e9ff7b91a 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-10T02:06:31.212Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19079bab-6069-4d2a-9cfb-ef2e9ff7b91a and serviceModelVersionId: 55a68c8d-b462-444f-96be-75c21769ce47 2022-09-10T02:06:31.212Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c7b0f4bd-8e8f-4611-bd63-f4c2c527788c 2022-09-10T02:06:57.127Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c7b0f4bd-8e8f-4611-bd63-f4c2c527788c/model-vers/model-ver/55a68c8d-b462-444f-96be-75c21769ce47?depth=0 2022-09-10T02:06:57.377Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-09-10T02:06:58.496Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c7b0f4bd-8e8f-4611-bd63-f4c2c527788c/model-vers/model-ver/55a68c8d-b462-444f-96be-75c21769ce47?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-10T02:06:58.510Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c7b0f4bd-8e8f-4611-bd63-f4c2c527788c/model-vers/model-ver/55a68c8d-b462-444f-96be-75c21769ce47?depth=0|INFO|500||Invoke 2022-09-10T02:06:58.616Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c7b0f4bd-8e8f-4611-bd63-f4c2c527788c/model-vers/model-ver/55a68c8d-b462-444f-96be-75c21769ce47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-09-10T02:06:58.681Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c7b0f4bd-8e8f-4611-bd63-f4c2c527788c/model-vers/model-ver/55a68c8d-b462-444f-96be-75c21769ce47?depth=0|INFO|503|Service Unavailable|InvokeReturn 2022-09-10T02:06:58.682Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c7b0f4bd-8e8f-4611-bd63-f4c2c527788c/model-vers/model-ver/55a68c8d-b462-444f-96be-75c21769ce47?depth=0 has http status code:503 and response headers:{date=[Sat, 10 Sep 2022 02:06:58 GMT], server=[envoy], content-length=[145], content-type=[text/plain]} 2022-09-10T02:06:58.686Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-10T02:06:58.725Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=19079bab-6069-4d2a-9cfb-ef2e9ff7b91a upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-10T02:06:58.726Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||ERROR|500||Exception occurred javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=19079bab-6069-4d2a-9cfb-ef2e9ff7b91a 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-10T02:06:58.727Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=19079bab-6069-4d2a-9cfb-ef2e9ff7b91a upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-10T02:06:58.738Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=19079bab-6069-4d2a-9cfb-ef2e9ff7b91a 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-10T02:06:58.752Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-09-10T02:06:58.754Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19079bab-6069-4d2a-9cfb-ef2e9ff7b91a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=19079bab-6069-4d2a-9cfb-ef2e9ff7b91a upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-10T02:06:58.756Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-09-10T02:06:58.757Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:06:58.767Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:06:58.768Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775618754, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d19079bab-6069-4d2a-9cfb-ef2e9ff7b91a upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111" } 2022-09-10T02:06:58.868Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-09-10T02:06:58.869Z||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-10T02:06:58.869Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:06:58.929Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:06:58.930Z||pool-18-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:06:59.460Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:06:59.461Z||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-10T02:06:59.464Z||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 MeuSoNtY1ZXHmXol) ... 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-10T02:06:59.807Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:06:59.811Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T02:06:59.811Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:07:00.160Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:07:00.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:07:00.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "19079bab-6069-4d2a-9cfb-ef2e9ff7b91a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662775618754, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d19079bab-6069-4d2a-9cfb-ef2e9ff7b91a upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111" } 2022-09-10T02:07:00.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:07:10.862Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:07:10.863Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:07:10.863Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T02:07:10.863Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:07:20.481Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:07:20.482Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:07:20.483Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T02:07:20.483Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:07:30.063Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:07:59.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:07:59.444Z||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-10T02:07:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:07:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:07:59.459Z||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-10T02:07:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:08:09.062Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:08:09.085Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:08:59.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:08:59.444Z||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-10T02:08:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:08:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:08:59.459Z||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-10T02:08:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:09:09.053Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:09:09.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:09:59.498Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:09:59.499Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T02:09:59.500Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:09:59.500Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:09:59.501Z||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-10T02:09:59.501Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:10:09.147Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:10:09.152Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:10:59.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:10:59.444Z||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-10T02:10:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:10:59.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:10:59.459Z||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-10T02:10:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:11:09.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:11:09.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:11:59.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:11:59.447Z||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-10T02:11:59.447Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:11:59.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:11:59.460Z||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-10T02:11:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:12:09.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:12:09.069Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:12:59.443Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:12:59.447Z||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-10T02:12:59.447Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:12:59.458Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:12:59.459Z||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-10T02:12:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:13:09.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:13:09.100Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:13:59.443Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:13:59.446Z||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-10T02:13:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:13:59.457Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:13:59.459Z||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-10T02:13:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:14:09.059Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:14:09.063Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:14:59.442Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:14:59.445Z||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-10T02:14:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:14:59.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:14:59.459Z||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-10T02:14:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:15:09.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:15:09.031Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:15:59.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:15:59.446Z||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-10T02:15:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:15:59.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:15:59.460Z||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-10T02:15:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:16:09.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:16:09.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:16:59.442Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:16:59.443Z||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-10T02:16:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:16:59.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:16:59.458Z||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-10T02:16:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:17:09.040Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:17:09.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:17:59.447Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:17:59.448Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T02:17:59.449Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:17:59.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:17:59.458Z||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-10T02:17:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:18:09.083Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:18:09.096Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:18:59.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:18:59.448Z||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-10T02:18:59.450Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:18:59.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:18:59.458Z||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-10T02:18:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:19:09.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:19:09.030Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:19:59.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:19:59.444Z||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-10T02:19:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:19:59.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:19:59.459Z||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-10T02:19:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:20:09.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:20:09.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:20:59.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:20:59.443Z||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-10T02:20:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:20:59.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:20:59.459Z||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-10T02:20:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:21:09.001Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:21:09.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:21:59.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:21:59.447Z||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-10T02:21:59.447Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:21:59.457Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:21:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T02:21:59.459Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:22:09.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:22:09.052Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:22:59.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:22:59.444Z||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-10T02:22:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:22:59.458Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:22:59.459Z||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-10T02:22:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:23:09.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:23:09.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:23:59.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:23:59.443Z||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-10T02:23:59.443Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:23:59.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:23:59.466Z||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-10T02:23:59.466Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:24:09.008Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:24:09.029Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:24:59.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:24:59.444Z||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-10T02:24:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:24:59.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:24:59.459Z||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-10T02:24:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:25:09.029Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:25:09.046Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:25:59.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:25:59.443Z||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-10T02:25:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:25:59.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:25:59.458Z||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-10T02:25:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:26:09.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:26:09.054Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:26:59.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:26:59.444Z||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-10T02:26:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:26:59.457Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:26:59.459Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T02:26:59.459Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:27:09.056Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:27:09.089Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:27:59.445Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:27:59.461Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:27:59.490Z||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-10T02:27:59.490Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:27:59.492Z||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-10T02:27:59.493Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:28:09.107Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:28:09.115Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:28:59.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:28:59.445Z||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-10T02:28:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:28:59.458Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:28:59.459Z||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-10T02:28:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:29:09.023Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:29:09.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:29:59.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:29:59.444Z||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-10T02:29:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:29:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:29:59.458Z||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-10T02:29:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:30:09.068Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:30:09.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:30:59.442Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:30:59.444Z||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-10T02:30:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:30:59.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:30:59.459Z||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-10T02:30:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:31:00.148Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:31:00.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "cds", "timestamp": 1662777028195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "multicloud-k8s-id", "timestamp": 1662777029211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.157Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:31:00.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662777025858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "cds", "timestamp": 1662777028195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9203da86-17a4-4033-93d0-295749749455","serviceName":"Demo_pNF_FAv0h4yfDcruPxc0GsmF","serviceVersion":"1.0","serviceUUID":"42b7950a-c218-40a4-978b-bd61e3b07c74","serviceDescription":"catalog service description","serviceInvariantUUID":"5890c20f-2de5-4df1-8a94-6149103fc7b5","resources":[{"resourceInstanceName":"pNF d59c9764-82b0 0","resourceName":"pNF d59c9764-82b0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fc54ef27-6653-4337-8300-baf1c251c9c3","resourceInvariantUUID":"36e22b7d-a330-4881-b076-b21862a65a9a","resourceCustomizationUUID":"d1811599-fd5a-451a-b48d-83ae675aad74","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/vf-license-model.xml","artifactChecksum":"ZDhjZDRjZTc2ZGNlZGRhMTRhMWMyMzQzZWJhZGVlOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a076260-17b1-4713-bf55-20d8209004aa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/pNF.csar","artifactChecksum":"OWQ3Y2EwYWY2YWM2YjM0MWJmMmZmNGRjYmYwZjdiZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"12dc0489-209d-4e25-ba2a-15965ef1a82a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c5e15439-5262-478e-88a2-6be961a3c31f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/vendor-license-model.xml","artifactChecksum":"ODIxMWM1OTdjZThiNmQ4ZDJmNmNmZDQ5MmE5YzZmYzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3394d3e7-c259-419c-a77e-b8128897f263","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55b94883-c942-4df7-bfc6-842db0da7e7f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d47ac1b-abc3-4e28-85fc-806c5a18c288","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFav0h4yfdcrupxc0gsmf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-template.yml","artifactChecksum":"ODQxNzYwNGUwNDhiMzg0Y2Y5YjZjNzI4ZjRhMmY4MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e13402c8-c41a-419c-8b48-985234892be0","artifactVersion":"1"},{"artifactName":"service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar","artifactChecksum":"OWIzNTUzNDcyYmFmYWE5Njc5MzM5OGFmOTJhZjBkN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32709936-c872-43a6-9c9f-6efd810037d4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-10T02:31:00.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662777025858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "multicloud-k8s-id", "timestamp": 1662777029211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "cds", "timestamp": 1662777028195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662777025858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "multicloud-k8s-id", "timestamp": 1662777029211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "cds", "timestamp": 1662777028195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662777025858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "multicloud-k8s-id", "timestamp": 1662777029211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "cds", "timestamp": 1662777028195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662777025858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "multicloud-k8s-id", "timestamp": 1662777029211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "aai-ml", "timestamp": 1662777033539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.169Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T02:31:00.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "cds", "timestamp": 1662777028195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662777025858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.170Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:31:00.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "multicloud-k8s-id", "timestamp": 1662777029211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "aai-ml", "timestamp": 1662777033539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "cds", "timestamp": 1662777028195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662777025858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "multicloud-k8s-id", "timestamp": 1662777029211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "aai-ml", "timestamp": 1662777033539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.178Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:31:00.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "cds", "timestamp": 1662777028195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "status": "NOTIFIED" } 2022-09-10T02:31:00.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662777025858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "status": "NOTIFIED" } 2022-09-10T02:31:00.178Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777059442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "multicloud-k8s-id", "timestamp": 1662777029211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "status": "NOTIFIED" } 2022-09-10T02:31:00.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "aai-ml", "timestamp": 1662777033539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "aai-ml", "timestamp": 1662777033539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "cds", "timestamp": 1662777038852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T02:31:00.200Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:31:00.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662777038706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T02:31:00.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:31:00.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "aai-ml", "timestamp": 1662777033539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "aai-ml", "timestamp": 1662777033539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:00.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "aai-ml", "timestamp": 1662777033539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "status": "NOTIFIED" } 2022-09-10T02:31:00.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:31:00.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662777042058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T02:31:00.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:31:00.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "aai-ml", "timestamp": 1662777042672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T02:31:00.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:31:00.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662777043101, "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-10T02:31:00.283Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-09-10T02:31:00.285Z||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-10T02:31:00.285Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:31:00.304Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9203da86-17a4-4033-93d0-295749749455 2022-09-10T02:31:00.304Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9203da86-17a4-4033-93d0-295749749455 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=? 2022-09-10T02:31:00.322Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:31:00.324Z||pool-19-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-10T02:31:00.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "aai-ml", "timestamp": 1662777043687, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "status": "DEPLOY_ERROR" } 2022-09-10T02:31:00.365Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:31:00.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "aai-ml", "timestamp": 1662777044699, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "status": "DEPLOY_ERROR" } 2022-09-10T02:31:00.371Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:31:00.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:00.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "aai-ml", "timestamp": 1662777045710, "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-10T02:31:00.409Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9203da86-17a4-4033-93d0-295749749455 2022-09-10T02:31:00.410Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9203da86-17a4-4033-93d0-295749749455 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-10T02:31:01.196Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T02:31:01.198Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:31:01.203Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:31:01.203Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777059442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:01.303Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T02:31:01.305Z||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-10T02:31:01.305Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:31:01.331Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:31:01.332Z||pool-20-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-09-10T02:31:02.205Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T02:31:02.206Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:31:02.209Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:31:02.209Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777059442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:02.309Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T02:31:02.310Z||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-10T02:31:02.310Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:31:02.344Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:31:02.344Z||pool-21-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:31:03.215Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T02:31:03.216Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:31:03.230Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:31:03.231Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777059442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:03.323Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-09-10T02:31:03.325Z||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-10T02:31:03.325Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:31:03.354Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:31:03.355Z||pool-22-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:31:04.233Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T02:31:04.245Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:31:04.256Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:31:04.257Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777059442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:04.350Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-09-10T02:31:04.352Z||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-10T02:31:04.352Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:31:04.387Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:31:04.388Z||pool-23-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-09-10T02:31:05.258Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T02:31:05.268Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:31:05.283Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:31:05.284Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777059442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:05.384Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T02:31:05.386Z||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-10T02:31:05.386Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:31:05.411Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:31:05.412Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:31:06.285Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T02:31:06.286Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:31:06.294Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:31:06.295Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777059442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:06.400Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-09-10T02:31:06.410Z||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-10T02:31:06.410Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:31:06.450Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:31:06.451Z||pool-25-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:31:07.295Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T02:31:07.297Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:31:07.302Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:31:07.303Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777059442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "status": "NOTIFIED" } 2022-09-10T02:31:07.408Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-09-10T02:31:07.410Z||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-10T02:31:07.410Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:31:07.459Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:31:07.460Z||pool-26-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1} 2022-09-10T02:31:08.316Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "serviceName": "Demo_pNF_FAv0h4yfDcruPxc0GsmF", "serviceVersion": "1.0", "serviceUUID": "42b7950a-c218-40a4-978b-bd61e3b07c74", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5890c20f-2de5-4df1-8a94-6149103fc7b5", "resources": [ { "resourceInstanceName": "pNF d59c9764-82b0 0", "resourceCustomizationUUID": "d1811599-fd5a-451a-b48d-83ae675aad74", "resourceName": "pNF d59c9764-82b0", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "fc54ef27-6653-4337-8300-baf1c251c9c3", "resourceInvariantUUID": "36e22b7d-a330-4881-b076-b21862a65a9a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "artifactChecksum": "OWIzNTUzNDcyYmFmYWE5Njc5MzM5OGFmOTJhZjBkN2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "32709936-c872-43a6-9c9f-6efd810037d4" } ], "workloadContext": "Production" } 2022-09-10T02:31:08.327Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-10T02:31:08.330Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42b7950a-c218-40a4-978b-bd61e3b07c74 ASDC 2022-09-10T02:31:08.331Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:9203da86-17a4-4033-93d0-295749749455 ServiceName:Demo_pNF_FAv0h4yfDcruPxc0GsmF ServiceVersion:1.0 ServiceUUID:42b7950a-c218-40a4-978b-bd61e3b07c74 ServiceInvariantUUID:5890c20f-2de5-4df1-8a94-6149103fc7b5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar ArtifactUUID:32709936-c872-43a6-9c9f-6efd810037d4 ArtifactChecksum:OWIzNTUzNDcyYmFmYWE5Njc5MzM5OGFmOTJhZjBkN2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d59c9764-82b0 0 ResourceCustomizationUUID:d1811599-fd5a-451a-b48d-83ae675aad74 ResourceInvariantUUID:36e22b7d-a330-4881-b076-b21862a65a9a ResourceName:pNF d59c9764-82b0 ResourceType:PNF ResourceUUID:fc54ef27-6653-4337-8300-baf1c251c9c3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-09-10T02:31:08.333Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42b7950a-c218-40a4-978b-bd61e3b07c74 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-10T02:31:08.598Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T02:31:08.601Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-10T02:31:08.601Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-10T02:31:08.602Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 32709936-c872-43a6-9c9f-6efd810037d4 from URL: /sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar 2022-09-10T02:31:08.602Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-09-10T02:31:08.603Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar 2022-09-10T02:31:09.107Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-09-10T02:31:09.111Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar 32709936-c872-43a6-9c9f-6efd810037d4 87771 2022-09-10T02:31:09.112Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar ASDC sendASDCNotification 2022-09-10T02:31:09.112Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar 2022-09-10T02:31:09.112Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T02:31:09.113Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:31:09.127Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:31:09.128Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777069112, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T02:31:09.222Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-09-10T02:31:09.224Z||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-10T02:31:09.224Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:31:09.260Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:31:09.261Z||pool-27-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:31:10.129Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T02:31:10.138Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-09-10T02:31:10.139Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 32709936-c872-43a6-9c9f-6efd810037d4, URL: /sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar to file: /app/ASDC/1/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar 2022-09-10T02:31:10.141Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar 2022-09-10T02:31:10.142Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar 2022-09-10T02:31:10.143Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar 2022-09-10T02:31:10.649Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP51477198097294703/Definitions/service-DemoPnfFav0h4yfdcrupxc0gsmf-template.yml 2022-09-10T02:31:13.185Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-10T02:31:13.186Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-10T02:31:13.187Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar 2022-09-10T02:31:13.187Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-10T02:31:13.187Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d59c9764-82b0 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-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar 2022-09-10T02:31:13.188Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||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-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar 2022-09-10T02:31:13.188Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar 2022-09-10T02:31:13.188Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||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-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar 2022-09-10T02:31:13.188Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||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-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar 2022-09-10T02:31:13.188Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||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-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar 2022-09-10T02:31:13.189Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||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-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar 2022-09-10T02:31:13.189Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-09-10T02:31:13.189Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:31:13.190Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FAv0h4yfDcruPxc0GsmF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:31:13.190Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Node template pNF d59c9764-82b0 0 is matching search criteria 2022-09-10T02:31:13.191Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-10T02:31:13.191Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF d59c9764-82b0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T02:31:13.192Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:31:13.192Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FAv0h4yfDcruPxc0GsmF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:31:13.192Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Node template pNF d59c9764-82b0 0 is matching search criteria 2022-09-10T02:31:13.193Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-09-10T02:31:13.212Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF d59c9764-82b0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T02:31:13.213Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:31:13.213Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FAv0h4yfDcruPxc0GsmF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:31:13.213Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:31:13.214Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FAv0h4yfDcruPxc0GsmF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:31:13.214Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:31:13.215Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FAv0h4yfDcruPxc0GsmF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:31:13.215Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:31:13.215Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FAv0h4yfDcruPxc0GsmF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:31:13.216Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:31:13.216Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FAv0h4yfDcruPxc0GsmF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:31:13.216Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_FAv0h4yfDcruPxc0GsmF Description:catalog service description Model UUID:42b7950a-c218-40a4-978b-bd61e3b07c74 Model Version:NULL Model InvariantUuid:5890c20f-2de5-4df1-8a94-6149103fc7b5 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-10T02:31:13.326Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: fc54ef27-6653-4337-8300-baf1c251c9c3 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-10T02:31:13.339Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||pNF d59c9764-82b0 0 2022-09-10T02:31:13.340Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fc54ef27-6653-4337-8300-baf1c251c9c3 2022-09-10T02:31:13.351Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 42b7950a-c218-40a4-978b-bd61e3b07c74 2022-09-10T02:31:13.352Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 42b7950a-c218-40a4-978b-bd61e3b07c74 2022-09-10T02:31:13.352Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d59c9764-82b0 0 fc54ef27-6653-4337-8300-baf1c251c9c3 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-10T02:31:13.408Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@706124fe, org.onap.sdc.toscaparser.api.parameters.Input@6fb7e1f7, org.onap.sdc.toscaparser.api.parameters.Input@b127ae5, org.onap.sdc.toscaparser.api.parameters.Input@48106e9b, org.onap.sdc.toscaparser.api.parameters.Input@312ff5b3] 2022-09-10T02:31:13.409Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:31:13.409Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FAv0h4yfDcruPxc0GsmF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:31:13.410Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 42b7950a-c218-40a4-978b-bd61e3b07c74: pNF d59c9764-82b0 2022-09-10T02:31:13.410Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Processing PNF resource: fc54ef27-6653-4337-8300-baf1c251c9c3 2022-09-10T02:31:13.410Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T02:31:13.411Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FAv0h4yfDcruPxc0GsmF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T02:31:13.411Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Resource customization UUID: d1811599-fd5a-451a-b48d-83ae675aad74 is the same as notified resource customizationUUID: d1811599-fd5a-451a-b48d-83ae675aad74 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-10T02:31:13.738Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d59c9764-82b0 fc54ef27-6653-4337-8300-baf1c251c9c3 0 ASDC deployResourceStructure 2022-09-10T02:31:13.743Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar ASDC sendASDCNotification 2022-09-10T02:31:13.743Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar 2022-09-10T02:31:13.751Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T02:31:13.752Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:31:13.761Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:31:13.761Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777073742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T02:31:13.874Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms 2022-09-10T02:31:13.877Z||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-10T02:31:13.878Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:31:13.906Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:31:13.907Z||pool-28-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-09-10T02:31:14.763Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9203da86-17a4-4033-93d0-295749749455 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-10T02:31:14.849Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9203da86-17a4-4033-93d0-295749749455 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-10T02:31:14.863Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T02:31:14.863Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-10T02:31:14.865Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-10T02:31:14.865Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-10T02:31:14.867Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-09-10T02:31:14.867Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||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-10T02:31:14.914Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-10T02:31:44.916Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9203da86-17a4-4033-93d0-295749749455 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-10T02:31:44.955Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9203da86-17a4-4033-93d0-295749749455 and serviceModelVersionId: 42b7950a-c218-40a4-978b-bd61e3b07c74 2022-09-10T02:31:44.971Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5890c20f-2de5-4df1-8a94-6149103fc7b5 2022-09-10T02:31:44.973Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5890c20f-2de5-4df1-8a94-6149103fc7b5/model-vers/model-ver/42b7950a-c218-40a4-978b-bd61e3b07c74?depth=0 2022-09-10T02:31:44.990Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-09-10T02:31:45.158Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5890c20f-2de5-4df1-8a94-6149103fc7b5/model-vers/model-ver/42b7950a-c218-40a4-978b-bd61e3b07c74?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-10T02:31:45.171Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5890c20f-2de5-4df1-8a94-6149103fc7b5/model-vers/model-ver/42b7950a-c218-40a4-978b-bd61e3b07c74?depth=0|INFO|500||Invoke 2022-09-10T02:31:45.190Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5890c20f-2de5-4df1-8a94-6149103fc7b5/model-vers/model-ver/42b7950a-c218-40a4-978b-bd61e3b07c74?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-09-10T02:31:45.199Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5890c20f-2de5-4df1-8a94-6149103fc7b5/model-vers/model-ver/42b7950a-c218-40a4-978b-bd61e3b07c74?depth=0|INFO|503|Service Unavailable|InvokeReturn 2022-09-10T02:31:45.200Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5890c20f-2de5-4df1-8a94-6149103fc7b5/model-vers/model-ver/42b7950a-c218-40a4-978b-bd61e3b07c74?depth=0 has http status code:503 and response headers:{date=[Sat, 10 Sep 2022 02:31:45 GMT], server=[envoy], content-length=[145], content-type=[text/plain]} 2022-09-10T02:31:45.211Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-10T02:31:45.214Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9203da86-17a4-4033-93d0-295749749455 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-10T02:31:45.214Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=9203da86-17a4-4033-93d0-295749749455 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-10T02:31:45.215Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=9203da86-17a4-4033-93d0-295749749455 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-10T02:31:45.215Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9203da86-17a4-4033-93d0-295749749455 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-10T02:31:45.254Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||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-10T02:31:45.255Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9203da86-17a4-4033-93d0-295749749455 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=9203da86-17a4-4033-93d0-295749749455 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-10T02:31:45.256Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-09-10T02:31:45.257Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-09-10T02:31:45.279Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T02:31:45.281Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777105256, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d9203da86-17a4-4033-93d0-295749749455 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111" } 2022-09-10T02:31:45.378Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-09-10T02:31:45.380Z||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-10T02:31:45.381Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T02:31:45.410Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:31:45.411Z||pool-29-thread-1|||||INFO|500||cambria reply ok (32 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-10T02:31:59.443Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:31:59.444Z||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-10T02:31:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:31:59.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:31:59.459Z||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-10T02:31:59.461Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:31:59.661Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:31:59.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-09-10T02:31:59.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777059442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:31:59.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-09-10T02:32:09.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:32:59.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:32:59.443Z||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-10T02:32:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:32:59.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:32:59.458Z||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-10T02:32:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:33:00.052Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:33:00.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T02:33:00.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777059442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T02:33:00.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-10T02:33:00.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T02:33:00.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777059442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T02:33:00.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-10T02:33:00.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T02:33:00.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777059442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T02:33:00.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-10T02:33:00.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T02:33:00.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777059442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T02:33:00.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-10T02:33:00.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T02:33:00.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777059442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/resourceInstances/pnfd59c976482b00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T02:33:00.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-10T02:33:00.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T02:33:00.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777059442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T02:33:00.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-10T02:33:00.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T02:33:00.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777059442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "status": "NOTIFIED" } 2022-09-10T02:33:00.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-10T02:33:00.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T02:33:00.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777069112, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T02:33:00.061Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:33:00.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T02:33:00.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777073742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFav0h4yfdcrupxc0gsmf/1.0/artifacts/service-DemoPnfFav0h4yfdcrupxc0gsmf-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T02:33:00.062Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:33:00.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T02:33:00.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9203da86-17a4-4033-93d0-295749749455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662777105256, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d9203da86-17a4-4033-93d0-295749749455 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111" } 2022-09-10T02:33:00.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T02:33:09.052Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:33:59.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:33:59.446Z||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-10T02:33:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:33:59.457Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:33:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T02:33:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:34:09.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:34:09.020Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:34:59.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:34:59.443Z||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-10T02:34:59.443Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:34:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:34:59.458Z||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-10T02:34:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:35:09.039Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:35:09.044Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:35:59.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:35:59.444Z||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-10T02:35:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:35:59.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:35:59.458Z||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-10T02:35:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:36:09.017Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:36:09.029Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:36:59.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:36:59.452Z||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-10T02:36:59.453Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:36:59.457Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:36:59.458Z||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-10T02:36:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:37:09.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:37:09.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:37:59.443Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:37:59.444Z||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-10T02:37:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:37:59.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:37:59.459Z||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-10T02:37:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:38:09.096Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:38:09.146Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:38:59.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:38:59.444Z||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-10T02:38:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:38:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:38:59.459Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T02:38:59.459Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:39:09.092Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:39:09.147Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:39:59.443Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:39:59.445Z||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-10T02:39:59.447Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:39:59.457Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:39:59.459Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T02:39:59.459Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:40:09.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:40:09.119Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:40:59.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:40:59.443Z||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-10T02:40:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:40:59.458Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:40:59.459Z||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-10T02:40:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:41:09.063Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:41:09.114Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:41:59.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:41:59.444Z||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-10T02:41:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:41:59.457Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:41:59.459Z|9203da86-17a4-4033-93d0-295749749455|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-10T02:41:59.459Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:42:09.058Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:42:09.063Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:42:59.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:42:59.478Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:42:59.479Z|9203da86-17a4-4033-93d0-295749749455|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-10T02:42:59.479Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:42:59.454Z||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-10T02:42:59.504Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:43:09.086Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:43:09.087Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:43:59.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:43:59.444Z||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-10T02:43:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:43:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:43:59.459Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T02:43:59.459Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:44:09.023Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:44:09.064Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:44:59.443Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:44:59.446Z||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-10T02:44:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:44:59.470Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:44:59.473Z||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-10T02:44:59.473Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:45:09.059Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:45:09.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:45:59.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:45:59.444Z||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-10T02:45:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:45:59.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:45:59.459Z||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-10T02:45:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:46:09.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:46:09.104Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:46:59.443Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:46:59.448Z||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-10T02:46:59.448Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:46:59.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:46:59.460Z||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-10T02:46:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:47:09.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:47:09.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:47:59.443Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:47:59.444Z||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-10T02:47:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:47:59.459Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:47:59.460Z|9203da86-17a4-4033-93d0-295749749455|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-10T02:47:59.460Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:48:09.050Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:48:09.051Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:48:59.442Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:48:59.444Z||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-10T02:48:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:48:59.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:48:59.459Z||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-10T02:48:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:49:09.016Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:49:09.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:49:59.442Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:49:59.444Z||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-10T02:49:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:49:59.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:49:59.464Z||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-10T02:49:59.465Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:50:09.057Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:50:09.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:50:59.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:50:59.447Z||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-10T02:50:59.447Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:50:59.458Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:50:59.460Z||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-10T02:50:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:51:09.022Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:51:09.052Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:51:59.443Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:51:59.447Z||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-10T02:51:59.447Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:51:59.457Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:51:59.466Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T02:51:59.467Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:52:09.019Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:52:09.065Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:52:59.443Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:52:59.446Z|9203da86-17a4-4033-93d0-295749749455|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-10T02:52:59.446Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:52:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:52:59.458Z||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-10T02:52:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:53:09.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:53:09.024Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:53:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:53:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T02:53:59.444Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:53:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:53:59.459Z||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-10T02:53:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:54:09.074Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:54:09.087Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:54:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:54:59.443Z|9203da86-17a4-4033-93d0-295749749455|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-10T02:54:59.444Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:54:59.457Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:54:59.458Z||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-10T02:54:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:55:09.035Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:55:09.065Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:55:59.443Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:55:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T02:55:59.444Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:55:59.458Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:55:59.459Z||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-10T02:55:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:56:09.041Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:56:09.049Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:56:59.443Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:56:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T02:56:59.444Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:56:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:56:59.458Z||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-10T02:56:59.463Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:57:09.044Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:57:09.060Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:57:59.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:57:59.444Z||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-10T02:57:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:57:59.458Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:57:59.459Z||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-10T02:57:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:58:09.026Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:58:09.042Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:58:59.443Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:58:59.445Z||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-10T02:58:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:58:59.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:58:59.458Z||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-10T02:58:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:59:09.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:59:09.045Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T02:59:59.442Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:59:59.444Z||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-10T02:59:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T02:59:59.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T02:59:59.458Z||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-10T02:59:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:00:09.087Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:00:09.096Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:00:59.443Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:00:59.446Z||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-10T03:00:59.446Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:00:59.457Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:00:59.458Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:00:59.459Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:01:09.041Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:01:09.055Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:01:59.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:01:59.444Z||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-10T03:01:59.445Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:01:59.457Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:01:59.458Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:01:59.459Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:02:00.166Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:02:00.171Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.171Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "cds", "timestamp": 1662778888195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.175Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.176Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.176Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "aai-ml", "timestamp": 1662778893539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.178Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.179Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.179Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662778885862, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.179Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.180Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.180Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "multicloud-k8s-id", "timestamp": 1662778889218, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.180Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.180Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.181Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "cds", "timestamp": 1662778888195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.183Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.183Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.184Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "aai-ml", "timestamp": 1662778893539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.184Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.184Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.184Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662778885862, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.185Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.186Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.186Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "multicloud-k8s-id", "timestamp": 1662778889218, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.187Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.187Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.188Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "cds", "timestamp": 1662778888195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.188Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.188Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.188Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "aai-ml", "timestamp": 1662778893539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.189Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.189Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.189Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662778885862, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.189Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.190Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.190Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "multicloud-k8s-id", "timestamp": 1662778889218, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.190Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.190Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.190Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "cds", "timestamp": 1662778888195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.191Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.191Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.191Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "aai-ml", "timestamp": 1662778893539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.191Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.192Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.192Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662778885862, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.192Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.192Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.192Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "multicloud-k8s-id", "timestamp": 1662778889218, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.193Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.193Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.194Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "cds", "timestamp": 1662778888195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.195Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.197Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.198Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662778885862, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.198Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.199Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.199Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "aai-ml", "timestamp": 1662778893539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.199Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.199Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.199Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "multicloud-k8s-id", "timestamp": 1662778889218, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.200Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.201Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.201Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "cds", "timestamp": 1662778888195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.201Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.201Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.202Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662778885862, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.202Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.202Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.203Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "aai-ml", "timestamp": 1662778893539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.203Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.203Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.204Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "multicloud-k8s-id", "timestamp": 1662778889218, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.205Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.208Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.209Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "cds", "timestamp": 1662778888195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.209Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.210Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.211Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662778885862, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.212Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.212Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.213Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "aai-ml", "timestamp": 1662778893539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.214Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.214Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.214Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "multicloud-k8s-id", "timestamp": 1662778889218, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:00.215Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.215Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.215Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "cds", "timestamp": 1662778888195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "status": "NOTIFIED" } 2022-09-10T03:02:00.216Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.216Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.216Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "aai-ml", "timestamp": 1662778893539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "status": "NOTIFIED" } 2022-09-10T03:02:00.217Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.217Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.217Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662778885862, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "status": "NOTIFIED" } 2022-09-10T03:02:00.218Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.219Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.219Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "multicloud-k8s-id", "timestamp": 1662778889218, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "status": "NOTIFIED" } 2022-09-10T03:02:00.223Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:02:00.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"93f89ad0-ec94-43df-aa64-172659169ded","serviceName":"Demo_pNF_704NUpbCQVjFQ0hIQYUj","serviceVersion":"1.0","serviceUUID":"b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847","serviceDescription":"catalog service description","serviceInvariantUUID":"6a97cdf6-e8b2-4b9f-b7cd-d37327bc5163","resources":[{"resourceInstanceName":"pNF 85442eb5-e19a 0","resourceName":"pNF 85442eb5-e19a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"59a2731c-051f-4812-be22-464950cba060","resourceInvariantUUID":"26e9bbbb-0630-4408-a0d4-bf4896f78e5b","resourceCustomizationUUID":"144b0da3-3066-4e6b-9e48-5a43b79ac2c1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/vf-license-model.xml","artifactChecksum":"ZDBjMzRiYmJiYjVkYjU3NjlhYzgzNTE4ZTNkZGFjZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ffda91bf-90e5-4406-890e-6cfe8f1f10db","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/pNF.csar","artifactChecksum":"OWQ3Y2EwYWY2YWM2YjM0MWJmMmZmNGRjYmYwZjdiZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad941895-3dca-45cd-801b-7b7ffde3d5bc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb6401ad-92ed-46c5-894e-e4caaf407edb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/vendor-license-model.xml","artifactChecksum":"NWM5NmEzZDM0NTY4YzczOTRiMzdmODY4Y2NkNjBhOTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"28db6fc1-0365-4625-bb04-a31f24c258aa","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c4261f9-ebb1-419e-8254-cd4d46be69c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"72da5cb9-4473-4848-a225-d410285681a1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf704nupbcqvjfq0hiqyuj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-template.yml","artifactChecksum":"MTFmNDQ4N2RiNWI2Njg0MzU3MzdmZDQ1ZTFhNjhiZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c96cb1cb-40e8-4d8b-a2a6-c8799f94c4a3","artifactVersion":"1"},{"artifactName":"service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar","artifactChecksum":"ZDQzNDVlYTc0MDNmZjQwYTJjOGRkZWRiNjRmOWQwNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b5ed2a58-0079-4777-b2c4-3c09b4b5ae3d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-09-10T03:02:00.221Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-09-10T03:02:00.238Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.238Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "cds", "timestamp": 1662778903651, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T03:02:00.238Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T03:02:00.238Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.239Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662778903816, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T03:02:00.239Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T03:02:00.239Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.239Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "aai-ml", "timestamp": 1662778903442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T03:02:00.240Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T03:02:00.240Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.241Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "aai-ml", "timestamp": 1662778904458, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "status": "DEPLOY_ERROR" } 2022-09-10T03:02:00.240Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T03:02:00.241Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T03:02:00.243Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.243Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "aai-ml", "timestamp": 1662778905467, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "status": "DEPLOY_ERROR" } 2022-09-10T03:02:00.242Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T03:02:00.243Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T03:02:00.245Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.246Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "aai-ml", "timestamp": 1662778906474, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "componentName": "AAI" } 2022-09-10T03:02:00.253Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T03:02:00.254Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778919442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 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-10T03:02:00.368Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms 2022-09-10T03:02:00.369Z||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-10T03:02:00.370Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-09-10T03:02:00.436Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 93f89ad0-ec94-43df-aa64-172659169ded 2022-09-10T03:02:00.437Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93f89ad0-ec94-43df-aa64-172659169ded and ComponentName AAI 2022-09-10T03:02:00.438Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:02:00.440Z||pool-30-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":1,"count":1} 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-10T03:02:00.534Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.535Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662778907901, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T03:02:00.536Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T03:02:00.536Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-09-10T03:02:00.538Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1662778908913, "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-10T03:02:00.576Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93f89ad0-ec94-43df-aa64-172659169ded 2022-09-10T03:02:00.577Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93f89ad0-ec94-43df-aa64-172659169ded 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-10T03:02:01.256Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T03:02:01.259Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T03:02:01.268Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T03:02:01.268Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778919442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:01.369Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-09-10T03:02:01.371Z||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-10T03:02:01.371Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T03:02:01.395Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:02:01.396Z||pool-31-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-09-10T03:02:02.269Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T03:02:02.270Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T03:02:02.275Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T03:02:02.275Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778919442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:02.381Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-09-10T03:02:02.382Z||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-10T03:02:02.382Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T03:02:02.407Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:02:02.408Z||pool-32-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-09-10T03:02:03.276Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T03:02:03.277Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T03:02:03.287Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T03:02:03.289Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778919442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:03.388Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-09-10T03:02:03.389Z||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-10T03:02:03.389Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T03:02:03.412Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:02:03.416Z||pool-33-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-09-10T03:02:04.290Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T03:02:04.291Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T03:02:04.296Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T03:02:04.296Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778919442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:04.395Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-09-10T03:02:04.396Z||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-10T03:02:04.396Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T03:02:04.425Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:02:04.426Z||pool-34-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-09-10T03:02:05.297Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T03:02:05.299Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T03:02:05.303Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T03:02:05.304Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778919442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:05.409Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-09-10T03:02:05.410Z||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-10T03:02:05.410Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T03:02:05.434Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:02:05.435Z||pool-35-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-09-10T03:02:06.304Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T03:02:06.306Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T03:02:06.309Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T03:02:06.310Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778919442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:06.411Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-10T03:02:06.412Z||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-10T03:02:06.412Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T03:02:06.438Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:02:06.440Z||pool-36-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-09-10T03:02:07.310Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-09-10T03:02:07.311Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T03:02:07.318Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T03:02:07.318Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778919442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "status": "NOTIFIED" } 2022-09-10T03:02:07.419Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-10T03:02:07.420Z||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-10T03:02:07.421Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T03:02:07.447Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:02:07.448Z||pool-37-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-09-10T03:02:08.333Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "serviceName": "Demo_pNF_704NUpbCQVjFQ0hIQYUj", "serviceVersion": "1.0", "serviceUUID": "b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6a97cdf6-e8b2-4b9f-b7cd-d37327bc5163", "resources": [ { "resourceInstanceName": "pNF 85442eb5-e19a 0", "resourceCustomizationUUID": "144b0da3-3066-4e6b-9e48-5a43b79ac2c1", "resourceName": "pNF 85442eb5-e19a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "59a2731c-051f-4812-be22-464950cba060", "resourceInvariantUUID": "26e9bbbb-0630-4408-a0d4-bf4896f78e5b", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "artifactChecksum": "ZDQzNDVlYTc0MDNmZjQwYTJjOGRkZWRiNjRmOWQwNjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b5ed2a58-0079-4777-b2c4-3c09b4b5ae3d" } ], "workloadContext": "Production" } 2022-09-10T03:02:08.333Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-09-10T03:02:08.334Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847 ASDC 2022-09-10T03:02:08.335Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:93f89ad0-ec94-43df-aa64-172659169ded ServiceName:Demo_pNF_704NUpbCQVjFQ0hIQYUj ServiceVersion:1.0 ServiceUUID:b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847 ServiceInvariantUUID:6a97cdf6-e8b2-4b9f-b7cd-d37327bc5163 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar ArtifactUUID:b5ed2a58-0079-4777-b2c4-3c09b4b5ae3d ArtifactChecksum:ZDQzNDVlYTc0MDNmZjQwYTJjOGRkZWRiNjRmOWQwNjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 85442eb5-e19a 0 ResourceCustomizationUUID:144b0da3-3066-4e6b-9e48-5a43b79ac2c1 ResourceInvariantUUID:26e9bbbb-0630-4408-a0d4-bf4896f78e5b ResourceName:pNF 85442eb5-e19a ResourceType:PNF ResourceUUID:59a2731c-051f-4812-be22-464950cba060 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-09-10T03:02:08.335Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847 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-10T03:02:08.503Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T03:02:08.526Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-09-10T03:02:08.527Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-09-10T03:02:08.528Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b5ed2a58-0079-4777-b2c4-3c09b4b5ae3d from URL: /sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar 2022-09-10T03:02:08.528Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-09-10T03:02:08.529Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar 2022-09-10T03:02:08.834Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-09-10T03:02:08.839Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar b5ed2a58-0079-4777-b2c4-3c09b4b5ae3d 87785 2022-09-10T03:02:08.842Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar ASDC sendASDCNotification 2022-09-10T03:02:08.842Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar 2022-09-10T03:02:08.846Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-09-10T03:02:08.847Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T03:02:08.852Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T03:02:08.852Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778928842, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T03:02:08.954Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-10T03:02:08.956Z||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-10T03:02:08.956Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T03:02:08.984Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:02:08.985Z||pool-38-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-09-10T03:02:09.860Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-09-10T03:02:09.861Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-09-10T03:02:09.875Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b5ed2a58-0079-4777-b2c4-3c09b4b5ae3d, URL: /sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar to file: /app/ASDC/1/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar 2022-09-10T03:02:09.875Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar 2022-09-10T03:02:09.878Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar 2022-09-10T03:02:09.878Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar 2022-09-10T03:02:10.283Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3314549938763618730/Definitions/service-DemoPnf704nupbcqvjfq0hiqyuj-template.yml 2022-09-10T03:02:12.517Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-09-10T03:02:12.518Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-09-10T03:02:12.518Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar 2022-09-10T03:02:12.518Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-09-10T03:02:12.518Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 85442eb5-e19a 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-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar 2022-09-10T03:02:12.518Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||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-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar 2022-09-10T03:02:12.518Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar 2022-09-10T03:02:12.519Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||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-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar 2022-09-10T03:02:12.519Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||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-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar 2022-09-10T03:02:12.519Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||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-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar 2022-09-10T03:02:12.519Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||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-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar 2022-09-10T03:02:12.519Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-09-10T03:02:12.519Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T03:02:12.520Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_704NUpbCQVjFQ0hIQYUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T03:02:12.520Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Node template pNF 85442eb5-e19a 0 is matching search criteria 2022-09-10T03:02:12.520Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-09-10T03:02:12.520Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 85442eb5-e19a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T03:02:12.521Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T03:02:12.521Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_704NUpbCQVjFQ0hIQYUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T03:02:12.522Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Node template pNF 85442eb5-e19a 0 is matching search criteria 2022-09-10T03:02:12.522Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-09-10T03:02:12.522Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 85442eb5-e19a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-09-10T03:02:12.522Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T03:02:12.522Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_704NUpbCQVjFQ0hIQYUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T03:02:12.523Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T03:02:12.524Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_704NUpbCQVjFQ0hIQYUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T03:02:12.525Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T03:02:12.525Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_704NUpbCQVjFQ0hIQYUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T03:02:12.526Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T03:02:12.526Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_704NUpbCQVjFQ0hIQYUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T03:02:12.526Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T03:02:12.526Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_704NUpbCQVjFQ0hIQYUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T03:02:12.527Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_704NUpbCQVjFQ0hIQYUj Description:catalog service description Model UUID:b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847 Model Version:NULL Model InvariantUuid:6a97cdf6-e8b2-4b9f-b7cd-d37327bc5163 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-10T03:02:12.620Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 59a2731c-051f-4812-be22-464950cba060 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-10T03:02:12.652Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||pNF 85442eb5-e19a 0 2022-09-10T03:02:12.653Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 59a2731c-051f-4812-be22-464950cba060 2022-09-10T03:02:12.653Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||No resources found for Service: b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847 2022-09-10T03:02:12.653Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847 2022-09-10T03:02:12.653Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 85442eb5-e19a 0 59a2731c-051f-4812-be22-464950cba060 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-10T03:02:12.731Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bad3c41, org.onap.sdc.toscaparser.api.parameters.Input@16a0793f, org.onap.sdc.toscaparser.api.parameters.Input@5a3d6819, org.onap.sdc.toscaparser.api.parameters.Input@73906126, org.onap.sdc.toscaparser.api.parameters.Input@614d1421] 2022-09-10T03:02:12.732Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T03:02:12.732Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_704NUpbCQVjFQ0hIQYUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T03:02:12.733Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847: pNF 85442eb5-e19a 2022-09-10T03:02:12.733Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||Processing PNF resource: 59a2731c-051f-4812-be22-464950cba060 2022-09-10T03:02:12.733Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-09-10T03:02:12.734Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_704NUpbCQVjFQ0hIQYUj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-09-10T03:02:12.734Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||Resource customization UUID: 144b0da3-3066-4e6b-9e48-5a43b79ac2c1 is the same as notified resource customizationUUID: 144b0da3-3066-4e6b-9e48-5a43b79ac2c1 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-10T03:02:13.330Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 85442eb5-e19a 59a2731c-051f-4812-be22-464950cba060 0 ASDC deployResourceStructure 2022-09-10T03:02:13.332Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar ASDC sendASDCNotification 2022-09-10T03:02:13.332Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar 2022-09-10T03:02:13.333Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-09-10T03:02:13.334Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T03:02:13.345Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T03:02:13.346Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778933332, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T03:02:13.448Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-09-10T03:02:13.449Z||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-10T03:02:13.450Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T03:02:13.504Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:02:13.505Z||pool-39-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1} 2022-09-10T03:02:14.347Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93f89ad0-ec94-43df-aa64-172659169ded 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-10T03:02:14.482Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93f89ad0-ec94-43df-aa64-172659169ded 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-10T03:02:14.499Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-09-10T03:02:14.500Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-09-10T03:02:14.500Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-09-10T03:02:14.500Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-09-10T03:02:14.501Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-09-10T03:02:14.501Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||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-10T03:02:14.578Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-09-10T03:02:44.579Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93f89ad0-ec94-43df-aa64-172659169ded 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-10T03:02:44.649Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93f89ad0-ec94-43df-aa64-172659169ded and serviceModelVersionId: b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847 2022-09-10T03:02:44.650Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a97cdf6-e8b2-4b9f-b7cd-d37327bc5163 2022-09-10T03:02:44.651Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a97cdf6-e8b2-4b9f-b7cd-d37327bc5163/model-vers/model-ver/b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847?depth=0 2022-09-10T03:02:44.668Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-09-10T03:02:44.911Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6a97cdf6-e8b2-4b9f-b7cd-d37327bc5163/model-vers/model-ver/b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847?depth=0|INFO|500||Invoke 2022-09-10T03:02:44.913Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6a97cdf6-e8b2-4b9f-b7cd-d37327bc5163/model-vers/model-ver/b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6a97cdf6-e8b2-4b9f-b7cd-d37327bc5163/model-vers/model-ver/b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[93f89ad0-ec94-43df-aa64-172659169ded], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bf86ad9b-ebc1-4ec8-9632-3fe1372d0060], X-ECOMP-RequestID=[93f89ad0-ec94-43df-aa64-172659169ded], X-TransactionId=[], X-ONAP-RequestID=[93f89ad0-ec94-43df-aa64-172659169ded], Content-Type=[application/merge-patch+json]} 2022-09-10T03:02:44.962Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6a97cdf6-e8b2-4b9f-b7cd-d37327bc5163/model-vers/model-ver/b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-09-10T03:02:44.988Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6a97cdf6-e8b2-4b9f-b7cd-d37327bc5163/model-vers/model-ver/b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6a97cdf6-e8b2-4b9f-b7cd-d37327bc5163/model-vers/model-ver/b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847?depth=0 has http status code:503 and response headers:{date=[Sat, 10 Sep 2022 03:02:44 GMT], server=[envoy], content-length=[145], content-type=[text/plain]} 2022-09-10T03:02:44.991Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6a97cdf6-e8b2-4b9f-b7cd-d37327bc5163/model-vers/model-ver/b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-10T03:02:44.992Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/6a97cdf6-e8b2-4b9f-b7cd-d37327bc5163/model-vers/model-ver/b3d184ce-dfc2-4d2e-8608-8fc7ccbf9847?depth=0|INFO|503|Service Unavailable|InvokeReturn 2022-09-10T03:02:45.024Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=93f89ad0-ec94-43df-aa64-172659169ded upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-10T03:02:45.031Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=93f89ad0-ec94-43df-aa64-172659169ded 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-10T03:02:45.033Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=93f89ad0-ec94-43df-aa64-172659169ded upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-10T03:02:45.033Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=93f89ad0-ec94-43df-aa64-172659169ded 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-10T03:02:45.042Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||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-10T03:02:45.042Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93f89ad0-ec94-43df-aa64-172659169ded and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=93f89ad0-ec94-43df-aa64-172659169ded upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111 2022-09-10T03:02:45.043Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-09-10T03:02:45.044Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-09-10T03:02:45.051Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-09-10T03:02:45.051Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778965043, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d93f89ad0-ec94-43df-aa64-172659169ded upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111" } 2022-09-10T03:02:45.150Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-09-10T03:02:45.151Z||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-10T03:02:45.151Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MeuSoNtY1ZXHmXol) ... 2022-09-10T03:02:45.191Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:02:45.192Z||pool-40-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-09-10T03:02:59.442Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:02:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:02:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:02:59.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:02:59.459Z||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-10T03:02:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:02:59.666Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:02:59.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T03:02:59.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778919442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T03:02:59.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-10T03:03:09.087Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:03:59.442Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:03:59.443Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:03:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:03:59.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:03:59.459Z||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-10T03:03:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:04:00.053Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:04:00.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T03:04:00.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778919442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-09-10T03:04:00.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-10T03:04:00.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T03:04:00.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778919442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-09-10T03:04:00.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-10T03:04:00.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T03:04:00.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778919442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-09-10T03:04:00.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-10T03:04:00.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T03:04:00.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778919442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T03:04:00.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-10T03:04:00.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T03:04:00.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778919442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/resourceInstances/pnf85442eb5e19a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-09-10T03:04:00.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-10T03:04:00.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T03:04:00.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778919442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-template.yml", "status": "NOT_NOTIFIED" } 2022-09-10T03:04:00.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-10T03:04:00.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T03:04:00.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778919442, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "status": "NOTIFIED" } 2022-09-10T03:04:00.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-09-10T03:04:00.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T03:04:00.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778928842, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "status": "DOWNLOAD_OK" } 2022-09-10T03:04:00.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T03:04:00.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T03:04:00.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778933332, "artifactURL": "/sdc/v1/catalog/services/DemoPnf704nupbcqvjfq0hiqyuj/1.0/artifacts/service-DemoPnf704nupbcqvjfq0hiqyuj-csar.csar", "status": "DEPLOY_OK" } 2022-09-10T03:04:00.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T03:04:00.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-09-10T03:04:00.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "93f89ad0-ec94-43df-aa64-172659169ded", "consumerID": "SO-COpenSource-Env11", "timestamp": 1662778965043, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d93f89ad0-ec94-43df-aa64-172659169ded upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111" } 2022-09-10T03:04:00.076Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-09-10T03:04:09.029Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:04:59.442Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:04:59.443Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:04:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:04:59.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:04:59.458Z||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-10T03:04:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:05:09.055Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:05:09.087Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:05:59.442Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:05:59.443Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:05:59.443Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:05:59.457Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:05:59.458Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:05:59.458Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:06:09.088Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:06:09.094Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:06:59.442Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:06:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:06:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:06:59.457Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:06:59.458Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:06:59.458Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:07:09.027Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:07:09.032Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:07:59.443Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:07:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:07:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:07:59.458Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:07:59.459Z||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-10T03:07:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:08:09.021Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:08:09.040Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:08:59.443Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:08:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:08:59.445Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:08:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:08:59.459Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T03:08:59.459Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:09:09.015Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:09:09.015Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:09:59.442Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:09:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:09:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:09:59.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:09:59.460Z||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-10T03:09:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:10:09.033Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:10:09.066Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:10:59.442Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:10:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:10:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:10:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:10:59.459Z||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-10T03:10:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:11:09.040Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:11:09.052Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:11:59.444Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:11:59.445Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:11:59.446Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:11:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:11:59.459Z||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-10T03:11:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:12:09.006Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:12:09.024Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:12:59.443Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:12:59.445Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:12:59.446Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:12:59.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:12:59.462Z||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-10T03:12:59.462Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:13:09.052Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:13:09.060Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:13:59.445Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:13:59.446Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:13:59.447Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:13:59.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:13:59.458Z||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-10T03:13:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:14:09.017Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:14:09.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:14:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:14:59.443Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:14:59.443Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:14:59.457Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:14:59.458Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:14:59.458Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:15:09.037Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:15:09.060Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:15:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:15:59.443Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:15:59.443Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:15:59.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:15:59.458Z||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-10T03:15:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:16:09.037Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:16:09.091Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:16:59.443Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:16:59.445Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:16:59.445Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:16:59.457Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:16:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T03:16:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:17:09.025Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:17:09.051Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:17:59.443Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:17:59.445Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:17:59.446Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:17:59.460Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:17:59.462Z||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-10T03:17:59.462Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:18:09.064Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:18:09.066Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:18:59.445Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:18:59.446Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:18:59.446Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:18:59.457Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:18:59.458Z||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-10T03:18:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:19:09.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:19:09.090Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:19:59.443Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:19:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:19:59.444Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:19:59.457Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:19:59.458Z||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-10T03:19:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:20:09.033Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:20:09.058Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:20:59.443Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:20:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:20:59.444Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:20:59.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:20:59.460Z||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-10T03:20:59.460Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:21:09.043Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:21:09.052Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:21:59.443Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:21:59.445Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:21:59.445Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:21:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:21:59.458Z||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-10T03:21:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:22:09.029Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:22:09.041Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:22:59.446Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:22:59.447Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:22:59.447Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:22:59.467Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:22:59.468Z||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-10T03:22:59.468Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:23:09.041Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:23:09.043Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:23:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:23:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:23:59.444Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:23:59.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:23:59.459Z||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-10T03:23:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:24:09.025Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:24:09.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:24:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:24:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:24:59.445Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:24:59.457Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:24:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T03:24:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:25:09.026Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:25:09.045Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:25:59.443Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:25:59.446Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:25:59.446Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:25:59.458Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:25:59.461Z||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-10T03:25:59.461Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:26:09.009Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:26:09.048Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:26:59.442Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:26:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:26:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:26:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:26:59.458Z||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-10T03:26:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:27:09.041Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:27:09.041Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:27:59.447Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:27:59.449Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:27:59.450Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:27:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:27:59.458Z||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-10T03:27:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:28:09.031Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:28:09.058Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:28:59.442Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:28:59.443Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:28:59.443Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:28:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:28:59.458Z||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-10T03:28:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:29:09.049Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:29:09.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:29:59.442Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:29:59.446Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:29:59.446Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:29:59.458Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:29:59.466Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:29:59.466Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:30:09.060Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:30:09.062Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:30:59.442Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:30:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:30:59.447Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:30:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:30:59.458Z||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-10T03:30:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:31:09.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:31:09.067Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:31:59.443Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:31:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:31:59.445Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:31:59.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:31:59.458Z||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-10T03:31:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:32:09.043Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:32:09.134Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:32:59.442Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:32:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:32:59.444Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:32:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:32:59.458Z||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-10T03:32:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:33:09.022Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:33:09.064Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:33:59.442Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:33:59.445Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:33:59.445Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:33:59.460Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:33:59.461Z||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-10T03:33:59.461Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:34:09.055Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:34:09.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:34:59.443Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:34:59.450Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:34:59.450Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:34:59.457Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:34:59.458Z||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-10T03:34:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:35:09.158Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:35:09.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:35:59.444Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:35:59.446Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:35:59.446Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:35:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:35:59.458Z||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-10T03:35:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:36:09.023Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:36:09.033Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:36:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:36:59.443Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:36:59.444Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:36:59.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:36:59.458Z||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-10T03:36:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:37:09.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:37:09.080Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:37:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:37:59.443Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:37:59.443Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:37:59.457Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:37:59.459Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:37:59.461Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:38:09.015Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:38:09.137Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:38:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:38:59.443Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:38:59.444Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:38:59.457Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:38:59.458Z||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-10T03:38:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:39:09.046Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:39:09.062Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:39:59.445Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:39:59.447Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:39:59.447Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:39:59.457Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:39:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T03:39:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:40:09.035Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:40:09.050Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:40:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:40:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:40:59.445Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:40:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:40:59.458Z||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-10T03:40:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:41:09.016Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:41:09.034Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:41:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:41:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:41:59.445Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:41:59.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:41:59.458Z||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-10T03:41:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:42:09.007Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:42:09.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:42:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:42:59.443Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:42:59.443Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:42:59.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:42:59.464Z||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-10T03:42:59.464Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:43:09.018Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:43:09.032Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:43:59.443Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:43:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:43:59.444Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:43:59.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:43:59.458Z||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-10T03:43:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:44:09.029Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:44:09.051Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:44:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:44:59.443Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:44:59.443Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:44:59.457Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:44:59.459Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T03:44:59.459Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:45:09.040Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:45:09.062Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:45:59.444Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:45:59.446Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:45:59.446Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:45:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:45:59.458Z||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-10T03:45:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:46:09.040Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:46:09.041Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:46:59.443Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:46:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:46:59.444Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:46:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:46:59.458Z||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-10T03:46:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:47:09.016Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:47:09.029Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:47:59.443Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:47:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:47:59.445Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:47:59.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:47:59.459Z||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-10T03:47:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:48:09.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:48:09.051Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:48:59.443Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:48:59.446Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:48:59.446Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:48:59.457Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:48:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T03:48:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:49:09.021Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:49:09.027Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:49:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:49:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:49:59.444Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:49:59.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:49:59.458Z||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-10T03:49:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:50:09.045Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:50:09.063Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:50:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:50:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:50:59.445Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:50:59.457Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:50:59.458Z||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-10T03:50:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:51:09.052Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:51:09.056Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:51:59.442Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:51:59.444Z||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-10T03:51:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:51:59.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:51:59.458Z||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-10T03:51:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:52:09.015Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:52:09.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:52:59.442Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:52:59.444Z||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-10T03:52:59.444Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:52:59.458Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:52:59.459Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:52:59.459Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:53:09.054Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:53:09.088Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:53:59.453Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:53:59.454Z||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-10T03:53:59.454Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:53:59.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:53:59.463Z||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-10T03:53:59.463Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:54:09.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:54:09.096Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:54:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:54:59.443Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:54:59.443Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:54:59.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:54:59.458Z||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-10T03:54:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:55:09.057Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:55:09.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:55:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:55:59.443Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:55:59.443Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:55:59.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:55:59.458Z||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-10T03:55:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:56:09.046Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:56:09.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:56:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:56:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:56:59.445Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:56:59.457Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:56:59.458Z|93f89ad0-ec94-43df-aa64-172659169ded|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-10T03:56:59.458Z|93f89ad0-ec94-43df-aa64-172659169ded|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:57:09.055Z|93f89ad0-ec94-43df-aa64-172659169ded|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:57:09.057Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:57:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:57:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:57:59.446Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:57:59.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:57:59.460Z||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-10T03:57:59.462Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:58:09.048Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:58:09.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:58:59.449Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:58:59.450Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:58:59.451Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:58:59.469Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:58:59.472Z||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-10T03:58:59.473Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:59:09.037Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:59:09.061Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T03:59:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:59:59.443Z|9203da86-17a4-4033-93d0-295749749455|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-10T03:59:59.444Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T03:59:59.457Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T03:59:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T03:59:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T04:00:09.072Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T04:00:09.078Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T04:00:59.443Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T04:00:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T04:00:59.444Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T04:00:59.457Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T04:00:59.459Z||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-10T04:00:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T04:01:09.017Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T04:01:09.019Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T04:01:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T04:01:59.443Z|9203da86-17a4-4033-93d0-295749749455|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-10T04:01:59.443Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T04:01:59.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T04:01:59.458Z||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-10T04:01:59.458Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T04:02:09.046Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T04:02:09.049Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T04:02:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T04:02:59.443Z|9203da86-17a4-4033-93d0-295749749455|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-10T04:02:59.443Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T04:02:59.460Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T04:02:59.461Z||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-10T04:02:59.461Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T04:03:09.041Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T04:03:09.047Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T04:03:59.442Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T04:03:59.443Z|9203da86-17a4-4033-93d0-295749749455|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-10T04:03:59.443Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T04:03:59.457Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T04:03:59.458Z||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-10T04:03:59.459Z||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 MeuSoNtY1ZXHmXol) ... 2022-09-10T04:04:09.034Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T04:04:09.051Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T04:04:59.443Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T04:04:59.444Z|9203da86-17a4-4033-93d0-295749749455|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-10T04:04:59.444Z|9203da86-17a4-4033-93d0-295749749455|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T04:04:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-09-10T04:04:59.458Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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-10T04:04:59.459Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|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 MeuSoNtY1ZXHmXol) ... 2022-09-10T04:05:09.050Z|9203da86-17a4-4033-93d0-295749749455|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-09-10T04:05:09.140Z|19079bab-6069-4d2a-9cfb-ef2e9ff7b91a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK