Results

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-22T18:59:54.952Z||main|||||INFO|500||The following profiles are active: basic
2022-09-22T19:00:09.530Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-22T19:00:09.531Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-22T19:00:09.660Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-22T19:00:13.548Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-22T19:00:13.958Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-22T19:00:14.485Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-22T19:00:14.528Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-22T19:00:14.646Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-22T19:00:14.846Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-22T19:00:15.392Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-22T19:00:18.008Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-22T19:00:20.383Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-22T19:00:20.446Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-22T19:00:20.995Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-22T19:00:21.308Z||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-22T19:00:22.615Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-22T19:00:23.784Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-09-22T19:00:23.925Z||main|||||WARN|500||The sdc end point is not alive
2022-09-22T19:00:28.479Z||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-22T19:00:31.562Z||main|||||WARN|500||---
2022-09-22T19:00:31.563Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-22T19:00:31.563Z||main|||||WARN|500||---
2022-09-22T19:00:32.048Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-22T19:00:37.080Z||main|||||INFO|500||Started Application in 51.529 seconds (JVM running for 63.945)
2022-09-22T19:00:37.098Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-22T19:00:37.100Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-22T19:00:37.115Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-22T19:00:37.155Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-22T19:00:37.194Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 181674dd-3735-49ba-9bfb-77fc4dcc62bd url= /sdc/v1/artifactTypes
2022-09-22T19:00:37.194Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-22T19:00:37.323Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-22T19:00:37.326Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@530300aa
2022-09-22T19:00:37.327Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-22T19:00:37.348Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-22T19:00:37.350Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-22T19:00:37.357Z||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$$284892c2.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-22T19:01:27.081Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-22T19:01:27.083Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-22T19:01:27.083Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-22T19:01:27.087Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-22T19:01:27.093Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8ae1b704-9d32-4123-a85b-a5c4965132de url= /sdc/v1/artifactTypes
2022-09-22T19:01:27.093Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-22T19:01:27.108Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-22T19:01:27.109Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2530df88
2022-09-22T19:01:27.109Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-22T19:01:27.109Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-22T19:01:27.110Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-22T19:01:27.110Z||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$$284892c2.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-22T19:02:17.075Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-22T19:02:17.077Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-22T19:02:17.077Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-22T19:02:17.081Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-22T19:02:17.095Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 33dccc0f-e219-4f19-8a4d-37b059f8fe80 url= /sdc/v1/artifactTypes
2022-09-22T19:02:17.096Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-22T19:02:17.105Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-22T19:02:17.105Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4cf6e4ec
2022-09-22T19:02:17.105Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-22T19:02:17.106Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-22T19:02:17.106Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-22T19:02:17.107Z||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$$284892c2.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-22T19:03:07.074Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-22T19:03:07.078Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-22T19:03:07.079Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-22T19:03:07.084Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-22T19:03:07.097Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2a6c932a-8eb6-4c6b-8441-5259ab32b70a url= /sdc/v1/artifactTypes
2022-09-22T19:03:07.099Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-22T19:03:07.107Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-22T19:03:07.107Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@565c32bc
2022-09-22T19:03:07.107Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-22T19:03:07.108Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-22T19:03:07.113Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-22T19:03:07.114Z||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$$284892c2.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-22T19:03:57.076Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-22T19:03:57.077Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-22T19:03:57.078Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-22T19:03:57.081Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-22T19:03:57.089Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0692a9a2-2990-466e-9f05-ac81e48e1d76 url= /sdc/v1/artifactTypes
2022-09-22T19:03:57.090Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-22T19:03:57.098Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-22T19:03:57.099Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f06b248
2022-09-22T19:03:57.099Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-22T19:03:57.100Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-22T19:03:57.100Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-22T19:03:57.101Z||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$$284892c2.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-22T19:04:47.074Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-22T19:04:47.074Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-22T19:04:47.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-22T19:04:47.079Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-22T19:04:47.087Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3ab578c1-445a-40ed-911e-da6fb30ddd8d url= /sdc/v1/artifactTypes
2022-09-22T19:04:47.087Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-22T19:04:47.095Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-22T19:04:47.095Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5684416d
2022-09-22T19:04:47.095Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-22T19:04:47.096Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-22T19:04:47.096Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-22T19:04:47.097Z||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$$284892c2.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-22T19:05:37.074Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-22T19:05:37.075Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-22T19:05:37.076Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-22T19:05:37.080Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-22T19:05:37.085Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ee0be8b1-d052-4fc8-8dea-f00ae79b1820 url= /sdc/v1/artifactTypes
2022-09-22T19:05:37.085Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-22T19:05:37.092Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-22T19:05:37.093Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@171f3fe2
2022-09-22T19:05:37.093Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-22T19:05:37.094Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-22T19:05:37.094Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-22T19:05:37.095Z||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$$284892c2.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-22T19:06:27.074Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-22T19:06:27.078Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-22T19:06:27.078Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-22T19:06:27.085Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-22T19:06:27.092Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e7a0f289-6d4e-4e22-b71d-48c8c0d10ff7 url= /sdc/v1/artifactTypes
2022-09-22T19:06:27.092Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-22T19:06:27.098Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-22T19:06:27.099Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ee410f2
2022-09-22T19:06:27.100Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-22T19:06:27.100Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-22T19:06:27.100Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-22T19:06:27.102Z||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$$284892c2.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-22T19:07:17.074Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-22T19:07:17.074Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-22T19:07:17.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-22T19:07:17.078Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-22T19:07:17.084Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f415cab3-9c24-4c10-a0c1-1c45bb8a65df url= /sdc/v1/artifactTypes
2022-09-22T19:07:17.084Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-22T19:07:17.090Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-22T19:07:17.090Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1dd8aa09
2022-09-22T19:07:17.090Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-22T19:07:17.091Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-22T19:07:17.091Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-22T19:07:17.092Z||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$$284892c2.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-22T19:08:07.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-22T19:08:07.074Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-22T19:08:07.075Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-22T19:08:07.078Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-22T19:08:07.084Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 25a8df47-7f57-4ee3-b09d-975c51ea99fe url= /sdc/v1/artifactTypes
2022-09-22T19:08:07.086Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-22T19:08:07.092Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-22T19:08:07.092Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@619ccb05
2022-09-22T19:08:07.093Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-22T19:08:07.093Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-22T19:08:07.094Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-22T19:08:07.094Z||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$$284892c2.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-22T19:08:57.073Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-22T19:08:57.074Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-22T19:08:57.075Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-22T19:08:57.078Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-22T19:08:57.084Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 85be3a6a-e958-4304-bda9-be7a451b75af url= /sdc/v1/artifactTypes
2022-09-22T19:08:57.084Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-22T19:08:57.090Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-22T19:08:57.090Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ea3a8d5
2022-09-22T19:08:57.091Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-22T19:08:57.091Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-22T19:08:57.092Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-22T19:08:57.093Z||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$$284892c2.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-22T19:09:47.075Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-22T19:09:47.080Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-22T19:09:47.080Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-22T19:09:47.084Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-22T19:09:47.089Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1382c141-5b4b-40d0-bedb-b4eb99d0d044 url= /sdc/v1/artifactTypes
2022-09-22T19:09:47.090Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-22T19:09:47.181Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-22T19:09:47.196Z||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-22T19:09:47.227Z||scheduling-1|||||DEBUG|500||create keys
2022-09-22T19:09:47.236Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-22T19:09:47.553Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:09:47.577Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 64861743-2fc2-4db6-9ccb-f62e263022ce url= /sdc/v1/registerForDistribution
2022-09-22T19:09:48.013Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 64861743-2fc2-4db6-9ccb-f62e263022ce url= /sdc/v1/registerForDistribution
2022-09-22T19:09:48.014Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-22T19:09:48.026Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:09:48.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:09:48.039Z||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-22T19:09:48.039Z||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-22T19:09:48.040Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:09:48.040Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:09:48.040Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-22T19:09:58.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:09:58.418Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:10:03.523Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-22T19:10:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:10:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:10:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:10:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:10:48.028Z||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-22T19:10:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:10:57.605Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:10:57.627Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:11:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:11:48.024Z||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-22T19:11:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:11:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:11:48.028Z||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-22T19:11:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:11:57.615Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:11:57.617Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:12:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:12:48.024Z||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-22T19:12:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:12:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:12:48.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:12:48.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:12:57.601Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:12:57.609Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:13:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:13:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:13:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:13:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:13:48.028Z||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-22T19:13:48.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:13:57.584Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:13:57.583Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:14:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:14:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:14:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:14:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:14:48.028Z||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-22T19:14:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:14:57.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:14:57.638Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:15:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:15:48.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:15:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:15:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:15:48.028Z||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-22T19:15:48.029Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:15:57.608Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:15:57.614Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:16:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:16:48.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:16:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:16:48.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:16:48.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:16:48.032Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:16:57.602Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:16:57.604Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:17:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:17:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:17:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:17:48.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:17:48.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:17:48.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:17:57.589Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:17:57.615Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:18:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:18:48.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:18:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:18:48.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:18:48.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:18:48.029Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:18:57.591Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:18:57.594Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:19:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:19:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:19:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:19:48.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:19:48.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:19:48.030Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:19:57.600Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:19:57.604Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:20:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:20:48.024Z||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-22T19:20:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:20:48.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:20:48.028Z||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-22T19:20:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:20:57.607Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:20:57.614Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:21:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:21:48.024Z||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-22T19:21:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:21:48.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:21:48.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:21:48.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:21:57.584Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:21:57.591Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:22:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:22:48.024Z||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-22T19:22:48.025Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:22:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:22:48.028Z||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-22T19:22:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:22:57.585Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:22:57.628Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:23:48.026Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:23:48.027Z||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-22T19:23:48.027Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:23:48.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:23:48.028Z||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-22T19:23:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:23:57.603Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:23:57.603Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:24:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:24:48.024Z||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-22T19:24:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:24:48.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:24:48.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:24:48.031Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:24:57.611Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:24:57.650Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:25:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:25:48.024Z||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-22T19:25:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:25:48.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:25:48.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:25:48.029Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:25:57.591Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:25:57.598Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:26:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:26:48.024Z||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-22T19:26:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:26:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:26:48.028Z||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-22T19:26:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:26:57.579Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:26:57.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:27:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:27:48.023Z||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-22T19:27:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:27:48.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:27:48.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:27:48.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:27:57.608Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:27:57.611Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:28:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:28:48.024Z||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-22T19:28:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:28:48.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:28:48.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:28:48.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:28:57.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:28:57.582Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:29:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:29:48.024Z||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-22T19:29:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:29:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:29:48.028Z||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-22T19:29:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:29:57.619Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:29:57.621Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:30:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:30:48.024Z||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-22T19:30:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:30:48.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:30:48.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:30:48.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:30:57.580Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:30:57.597Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:31:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:31:48.025Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:31:48.025Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:31:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:31:48.028Z||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-22T19:31:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:31:57.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:31:57.608Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:32:48.026Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:32:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:32:48.028Z||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-22T19:32:48.029Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:32:48.034Z||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-22T19:32:48.034Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:32:57.625Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:32:57.630Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:33:48.026Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:33:48.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:33:48.028Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:33:48.028Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:33:48.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:33:48.029Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:33:57.596Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:33:57.602Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:34:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:34:48.024Z||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-22T19:34:48.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:34:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:34:48.028Z||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-22T19:34:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:34:57.609Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:34:57.620Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:35:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:35:48.024Z||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-22T19:35:48.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:35:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:35:48.028Z||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-22T19:35:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:35:57.609Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:35:57.611Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:36:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:36:48.024Z||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-22T19:36:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:36:48.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:36:48.028Z||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-22T19:36:48.029Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:36:57.616Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:36:57.616Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:37:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:37:48.024Z||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-22T19:37:48.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:37:48.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:37:48.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:37:48.029Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:37:57.599Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:37:57.607Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:38:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:38:48.024Z||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-22T19:38:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:38:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:38:48.028Z||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-22T19:38:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:38:57.579Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:38:57.604Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:39:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:39:48.024Z||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-22T19:39:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:39:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:39:48.028Z||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-22T19:39:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:39:57.601Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:39:57.614Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:40:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:40:48.024Z||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-22T19:40:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:40:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:40:48.028Z||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-22T19:40:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:40:57.616Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:40:57.620Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:41:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:41:48.024Z||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-22T19:41:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:41:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:41:48.028Z||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-22T19:41:48.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:41:57.598Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:41:57.599Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:42:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:42:48.024Z||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-22T19:42:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:42:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:42:48.028Z||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-22T19:42:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:42:57.600Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:42:57.602Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:43:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:43:48.024Z||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-22T19:43:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:43:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:43:48.028Z||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-22T19:43:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:43:57.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:43:57.599Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:44:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:44:48.023Z||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-22T19:44:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:44:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:44:48.028Z||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-22T19:44:48.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:44:57.582Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:44:57.583Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:45:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:45:48.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:45:48.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:45:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:45:48.028Z||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-22T19:45:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:45:57.673Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:45:57.700Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:46:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:46:48.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T19:46:48.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:46:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:46:48.028Z||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-22T19:46:48.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:46:57.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:46:57.596Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:47:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:47:48.024Z||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-22T19:47:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:47:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:47:48.028Z||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-22T19:47:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:47:57.577Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:47:57.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:48:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:48:48.024Z||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-22T19:48:48.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:48:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:48:48.028Z||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-22T19:48:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:48:57.599Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:48:57.611Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:49:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:49:48.024Z||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-22T19:49:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:49:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:49:48.028Z||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-22T19:49:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:49:57.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:49:57.578Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:50:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:50:48.024Z||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-22T19:50:48.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:50:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:50:48.028Z||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-22T19:50:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:50:57.604Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:50:57.619Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:51:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:51:48.024Z||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-22T19:51:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:51:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:51:48.028Z||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-22T19:51:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:51:57.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:51:57.595Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:52:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:52:48.024Z||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-22T19:52:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:52:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:52:48.028Z||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-22T19:52:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:52:57.588Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:52:57.598Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:53:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:53:48.024Z||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-22T19:53:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:53:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:53:48.028Z||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-22T19:53:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:53:57.601Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:53:57.602Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:54:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:54:48.024Z||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-22T19:54:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:54:48.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:54:48.028Z||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-22T19:54:48.029Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T19:54:57.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:54:57.599Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:55:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:55:48.024Z||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-22T19:55:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:55:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:55:48.028Z||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-22T19:55:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:55:57.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:55:57.607Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:56:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:56:48.024Z||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-22T19:56:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:56:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:56:48.028Z||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-22T19:56:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:56:57.605Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:56:57.605Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:57:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:57:48.023Z||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-22T19:57:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:57:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:57:48.028Z||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-22T19:57:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:57:57.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:57:57.636Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:58:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:58:48.023Z||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-22T19:58:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:58:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:58:48.028Z||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-22T19:58:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:58:57.579Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:58:57.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:59:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:59:48.023Z||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-22T19:59:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:59:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T19:59:48.028Z||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-22T19:59:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T19:59:57.586Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T19:59:57.606Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:00:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:00:48.023Z||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-22T20:00:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:00:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:00:48.028Z||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-22T20:00:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:00:57.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:00:57.594Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:01:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:01:48.023Z||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-22T20:01:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:01:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:01:48.028Z||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-22T20:01:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:01:57.587Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:01:57.588Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:02:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:02:48.024Z||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-22T20:02:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:02:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:02:48.028Z||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-22T20:02:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:02:57.636Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:02:57.638Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:03:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:03:48.024Z||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-22T20:03:48.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:03:48.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:03:48.028Z||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-22T20:03:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:03:57.602Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:03:57.603Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:04:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:04:48.023Z||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-22T20:04:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:04:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:04:48.028Z||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-22T20:04:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:04:57.613Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:04:57.613Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:05:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:05:48.024Z||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-22T20:05:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:05:48.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:05:48.028Z||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-22T20:05:48.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:05:57.597Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:05:57.608Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:06:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:06:48.024Z||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-22T20:06:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:06:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:06:48.028Z||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-22T20:06:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:06:57.580Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:06:57.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:07:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:07:48.024Z||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-22T20:07:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:07:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:07:48.028Z||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-22T20:07:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:07:57.833Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:07:57.853Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:08:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:08:48.024Z||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-22T20:08:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:08:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:08:48.028Z||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-22T20:08:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:08:58.157Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:08:58.198Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:09:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:09:48.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:09:48.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:09:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:09:48.028Z||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-22T20:09:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:09:57.932Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:09:57.932Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:10:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:10:48.024Z||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-22T20:10:48.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:10:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:10:48.028Z||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-22T20:10:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:10:57.953Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:10:57.993Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:11:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:11:48.023Z||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-22T20:11:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:11:48.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:11:48.028Z||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-22T20:11:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:11:57.886Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:11:57.984Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:12:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:12:48.024Z||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-22T20:12:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:12:48.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:12:48.028Z||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-22T20:12:48.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:12:57.714Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:12:57.769Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:13:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:13:48.024Z||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-22T20:13:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:13:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:13:48.028Z||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-22T20:13:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:13:57.735Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:13:57.779Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:14:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:14:48.023Z||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-22T20:14:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:14:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:14:48.028Z||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-22T20:14:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:14:57.692Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:14:57.728Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:15:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:15:48.023Z||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-22T20:15:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:15:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:15:48.028Z||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-22T20:15:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:15:57.773Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:15:57.784Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:16:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:16:48.023Z||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-22T20:16:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:16:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:16:48.028Z||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-22T20:16:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:16:57.820Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:16:57.884Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:17:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:17:48.024Z||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-22T20:17:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:17:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:17:48.028Z||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-22T20:17:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:17:57.799Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:17:57.920Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:18:48.026Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:18:48.027Z||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-22T20:18:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:18:48.027Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:18:48.028Z||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-22T20:18:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:18:57.780Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:18:57.919Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:19:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:19:48.024Z||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-22T20:19:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:19:48.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:19:48.028Z||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-22T20:19:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:19:57.802Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:19:57.806Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:20:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:20:48.024Z||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-22T20:20:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:20:48.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:20:48.028Z||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-22T20:20:48.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:20:57.668Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:20:57.696Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:21:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:21:48.024Z||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-22T20:21:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:21:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:21:48.028Z||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-22T20:21:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:21:57.696Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:21:57.730Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:22:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:22:48.025Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:22:48.025Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:22:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:22:48.028Z||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-22T20:22:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:22:57.673Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:22:57.677Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:23:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:23:48.024Z||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-22T20:23:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:23:48.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:23:48.028Z||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-22T20:23:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:23:57.673Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:23:57.735Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:24:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:24:48.024Z||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-22T20:24:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:24:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:24:48.028Z||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-22T20:24:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:24:57.613Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:24:57.641Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:25:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:25:48.024Z||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-22T20:25:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:25:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:25:48.028Z||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-22T20:25:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:25:57.595Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:25:57.606Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:26:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:26:48.024Z||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-22T20:26:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:26:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:26:48.028Z||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-22T20:26:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:26:57.623Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:26:57.624Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:27:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:27:48.024Z||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-22T20:27:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:27:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:27:48.028Z||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-22T20:27:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:27:57.583Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:27:57.589Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:28:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:28:48.024Z||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-22T20:28:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:28:48.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:28:48.028Z||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-22T20:28:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:28:57.581Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:28:57.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:29:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:29:48.024Z||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-22T20:29:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:29:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:29:48.028Z||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-22T20:29:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:29:57.636Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:29:57.636Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:30:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:30:48.024Z||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-22T20:30:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:30:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:30:48.028Z||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-22T20:30:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:30:57.630Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:30:57.630Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:31:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:31:48.023Z||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-22T20:31:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:31:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:31:48.028Z||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-22T20:31:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:31:57.607Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:31:57.611Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:32:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:32:48.023Z||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-22T20:32:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:32:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:32:48.028Z||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-22T20:32:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:32:57.644Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:32:57.646Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:33:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:33:48.023Z||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-22T20:33:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:33:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:33:48.028Z||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-22T20:33:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:33:57.615Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:33:57.628Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:34:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:34:48.023Z||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-22T20:34:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:34:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:34:48.028Z||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-22T20:34:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:34:57.601Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:34:57.601Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:35:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:35:48.024Z||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-22T20:35:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:35:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:35:48.028Z||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-22T20:35:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:35:57.616Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:35:57.616Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:36:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:36:48.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:36:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:36:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:36:48.028Z||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-22T20:36:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:36:57.601Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:36:57.614Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:37:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:37:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:37:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:37:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:37:48.028Z||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-22T20:37:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:37:57.616Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:37:57.649Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:38:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:38:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:38:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:38:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:38:48.028Z||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-22T20:38:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:38:57.585Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:38:57.592Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:39:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:39:48.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:39:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:39:48.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:39:48.028Z||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-22T20:39:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:39:57.604Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:39:57.605Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:40:48.024Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:40:48.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:40:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:40:48.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:40:48.028Z||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-22T20:40:48.029Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:40:57.604Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:40:57.610Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:41:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:41:48.023Z||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-22T20:41:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:41:48.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:41:48.028Z||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-22T20:41:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:41:57.642Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:41:57.651Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:42:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:42:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:42:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:42:48.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:42:48.028Z||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-22T20:42:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:42:57.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:42:57.606Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:43:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:43:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:43:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:43:48.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:43:48.028Z||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-22T20:43:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:43:57.630Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:43:57.655Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:44:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:44:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:44:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:44:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:44:48.028Z||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-22T20:44:48.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:44:57.599Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:44:57.623Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:45:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:45:48.023Z||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-22T20:45:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:45:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:45:48.028Z||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-22T20:45:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:45:57.603Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:45:57.605Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:46:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:46:48.023Z||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-22T20:46:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:46:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:46:48.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:46:48.029Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:46:57.613Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:46:57.618Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:47:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:47:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:47:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:47:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:47:48.028Z||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-22T20:47:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:47:57.600Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:47:57.621Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:48:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:48:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:48:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:48:48.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:48:48.028Z||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-22T20:48:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:48:57.596Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:48:57.598Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:49:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:49:48.023Z||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-22T20:49:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:49:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:49:48.028Z||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-22T20:49:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:49:57.625Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:49:57.624Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:50:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:50:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:50:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:50:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:50:48.028Z||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-22T20:50:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:50:57.615Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:50:57.619Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:51:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:51:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:51:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:51:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:51:48.028Z||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-22T20:51:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:51:57.602Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:51:57.613Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:52:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:52:48.023Z||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-22T20:52:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:52:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:52:48.028Z||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-22T20:52:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:52:57.603Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:52:57.635Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:53:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:53:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:53:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:53:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:53:48.028Z||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-22T20:53:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:53:57.608Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:53:57.627Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:54:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:54:48.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:54:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:54:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:54:48.028Z||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-22T20:54:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:54:57.592Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:54:57.610Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:55:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:55:48.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:55:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:55:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:55:48.028Z||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-22T20:55:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:55:57.601Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:55:57.613Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:56:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:56:48.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:56:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T20:56:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:56:48.028Z||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-22T20:56:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:56:57.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:56:57.598Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:57:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:57:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:57:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:57:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:57:48.028Z||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-22T20:57:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:57:57.586Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:57:57.594Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:58:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:58:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:58:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:58:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:58:48.028Z||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-22T20:58:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:58:57.621Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:58:57.627Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:59:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:59:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T20:59:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:59:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T20:59:48.028Z||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-22T20:59:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T20:59:57.646Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T20:59:57.662Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:00:48.026Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:00:48.027Z||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-22T21:00:48.027Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:00:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:00:48.028Z||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-22T21:00:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:00:57.595Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:00:57.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:01:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:01:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:01:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:01:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:01:48.028Z||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-22T21:01:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:01:57.602Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:01:57.628Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:02:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:02:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:02:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:02:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:02:48.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:02:48.029Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T21:02:57.612Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:02:57.621Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:03:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:03:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:03:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:03:48.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:03:48.028Z||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-22T21:03:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:03:57.598Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:03:57.601Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:04:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:04:48.023Z||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-22T21:04:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:04:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:04:48.028Z||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-22T21:04:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:04:57.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:04:57.587Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:05:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:05:48.023Z||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-22T21:05:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:05:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:05:48.028Z||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-22T21:05:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:05:57.598Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:05:57.598Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:06:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:06:48.023Z||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-22T21:06:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:06:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:06:48.028Z||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-22T21:06:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:06:57.605Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:06:57.623Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:07:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:07:48.023Z||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-22T21:07:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:07:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:07:48.028Z||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-22T21:07:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:07:57.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:07:57.588Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:08:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:08:48.023Z||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-22T21:08:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:08:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:08:48.028Z||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-22T21:08:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:08:57.589Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:08:57.590Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:09:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:09:48.023Z||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-22T21:09:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:09:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:09:48.028Z||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-22T21:09:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:09:57.585Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:09:57.607Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:10:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:10:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:10:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:10:48.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:10:48.028Z||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-22T21:10:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:10:57.600Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:10:57.601Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:11:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:11:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:11:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:11:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:11:48.028Z||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-22T21:11:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:11:57.632Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:11:57.699Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:12:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:12:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:12:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:12:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:12:48.028Z||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-22T21:12:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:12:57.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:12:57.582Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:13:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:13:48.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:13:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T21:13:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:13:48.028Z||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-22T21:13:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:13:57.599Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:13:57.600Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:14:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:14:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:14:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:14:48.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:14:48.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:14:48.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T21:14:57.575Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:14:57.575Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:15:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:15:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:15:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:15:48.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:15:48.028Z||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-22T21:15:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:15:57.592Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:15:57.599Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:16:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:16:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:16:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:16:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:16:48.028Z||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-22T21:16:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:16:57.589Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:16:57.599Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:17:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:17:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:17:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:17:48.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:17:48.028Z||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-22T21:17:48.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T21:17:57.603Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:17:57.613Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:18:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:18:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:18:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:18:48.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:18:48.028Z||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-22T21:18:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:18:57.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:18:57.601Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:19:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:19:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:19:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:19:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:19:48.028Z||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-22T21:19:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:19:57.595Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:19:57.609Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:20:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:20:48.023Z||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-22T21:20:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:20:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:20:48.028Z||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-22T21:20:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:20:57.585Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:20:57.585Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:21:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:21:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:21:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:21:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:21:48.028Z||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-22T21:21:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:21:57.616Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:21:57.631Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:22:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:22:48.023Z||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-22T21:22:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:22:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:22:48.028Z||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-22T21:22:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:22:57.599Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:22:57.604Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:23:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:23:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:23:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:23:48.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:23:48.028Z||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-22T21:23:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:23:57.591Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:23:57.620Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:24:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:24:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:24:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:24:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:24:48.028Z||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-22T21:24:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:24:57.619Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:24:57.620Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:25:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:25:48.023Z||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-22T21:25:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:25:48.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:25:48.028Z||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-22T21:25:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:25:57.624Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:25:57.626Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:26:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:26:48.023Z||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-22T21:26:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:26:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:26:48.028Z||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-22T21:26:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:26:57.579Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:26:57.593Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:27:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:27:48.023Z||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-22T21:27:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:27:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:27:48.028Z||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-22T21:27:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:27:57.607Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:27:57.607Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:28:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:28:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:28:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:28:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:28:48.028Z||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-22T21:28:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:28:57.611Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:28:57.615Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:29:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:29:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:29:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:29:48.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:29:48.028Z||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-22T21:29:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:29:57.612Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:29:57.613Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:30:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:30:48.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:30:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T21:30:48.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:30:48.028Z||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-22T21:30:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:30:57.599Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:30:57.606Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:31:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:31:48.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:31:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T21:31:48.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:31:48.028Z||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-22T21:31:48.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T21:31:57.607Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:31:57.630Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:32:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:32:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:32:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:32:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:32:48.028Z||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-22T21:32:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:32:57.586Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:32:57.601Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:33:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:33:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:33:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:33:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:33:48.028Z||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-22T21:33:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:33:57.587Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:33:57.610Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:34:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:34:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:34:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:34:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:34:48.028Z||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-22T21:34:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:34:57.604Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:34:57.621Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:35:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:35:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:35:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:35:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:35:48.029Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:35:48.029Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T21:35:57.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:35:57.614Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:36:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:36:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:36:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:36:48.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:36:48.028Z||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-22T21:36:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:36:57.598Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:36:57.612Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:37:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:37:48.023Z||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-22T21:37:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:37:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:37:48.028Z||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-22T21:37:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:37:57.603Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:37:57.617Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:38:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:38:48.023Z||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-22T21:38:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:38:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:38:48.028Z||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-22T21:38:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:38:57.598Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:38:57.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:39:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:39:48.023Z||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-22T21:39:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:39:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:39:48.028Z||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-22T21:39:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:39:57.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:39:57.609Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:40:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:40:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:40:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:40:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:40:48.028Z||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-22T21:40:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:40:57.592Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:40:57.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:41:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:41:48.023Z||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-22T21:41:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:41:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:41:48.028Z||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-22T21:41:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:41:57.611Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:41:57.611Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:42:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:42:48.023Z||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-22T21:42:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:42:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:42:48.028Z||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-22T21:42:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:42:57.597Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:42:57.606Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:43:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:43:48.023Z||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-22T21:43:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:43:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:43:48.028Z||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-22T21:43:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:43:57.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:43:57.604Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:44:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:44:48.023Z||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-22T21:44:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:44:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:44:48.028Z||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-22T21:44:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:44:57.591Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:44:57.592Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:45:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:45:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:45:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:45:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:45:48.028Z||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-22T21:45:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:45:57.602Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:45:57.623Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:46:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:46:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:46:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:46:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:46:48.028Z||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-22T21:46:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:46:57.625Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:46:57.625Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:47:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:47:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:47:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:47:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:47:48.028Z||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-22T21:47:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:47:57.634Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:47:57.635Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:48:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:48:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:48:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:48:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:48:48.028Z||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-22T21:48:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:48:57.590Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:48:57.591Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:49:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:49:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:49:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:49:48.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:49:48.028Z||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-22T21:49:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:49:57.589Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:49:57.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:50:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:50:48.027Z||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-22T21:50:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:50:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:50:48.028Z||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-22T21:50:48.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T21:50:57.609Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:50:57.611Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:51:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:51:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:51:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:51:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:51:48.028Z||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-22T21:51:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:51:57.606Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:51:57.615Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:52:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:52:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:52:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:52:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:52:48.028Z||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-22T21:52:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:52:57.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:52:57.610Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:53:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:53:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:53:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:53:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:53:48.028Z||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-22T21:53:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:53:57.638Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:53:57.641Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:54:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:54:48.023Z||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-22T21:54:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:54:48.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:54:48.028Z||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-22T21:54:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:54:57.600Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:54:57.600Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:55:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:55:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:55:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:55:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:55:48.028Z||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-22T21:55:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:55:57.583Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:55:57.587Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:56:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:56:48.023Z||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-22T21:56:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:56:48.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:56:48.028Z||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-22T21:56:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:56:57.592Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:56:57.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:57:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:57:48.023Z||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-22T21:57:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:57:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:57:48.028Z||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-22T21:57:48.029Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T21:57:57.581Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:57:57.595Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:58:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:58:48.023Z||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-22T21:58:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:58:48.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:58:48.028Z||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-22T21:58:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:58:57.604Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:58:57.606Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:59:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:59:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T21:59:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:59:48.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T21:59:48.028Z||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-22T21:59:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T21:59:57.597Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T21:59:57.619Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:00:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:00:48.023Z||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-22T22:00:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:00:48.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:00:48.028Z||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-22T22:00:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:00:57.588Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:00:57.609Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:01:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:01:48.023Z||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-22T22:01:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:01:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:01:48.028Z||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-22T22:01:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:01:57.579Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:01:57.589Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:02:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:02:48.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T22:02:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T22:02:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:02:48.028Z||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-22T22:02:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:02:57.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:02:57.601Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:03:48.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:03:48.026Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T22:03:48.027Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:03:48.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:03:48.028Z||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-22T22:03:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:03:57.592Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:03:57.618Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:04:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:04:48.024Z||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-22T22:04:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:04:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:04:48.028Z||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-22T22:04:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:04:57.589Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:04:57.592Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:05:48.024Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:05:48.026Z||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-22T22:05:48.026Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:05:48.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:05:48.028Z||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-22T22:05:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:05:57.590Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:05:57.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:06:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:06:48.024Z||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-22T22:06:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:06:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:06:48.028Z||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-22T22:06:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:06:57.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:06:57.603Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:07:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:07:48.024Z||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-22T22:07:48.025Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T22:07:48.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:07:48.028Z||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-22T22:07:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:07:57.601Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:07:57.613Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:08:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:08:48.023Z||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-22T22:08:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:08:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:08:48.028Z||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-22T22:08:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:08:57.604Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:08:57.605Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:09:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:09:48.024Z||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-22T22:09:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:09:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:09:48.028Z||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-22T22:09:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:09:57.612Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:09:57.614Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:10:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:10:48.024Z||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-22T22:10:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:10:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:10:48.028Z||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-22T22:10:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:10:57.580Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:10:57.580Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:11:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:11:48.023Z||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-22T22:11:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:11:48.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:11:48.028Z||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-22T22:11:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:11:57.574Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:11:57.584Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:12:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:12:48.024Z||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-22T22:12:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:12:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:12:48.028Z||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-22T22:12:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:12:57.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:12:57.603Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:13:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:13:48.024Z||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-22T22:13:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:13:48.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:13:48.028Z||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-22T22:13:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:13:57.616Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:13:57.621Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:14:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:14:48.023Z||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-22T22:14:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:14:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:14:48.028Z||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-22T22:14:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:14:57.597Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:14:57.609Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:15:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:15:48.023Z||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-22T22:15:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:15:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:15:48.028Z||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-22T22:15:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:15:57.592Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:15:57.597Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:16:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:16:48.023Z||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-22T22:16:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:16:48.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:16:48.028Z||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-22T22:16:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:16:57.596Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:16:57.620Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:17:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:17:48.023Z||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-22T22:17:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:17:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:17:48.028Z||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-22T22:17:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:17:57.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:17:57.603Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:18:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:18:48.024Z||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-22T22:18:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:18:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:18:48.028Z||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-22T22:18:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:18:57.623Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:18:57.629Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:19:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:19:48.024Z||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-22T22:19:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:19:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:19:48.028Z||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-22T22:19:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:19:57.596Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:19:57.615Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:20:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:20:48.024Z||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-22T22:20:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:20:48.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:20:48.028Z||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-22T22:20:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:20:57.609Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:20:57.631Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:21:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:21:48.025Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T22:21:48.025Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T22:21:48.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:21:48.028Z||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-22T22:21:48.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T22:21:57.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:21:57.593Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:22:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:22:48.024Z||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-22T22:22:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:22:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:22:48.028Z||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-22T22:22:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:22:57.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:22:57.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:23:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:23:48.024Z||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-22T22:23:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:23:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:23:48.028Z||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-22T22:23:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:23:57.624Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:23:57.643Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:24:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:24:48.024Z||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-22T22:24:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:24:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:24:48.028Z||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-22T22:24:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:24:57.612Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:24:57.613Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:25:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:25:48.024Z||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-22T22:25:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:25:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:25:48.028Z||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-22T22:25:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:25:57.590Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:25:57.591Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:26:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:26:48.024Z||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-22T22:26:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:26:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:26:48.028Z||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-22T22:26:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:26:57.597Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:26:57.602Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:27:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:27:48.023Z||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-22T22:27:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:27:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:27:48.028Z||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-22T22:27:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:27:57.590Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:27:57.591Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:28:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:28:48.024Z||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-22T22:28:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:28:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:28:48.028Z||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-22T22:28:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:28:57.587Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:28:57.588Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:29:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:29:48.024Z||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-22T22:29:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:29:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:29:48.028Z||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-22T22:29:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:29:57.604Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:29:57.620Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:30:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:30:48.023Z||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-22T22:30:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:30:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:30:48.028Z||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-22T22:30:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:30:57.607Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:30:57.610Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:31:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:31:48.024Z||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-22T22:31:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:31:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:31:48.028Z||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-22T22:31:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:31:57.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:31:57.589Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:32:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:32:48.024Z||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-22T22:32:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:32:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:32:48.028Z||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-22T22:32:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:32:57.586Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:32:57.635Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:33:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:33:48.023Z||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-22T22:33:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:33:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:33:48.028Z||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-22T22:33:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:33:57.591Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:33:57.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:34:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:34:48.024Z||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-22T22:34:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:34:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:34:48.028Z||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-22T22:34:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:34:57.590Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:34:57.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:35:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:35:48.024Z||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-22T22:35:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:35:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:35:48.028Z||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-22T22:35:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:35:57.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:35:57.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:36:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:36:48.024Z||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-22T22:36:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:36:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:36:48.028Z||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-22T22:36:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:36:57.620Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:36:57.648Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:37:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:37:48.024Z||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-22T22:37:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:37:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:37:48.028Z||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-22T22:37:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:37:57.601Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:37:57.601Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:38:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:38:48.024Z||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-22T22:38:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:38:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:38:48.028Z||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-22T22:38:48.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T22:38:57.588Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:38:57.591Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:39:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:39:48.024Z||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-22T22:39:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:39:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:39:48.028Z||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-22T22:39:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:39:57.586Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:39:57.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:40:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:40:48.024Z||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-22T22:40:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:40:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:40:48.028Z||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-22T22:40:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:40:57.581Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:40:57.583Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:41:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:41:48.024Z||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-22T22:41:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:41:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:41:48.028Z||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-22T22:41:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:41:57.597Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:41:57.597Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:42:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:42:48.024Z||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-22T22:42:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:42:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:42:48.028Z||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-22T22:42:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:42:57.592Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:42:57.593Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:43:48.022Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:43:48.023Z||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-22T22:43:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:43:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:43:48.028Z||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-22T22:43:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:43:57.595Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:43:57.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:44:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:44:48.024Z||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-22T22:44:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:44:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:44:48.028Z||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-22T22:44:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:44:57.619Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:44:57.625Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:45:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:45:48.023Z||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-22T22:45:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:45:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:45:48.028Z||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-22T22:45:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:45:57.597Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:45:57.598Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:46:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:46:48.024Z||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-22T22:46:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:46:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:46:48.028Z||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-22T22:46:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:46:57.605Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:46:57.607Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:47:48.024Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:47:48.025Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T22:47:48.025Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:47:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:47:48.028Z||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-22T22:47:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:47:57.604Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:47:57.631Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:48:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:48:48.023Z||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-22T22:48:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:48:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:48:48.028Z||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-22T22:48:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:48:57.610Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:48:57.612Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:49:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:49:48.023Z||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-22T22:49:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:49:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:49:48.028Z||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-22T22:49:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:49:57.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:49:57.583Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:50:48.022Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:50:48.023Z||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-22T22:50:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:50:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:50:48.028Z||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-22T22:50:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:50:57.581Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:50:57.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:51:48.023Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:51:48.023Z||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-22T22:51:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:51:48.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:51:48.028Z||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-22T22:51:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:51:57.581Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:51:57.588Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:52:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:52:48.023Z||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-22T22:52:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:52:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:52:48.028Z||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-22T22:52:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:52:57.579Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:52:57.603Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:53:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:53:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T22:53:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:53:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:53:48.028Z||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-22T22:53:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:53:57.598Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:53:57.602Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:54:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:54:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T22:54:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T22:54:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:54:48.028Z||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-22T22:54:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:54:57.613Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:54:57.618Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:55:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:55:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T22:55:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:55:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:55:48.028Z||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-22T22:55:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:55:57.589Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:55:57.594Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:56:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:56:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T22:56:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:56:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:56:48.028Z||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-22T22:56:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:56:57.586Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:56:57.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:57:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:57:48.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T22:57:48.025Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T22:57:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:57:48.028Z||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-22T22:57:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:57:57.585Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:57:57.603Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:58:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:58:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T22:58:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:58:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:58:48.028Z||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-22T22:58:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:58:57.609Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:58:57.609Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:59:48.022Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:59:48.023Z||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-22T22:59:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:59:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T22:59:48.028Z||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-22T22:59:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T22:59:57.607Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T22:59:57.655Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:00:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:00:48.023Z||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-22T23:00:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:00:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:00:48.028Z||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-22T23:00:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:00:57.627Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:00:57.673Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:01:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:01:48.024Z||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-22T23:01:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:01:48.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:01:48.028Z||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-22T23:01:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:01:57.585Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:01:57.608Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:02:48.022Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:02:48.023Z||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-22T23:02:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:02:48.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:02:48.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T23:02:48.030Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T23:02:57.599Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:02:57.605Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:03:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:03:48.024Z||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-22T23:03:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:03:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:03:48.028Z||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-22T23:03:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:03:57.593Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:03:57.594Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:04:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:04:48.023Z||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-22T23:04:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:04:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:04:48.028Z||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-22T23:04:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:04:57.596Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:04:57.611Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:05:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:05:48.023Z||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-22T23:05:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:05:48.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:05:48.028Z||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-22T23:05:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:05:57.595Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:05:57.609Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:06:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:06:48.023Z||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-22T23:06:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:06:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:06:48.028Z||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-22T23:06:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:06:57.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:06:57.608Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:07:48.022Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:07:48.023Z||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-22T23:07:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:07:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:07:48.028Z||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-22T23:07:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:07:57.589Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:07:57.591Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:08:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:08:48.023Z||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-22T23:08:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:08:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:08:48.028Z||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-22T23:08:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:08:57.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:08:57.588Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:09:48.022Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:09:48.023Z||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-22T23:09:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:09:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:09:48.028Z||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-22T23:09:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:09:57.583Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:09:57.634Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:10:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:10:48.024Z||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-22T23:10:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:10:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:10:48.028Z||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-22T23:10:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:10:57.605Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:10:57.606Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:11:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:11:48.024Z||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-22T23:11:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:11:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:11:48.028Z||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-22T23:11:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:11:57.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:11:57.611Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:12:48.022Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:12:48.024Z||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-22T23:12:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:12:48.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:12:48.028Z||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-22T23:12:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:12:57.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:12:57.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:13:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:13:48.024Z||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-22T23:13:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:13:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:13:48.028Z||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-22T23:13:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:13:57.589Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:13:57.590Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:14:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:14:48.024Z||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-22T23:14:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:14:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:14:48.028Z||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-22T23:14:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:14:57.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:14:57.597Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:15:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:15:48.023Z||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-22T23:15:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:15:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:15:48.028Z||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-22T23:15:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:15:57.598Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:15:57.598Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:16:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:16:48.024Z||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-22T23:16:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:16:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:16:48.028Z||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-22T23:16:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:16:57.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:16:57.598Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:17:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:17:48.024Z||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-22T23:17:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:17:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:17:48.028Z||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-22T23:17:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:17:57.609Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:17:57.609Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:18:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:18:48.024Z||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-22T23:18:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:18:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:18:48.028Z||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-22T23:18:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:18:57.602Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:18:57.611Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:19:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:19:48.023Z||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-22T23:19:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:19:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:19:48.028Z||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-22T23:19:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:19:57.586Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:19:57.602Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:20:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:20:48.024Z||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-22T23:20:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:20:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:20:48.028Z||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-22T23:20:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:20:57.610Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:20:57.610Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:21:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:21:48.023Z||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-22T23:21:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:21:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:21:48.028Z||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-22T23:21:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:21:57.610Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:21:57.618Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:22:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:22:48.024Z||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-22T23:22:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:22:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:22:48.028Z||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-22T23:22:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:22:57.586Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:22:57.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:23:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:23:48.023Z||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-22T23:23:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:23:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:23:48.028Z||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-22T23:23:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:23:57.587Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:23:57.598Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:24:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:24:48.023Z||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-22T23:24:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:24:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:24:48.028Z||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-22T23:24:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:24:57.623Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:24:57.623Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:25:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:25:48.024Z||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-22T23:25:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:25:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:25:48.028Z||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-22T23:25:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:25:57.602Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:25:57.628Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:26:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:26:48.023Z||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-22T23:26:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:26:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:26:48.028Z||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-22T23:26:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:26:57.612Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:26:57.641Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:27:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:27:48.024Z||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-22T23:27:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:27:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:27:48.028Z||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-22T23:27:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:27:57.630Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:27:57.651Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:28:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:28:48.024Z||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-22T23:28:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:28:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:28:48.028Z||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-22T23:28:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:28:57.641Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:28:57.646Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:29:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:29:48.024Z||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-22T23:29:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:29:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:29:48.028Z||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-22T23:29:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:29:57.582Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:29:57.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:30:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:30:48.024Z||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-22T23:30:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:30:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:30:48.028Z||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-22T23:30:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:30:57.601Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:30:57.643Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:31:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:31:48.024Z||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-22T23:31:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:31:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:31:48.028Z||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-22T23:31:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:31:57.599Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:31:57.600Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:32:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:32:48.023Z||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-22T23:32:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:32:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:32:48.028Z||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-22T23:32:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:32:57.586Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:32:57.626Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:33:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:33:48.023Z||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-22T23:33:48.026Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:33:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:33:48.028Z||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-22T23:33:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:33:57.610Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:33:57.611Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:34:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:34:48.024Z||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-22T23:34:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:34:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:34:48.028Z||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-22T23:34:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:34:57.609Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:34:57.609Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:35:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:35:48.024Z||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-22T23:35:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:35:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:35:48.028Z||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-22T23:35:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:35:57.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:35:57.601Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:36:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:36:48.023Z||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-22T23:36:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:36:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:36:48.028Z||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-22T23:36:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:36:57.615Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:36:57.618Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:37:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:37:48.023Z||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-22T23:37:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:37:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:37:48.028Z||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-22T23:37:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:37:57.614Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:37:57.617Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:38:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:38:48.023Z||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-22T23:38:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:38:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:38:48.028Z||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-22T23:38:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:38:57.639Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:38:57.639Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:39:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:39:48.023Z||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-22T23:39:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:39:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:39:48.028Z||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-22T23:39:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:39:57.608Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:39:57.630Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:40:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:40:48.023Z||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-22T23:40:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:40:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:40:48.028Z||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-22T23:40:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:40:57.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:40:57.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:41:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:41:48.027Z||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-22T23:41:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:41:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:41:48.028Z||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-22T23:41:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:41:57.617Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:41:57.618Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:42:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:42:48.024Z||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-22T23:42:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:42:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:42:48.028Z||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-22T23:42:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:42:57.618Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:42:57.629Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:43:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:43:48.023Z||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-22T23:43:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:43:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:43:48.028Z||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-22T23:43:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:43:57.612Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:43:57.614Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:44:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:44:48.023Z||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-22T23:44:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:44:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:44:48.028Z||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-22T23:44:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:44:57.590Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:44:57.596Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:45:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:45:48.025Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T23:45:48.025Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T23:45:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:45:48.028Z||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-22T23:45:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:45:57.654Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:45:57.661Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:46:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:46:48.024Z||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-22T23:46:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:46:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:46:48.028Z||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-22T23:46:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:46:57.597Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:46:57.603Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:47:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:47:48.024Z||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-22T23:47:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:47:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:47:48.028Z||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-22T23:47:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:47:57.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:47:57.582Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:48:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:48:48.023Z||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-22T23:48:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:48:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:48:48.028Z||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-22T23:48:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:48:57.623Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:48:57.630Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:49:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:49:48.024Z||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-22T23:49:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:49:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:49:48.028Z||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-22T23:49:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:49:57.610Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:49:57.610Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:50:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:50:48.023Z||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-22T23:50:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:50:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:50:48.028Z||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-22T23:50:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:50:57.617Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:50:57.617Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:51:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:51:48.024Z||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-22T23:51:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:51:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:51:48.028Z||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-22T23:51:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:51:57.598Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:51:57.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:52:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:52:48.024Z||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-22T23:52:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:52:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:52:48.028Z||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-22T23:52:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:52:57.608Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:52:57.619Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:53:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:53:48.023Z||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-22T23:53:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:53:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:53:48.028Z||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-22T23:53:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:53:57.627Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:53:57.635Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:54:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:54:48.023Z||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-22T23:54:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:54:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:54:48.028Z||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-22T23:54:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:54:57.620Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:54:57.620Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:55:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:55:48.023Z||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-22T23:55:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:55:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:55:48.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T23:55:48.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T23:55:57.606Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:55:57.611Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:56:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:56:48.024Z||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-22T23:56:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:56:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:56:48.028Z||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-22T23:56:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:56:57.604Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:56:57.607Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:57:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:57:48.023Z||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-22T23:57:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:57:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:57:48.028Z||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-22T23:57:48.029Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-22T23:57:57.603Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:57:57.621Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:58:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:58:48.023Z||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-22T23:58:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:58:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:58:48.028Z||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-22T23:58:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:58:57.611Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:58:57.611Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:59:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:59:48.023Z||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-22T23:59:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:59:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T23:59:48.028Z||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-22T23:59:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-22T23:59:57.606Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-22T23:59:57.616Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:00:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:00:48.023Z||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-23T00:00:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:00:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:00:48.028Z||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-23T00:00:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:00:57.587Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:00:57.590Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:01:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:01:48.024Z||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-23T00:01:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:01:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:01:48.028Z||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-23T00:01:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:01:57.603Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:01:57.603Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:02:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:02:48.024Z||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-23T00:02:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:02:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:02:48.028Z||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-23T00:02:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:02:57.618Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:02:57.636Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:03:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:03:48.024Z||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-23T00:03:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:03:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:03:48.028Z||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-23T00:03:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:03:57.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:03:57.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:04:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:04:48.024Z||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-23T00:04:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:04:48.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:04:48.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T00:04:48.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T00:04:57.601Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:04:57.601Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:05:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:05:48.023Z||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-23T00:05:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:05:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:05:48.028Z||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-23T00:05:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:05:57.612Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:05:57.623Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:06:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:06:48.024Z||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-23T00:06:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:06:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:06:48.028Z||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-23T00:06:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:06:57.628Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:06:57.636Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:07:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:07:48.024Z||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-23T00:07:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:07:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:07:48.028Z||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-23T00:07:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:07:57.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:07:57.614Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:08:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:08:48.024Z||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-23T00:08:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:08:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:08:48.028Z||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-23T00:08:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:08:57.623Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:08:57.630Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:09:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:09:48.023Z||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-23T00:09:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:09:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:09:48.028Z||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-23T00:09:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:09:57.588Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:09:57.592Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:10:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:10:48.024Z||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-23T00:10:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:10:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:10:48.028Z||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-23T00:10:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:10:57.595Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:10:57.598Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:11:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:11:48.023Z||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-23T00:11:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:11:48.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:11:48.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T00:11:48.029Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T00:11:57.597Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:11:57.599Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:12:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:12:48.023Z||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-23T00:12:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:12:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:12:48.028Z||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-23T00:12:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:12:57.590Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:12:57.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:13:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:13:48.023Z||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-23T00:13:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:13:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:13:48.028Z||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-23T00:13:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:13:57.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:13:57.628Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:14:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:14:48.023Z||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-23T00:14:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:14:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:14:48.028Z||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-23T00:14:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:14:57.595Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:14:57.598Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:15:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:15:48.023Z||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-23T00:15:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:15:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:15:48.028Z||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-23T00:15:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:15:57.585Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:15:57.585Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:16:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:16:48.023Z||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-23T00:16:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:16:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:16:48.028Z||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-23T00:16:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:16:57.599Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:16:57.600Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:17:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:17:48.023Z||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-23T00:17:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:17:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:17:48.028Z||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-23T00:17:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:17:57.580Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:17:57.596Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:18:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:18:48.023Z||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-23T00:18:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:18:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:18:48.028Z||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-23T00:18:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:18:57.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:18:57.582Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:19:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:19:48.024Z||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-23T00:19:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:19:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:19:48.028Z||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-23T00:19:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:19:57.580Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:19:57.580Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:20:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:20:48.024Z||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-23T00:20:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:20:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:20:48.028Z||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-23T00:20:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:20:57.580Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:20:57.580Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:21:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:21:48.024Z||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-23T00:21:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:21:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:21:48.028Z||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-23T00:21:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:21:57.601Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:21:57.601Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:22:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:22:48.024Z||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-23T00:22:48.025Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T00:22:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:22:48.028Z||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-23T00:22:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:22:57.586Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:22:57.608Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:23:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:23:48.023Z||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-23T00:23:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:23:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:23:48.028Z||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-23T00:23:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:23:57.584Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:23:57.586Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:24:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:24:48.023Z||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-23T00:24:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:24:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:24:48.028Z||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-23T00:24:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:24:57.584Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:24:57.590Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:25:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:25:48.024Z||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-23T00:25:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:25:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:25:48.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T00:25:48.029Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T00:25:57.579Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:25:57.582Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:26:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:26:48.023Z||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-23T00:26:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:26:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:26:48.028Z||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-23T00:26:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:26:57.589Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:26:57.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:27:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:27:48.023Z||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-23T00:27:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:27:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:27:48.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T00:27:48.029Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T00:27:57.579Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:27:57.581Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:28:48.022Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:28:48.023Z||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-23T00:28:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:28:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:28:48.028Z||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-23T00:28:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:28:57.579Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:28:57.580Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:29:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:29:48.023Z||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-23T00:29:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:29:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:29:48.028Z||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-23T00:29:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:29:57.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:29:57.598Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:30:48.022Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:30:48.023Z||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-23T00:30:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:30:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:30:48.028Z||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-23T00:30:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:30:57.693Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:30:57.693Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:31:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:31:48.023Z||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-23T00:31:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:31:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:31:48.028Z||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-23T00:31:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:31:57.586Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:31:57.598Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:32:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:32:48.023Z||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-23T00:32:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:32:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:32:48.028Z||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-23T00:32:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:32:57.596Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:32:57.597Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:33:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:33:48.023Z||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-23T00:33:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:33:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:33:48.028Z||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-23T00:33:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:33:57.591Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:33:57.599Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:34:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:34:48.023Z||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-23T00:34:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:34:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:34:48.028Z||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-23T00:34:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:34:57.584Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:34:57.605Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:35:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:35:48.024Z||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-23T00:35:48.025Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T00:35:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:35:48.028Z||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-23T00:35:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:35:57.605Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:35:57.627Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:36:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:36:48.024Z||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-23T00:36:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:36:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:36:48.028Z||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-23T00:36:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:36:57.579Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:36:57.585Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:37:48.030Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:37:48.031Z||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-23T00:37:48.032Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:37:48.034Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:37:48.035Z||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-23T00:37:48.035Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:37:57.591Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:37:57.594Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:38:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:38:48.023Z||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-23T00:38:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:38:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:38:48.028Z||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-23T00:38:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:38:57.607Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:38:57.625Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:39:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:39:48.023Z||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-23T00:39:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:39:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:39:48.028Z||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-23T00:39:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:39:57.597Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:39:57.600Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:40:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:40:48.023Z||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-23T00:40:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:40:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:40:48.028Z||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-23T00:40:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:40:57.594Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:40:57.600Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:41:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:41:48.024Z||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-23T00:41:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:41:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:41:48.028Z||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-23T00:41:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:41:57.592Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:41:57.594Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:42:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:42:48.024Z||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-23T00:42:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:42:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:42:48.028Z||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-23T00:42:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:42:57.587Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:42:57.597Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:43:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:43:48.024Z||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-23T00:43:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:43:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:43:48.028Z||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-23T00:43:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:43:57.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:43:57.579Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:44:48.022Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:44:48.023Z||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-23T00:44:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:44:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:44:48.028Z||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-23T00:44:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:44:57.587Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:44:57.603Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:45:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:45:48.023Z||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-23T00:45:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:45:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:45:48.028Z||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-23T00:45:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:45:57.579Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:45:57.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:46:48.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:46:48.026Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T00:46:48.026Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T00:46:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:46:48.028Z||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-23T00:46:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:46:57.605Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:46:57.605Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:47:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:47:48.023Z||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-23T00:47:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:47:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:47:48.028Z||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-23T00:47:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:47:57.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:47:57.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:48:48.022Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:48:48.023Z||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-23T00:48:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:48:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:48:48.028Z||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-23T00:48:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:48:57.596Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:48:57.599Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:49:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:49:48.023Z||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-23T00:49:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:49:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:49:48.028Z||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-23T00:49:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:49:57.606Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:49:57.618Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:50:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:50:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T00:50:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:50:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:50:48.028Z||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-23T00:50:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:50:57.614Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:50:57.620Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:51:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:51:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T00:51:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:51:48.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:51:48.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T00:51:48.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T00:51:57.603Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:51:57.605Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:52:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:52:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T00:52:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:52:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:52:48.028Z||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-23T00:52:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:52:57.600Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:52:57.604Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:53:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:53:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T00:53:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:53:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:53:48.028Z||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-23T00:53:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:53:57.594Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:53:57.602Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:54:48.022Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:54:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T00:54:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:54:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:54:48.028Z||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-23T00:54:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:54:57.591Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:54:57.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:55:48.022Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:55:48.023Z||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-23T00:55:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:55:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:55:48.028Z||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-23T00:55:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:55:57.579Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:55:57.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:56:48.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:56:48.026Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T00:56:48.026Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T00:56:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:56:48.028Z||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-23T00:56:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:56:57.586Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:56:57.594Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:57:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:57:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T00:57:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:57:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:57:48.028Z||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-23T00:57:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:57:57.590Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:57:57.601Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:58:48.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:58:48.024Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T00:58:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:58:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:58:48.028Z||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-23T00:58:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:58:57.587Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:58:57.604Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:59:48.023Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:59:48.024Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T00:59:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:59:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T00:59:48.028Z||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-23T00:59:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T00:59:57.609Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T00:59:57.629Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:00:48.023Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:00:48.023Z||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-23T01:00:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:00:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:00:48.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T01:00:48.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T01:00:57.582Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:00:57.582Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:01:48.022Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:01:48.023Z||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-23T01:01:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:01:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:01:48.028Z||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-23T01:01:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:01:57.631Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:01:57.633Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:02:48.023Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:02:48.024Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T01:02:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:02:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:02:48.028Z||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-23T01:02:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:02:57.601Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:02:57.601Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:03:48.022Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:03:48.023Z||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-23T01:03:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:03:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:03:48.028Z||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-23T01:03:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:03:57.608Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:03:57.616Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:04:48.022Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:04:48.023Z||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-23T01:04:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:04:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:04:48.028Z||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-23T01:04:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:04:57.583Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:04:57.595Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:05:48.023Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:05:48.023Z||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-23T01:05:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:05:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:05:48.028Z||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-23T01:05:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:05:57.582Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:05:57.593Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:06:48.022Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:06:48.023Z||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-23T01:06:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:06:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:06:48.028Z||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-23T01:06:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:06:57.601Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:06:57.603Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:07:48.022Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:07:48.023Z||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-23T01:07:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:07:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:07:48.028Z||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-23T01:07:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:07:57.599Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:07:57.599Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:08:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:08:48.024Z||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-23T01:08:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:08:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:08:48.028Z||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-23T01:08:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:08:57.596Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:08:57.633Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:09:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:09:48.024Z||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-23T01:09:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:09:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:09:48.028Z||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-23T01:09:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:09:57.587Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:09:57.594Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:10:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:10:48.024Z||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-23T01:10:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:10:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:10:48.028Z||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-23T01:10:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:10:57.604Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:10:57.611Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:11:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:11:48.024Z||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-23T01:11:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:11:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:11:48.028Z||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-23T01:11:48.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T01:11:57.618Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:11:57.625Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:12:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:12:48.024Z||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-23T01:12:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:12:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:12:48.028Z||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-23T01:12:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:12:57.588Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:12:57.595Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:13:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:13:48.023Z||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-23T01:13:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:13:48.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:13:48.028Z||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-23T01:13:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:13:57.583Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:13:57.592Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:14:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:14:48.024Z||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-23T01:14:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:14:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:14:48.028Z||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-23T01:14:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:14:57.592Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:14:57.595Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:15:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:15:48.024Z||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-23T01:15:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:15:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:15:48.028Z||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-23T01:15:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:15:57.586Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:15:57.588Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:16:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:16:48.023Z||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-23T01:16:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:16:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:16:48.028Z||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-23T01:16:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:16:57.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:16:57.585Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:17:48.022Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:17:48.023Z||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-23T01:17:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:17:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:17:48.028Z||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-23T01:17:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:17:57.597Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:17:57.599Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:18:48.022Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:18:48.023Z||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-23T01:18:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:18:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:18:48.028Z||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-23T01:18:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:18:57.585Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:18:57.600Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:19:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:19:48.024Z||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-23T01:19:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:19:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:19:48.028Z||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-23T01:19:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:19:57.612Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:19:57.619Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:20:48.022Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:20:48.023Z||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-23T01:20:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:20:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:20:48.028Z||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-23T01:20:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:20:57.592Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:20:57.592Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:21:48.022Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:21:48.023Z||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-23T01:21:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:21:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:21:48.028Z||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-23T01:21:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:21:57.595Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:21:57.608Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:22:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:22:48.023Z||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-23T01:22:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:22:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:22:48.028Z||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-23T01:22:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:22:57.609Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:22:57.611Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:23:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:23:48.023Z||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-23T01:23:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:23:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:23:48.028Z||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-23T01:23:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:23:57.619Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:23:57.625Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:24:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:24:48.023Z||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-23T01:24:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:24:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:24:48.028Z||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-23T01:24:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:24:57.597Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:24:57.598Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:25:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:25:48.023Z||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-23T01:25:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:25:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:25:48.028Z||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-23T01:25:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:25:57.628Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:25:57.629Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:26:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:26:48.024Z||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-23T01:26:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:26:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:26:48.028Z||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-23T01:26:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:26:57.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:26:57.595Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:27:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:27:48.024Z||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-23T01:27:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:27:48.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:27:48.031Z||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-23T01:27:48.031Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:27:57.583Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:27:57.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:28:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:28:48.024Z||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-23T01:28:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:28:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:28:48.028Z||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-23T01:28:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:28:57.580Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:28:57.591Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:29:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:29:48.023Z||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-23T01:29:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:29:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:29:48.028Z||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-23T01:29:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:29:57.608Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:29:57.625Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:30:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:30:48.023Z||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-23T01:30:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:30:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:30:48.028Z||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-23T01:30:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:30:57.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:30:57.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:31:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:31:48.023Z||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-23T01:31:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:31:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:31:48.028Z||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-23T01:31:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:31:57.597Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:31:57.597Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:32:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:32:48.023Z||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-23T01:32:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:32:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:32:48.028Z||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-23T01:32:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:32:57.594Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:32:57.596Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:33:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:33:48.023Z||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-23T01:33:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:33:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:33:48.028Z||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-23T01:33:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:33:57.605Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:33:57.614Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:34:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:34:48.023Z||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-23T01:34:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:34:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:34:48.028Z||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-23T01:34:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:34:57.587Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:34:57.587Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:35:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:35:48.024Z||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-23T01:35:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:35:48.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:35:48.028Z||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-23T01:35:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:35:57.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:35:57.606Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:36:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:36:48.023Z||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-23T01:36:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:36:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:36:48.028Z||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-23T01:36:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:36:57.584Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:36:57.587Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:37:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:37:48.023Z||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-23T01:37:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:37:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:37:48.028Z||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-23T01:37:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:37:57.596Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:37:57.600Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:38:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:38:48.023Z||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-23T01:38:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:38:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:38:48.028Z||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-23T01:38:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:38:57.585Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:38:57.611Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:39:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:39:48.023Z||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-23T01:39:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:39:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:39:48.028Z||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-23T01:39:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:39:57.589Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:39:57.623Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:40:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:40:48.023Z||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-23T01:40:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:40:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:40:48.028Z||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-23T01:40:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:40:57.601Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:40:57.607Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:41:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:41:48.023Z||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-23T01:41:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:41:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:41:48.028Z||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-23T01:41:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:41:57.591Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:41:57.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:42:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:42:48.023Z||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-23T01:42:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:42:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:42:48.028Z||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-23T01:42:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:42:57.587Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:42:57.598Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:43:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:43:48.024Z||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-23T01:43:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:43:48.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:43:48.028Z||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-23T01:43:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:43:57.586Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:43:57.611Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:44:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:44:48.024Z||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-23T01:44:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:44:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:44:48.028Z||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-23T01:44:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:44:57.596Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:44:57.598Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:45:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:45:48.024Z||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-23T01:45:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:45:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:45:48.034Z||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-23T01:45:48.035Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:45:57.580Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:45:57.585Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:46:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:46:48.023Z||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-23T01:46:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:46:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:46:48.028Z||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-23T01:46:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:46:57.592Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:46:57.597Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:47:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:47:48.024Z||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-23T01:47:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:47:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:47:48.028Z||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-23T01:47:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:47:57.581Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:47:57.585Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:48:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:48:48.024Z||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-23T01:48:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:48:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:48:48.028Z||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-23T01:48:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:48:57.591Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:48:57.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:49:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:49:48.023Z||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-23T01:49:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:49:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:49:48.028Z||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-23T01:49:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:49:57.587Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:49:57.604Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:50:48.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:50:48.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:50:48.032Z||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-23T01:50:48.032Z||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-23T01:50:48.032Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:50:48.032Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:50:57.600Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:50:57.602Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:51:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:51:48.024Z||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-23T01:51:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:51:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:51:48.028Z||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-23T01:51:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:51:57.581Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:51:57.590Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:52:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:52:48.024Z||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-23T01:52:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:52:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:52:48.028Z||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-23T01:52:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:52:57.601Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:52:57.602Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:53:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:53:48.023Z||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-23T01:53:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:53:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:53:48.028Z||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-23T01:53:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:53:57.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:53:57.582Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:54:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:54:48.023Z||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-23T01:54:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:54:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:54:48.028Z||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-23T01:54:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:54:57.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:54:57.584Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:55:48.022Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:55:48.023Z||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-23T01:55:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:55:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:55:48.028Z||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-23T01:55:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:55:57.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:55:57.583Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:56:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:56:48.024Z||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-23T01:56:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:56:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:56:48.028Z||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-23T01:56:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:56:57.585Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:56:57.595Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:57:48.022Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:57:48.023Z||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-23T01:57:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:57:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:57:48.028Z||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-23T01:57:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:57:57.580Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:57:57.580Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:58:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:58:48.024Z||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-23T01:58:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:58:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:58:48.028Z||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-23T01:58:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:58:57.594Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:58:57.603Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:59:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:59:48.024Z||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-23T01:59:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:59:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T01:59:48.028Z||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-23T01:59:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T01:59:57.590Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T01:59:57.590Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:00:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:00:48.024Z||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-23T02:00:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:00:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:00:48.028Z||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-23T02:00:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:00:57.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:00:57.659Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:01:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:01:48.024Z||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-23T02:01:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:01:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:01:48.028Z||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-23T02:01:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:01:57.585Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:01:57.586Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:02:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:02:48.024Z||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-23T02:02:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:02:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:02:48.028Z||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-23T02:02:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:02:57.585Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:02:57.596Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:03:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:03:48.023Z||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-23T02:03:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:03:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:03:48.028Z||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-23T02:03:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:03:57.604Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:03:57.604Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:04:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:04:48.023Z||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-23T02:04:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:04:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:04:48.028Z||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-23T02:04:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:04:57.587Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:04:57.587Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:05:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:05:48.023Z||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-23T02:05:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:05:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:05:48.028Z||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-23T02:05:48.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T02:05:57.602Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:05:57.604Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:06:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:06:48.024Z||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-23T02:06:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:06:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:06:48.028Z||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-23T02:06:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:06:57.590Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:06:57.590Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:07:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:07:48.023Z||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-23T02:07:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:07:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:07:48.028Z||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-23T02:07:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:07:57.593Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:07:57.597Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:08:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:08:48.023Z||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-23T02:08:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:08:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:08:48.028Z||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-23T02:08:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:08:57.593Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:08:57.600Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:09:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:09:48.023Z||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-23T02:09:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:09:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:09:48.028Z||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-23T02:09:48.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T02:09:57.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:09:57.610Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:10:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:10:48.024Z||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-23T02:10:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:10:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:10:48.028Z||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-23T02:10:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:10:57.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:10:57.590Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:11:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:11:48.023Z||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-23T02:11:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:11:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:11:48.028Z||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-23T02:11:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:11:57.615Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:11:57.619Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:12:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:12:48.023Z||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-23T02:12:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:12:48.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:12:48.028Z||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-23T02:12:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:12:57.588Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:12:57.591Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:13:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:13:48.023Z||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-23T02:13:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:13:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:13:48.028Z||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-23T02:13:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:13:57.602Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:13:57.603Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:14:48.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:14:48.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:14:48.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T02:14:48.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T02:14:48.030Z||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-23T02:14:48.031Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:14:57.598Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:14:57.604Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:15:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:15:48.023Z||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-23T02:15:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:15:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:15:48.028Z||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-23T02:15:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:15:57.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:15:57.605Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:16:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:16:48.024Z||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-23T02:16:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:16:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:16:48.028Z||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-23T02:16:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:16:57.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:16:57.594Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:17:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:17:48.024Z||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-23T02:17:48.025Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T02:17:48.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:17:48.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T02:17:48.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T02:17:57.612Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:17:57.620Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:18:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:18:48.024Z||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-23T02:18:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:18:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:18:48.028Z||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-23T02:18:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:18:57.586Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:18:57.589Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:19:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:19:48.024Z||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-23T02:19:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:19:48.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:19:48.029Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T02:19:48.029Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T02:19:57.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:19:57.592Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:20:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:20:48.024Z||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-23T02:20:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:20:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:20:48.028Z||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-23T02:20:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:20:57.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:20:57.595Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:21:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:21:48.023Z||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-23T02:21:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:21:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:21:48.028Z||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-23T02:21:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:21:57.599Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:21:57.601Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:22:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:22:48.023Z||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-23T02:22:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:22:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:22:48.028Z||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-23T02:22:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:22:57.574Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:22:57.598Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:23:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:23:48.024Z||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-23T02:23:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:23:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:23:48.028Z||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-23T02:23:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:23:57.600Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:23:57.618Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:24:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:24:48.024Z||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-23T02:24:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:24:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:24:48.028Z||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-23T02:24:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:24:57.605Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:24:57.625Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:25:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:25:48.023Z||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-23T02:25:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:25:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:25:48.028Z||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-23T02:25:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:25:57.607Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:25:57.607Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:26:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:26:48.023Z||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-23T02:26:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:26:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:26:48.028Z||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-23T02:26:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:26:57.608Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:26:57.608Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:27:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:27:48.023Z||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-23T02:27:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:27:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:27:48.028Z||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-23T02:27:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:27:57.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:27:57.615Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:28:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:28:48.023Z||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-23T02:28:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:28:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:28:48.028Z||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-23T02:28:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:28:57.589Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:28:57.609Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:29:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:29:48.023Z||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-23T02:29:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:29:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:29:48.028Z||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-23T02:29:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:29:57.605Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:29:57.628Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:30:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:30:48.023Z||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-23T02:30:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:30:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:30:48.028Z||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-23T02:30:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:30:57.620Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:30:57.621Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:31:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:31:48.024Z||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-23T02:31:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:31:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:31:48.028Z||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-23T02:31:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:31:57.589Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:31:57.607Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:32:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:32:48.023Z||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-23T02:32:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:32:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:32:48.028Z||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-23T02:32:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:32:57.605Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:32:57.605Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:33:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:33:48.024Z||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-23T02:33:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:33:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:33:48.028Z||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-23T02:33:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:33:57.602Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:33:57.613Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:34:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:34:48.024Z||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-23T02:34:48.025Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T02:34:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:34:48.028Z||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-23T02:34:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:34:57.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:34:57.605Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:35:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:35:48.024Z||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-23T02:35:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:35:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:35:48.028Z||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-23T02:35:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:35:57.594Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:35:57.597Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:36:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:36:48.024Z||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-23T02:36:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:36:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:36:48.028Z||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-23T02:36:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:36:57.584Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:36:57.587Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:37:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:37:48.023Z||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-23T02:37:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:37:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:37:48.028Z||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-23T02:37:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:37:57.617Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:37:57.618Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:38:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:38:48.023Z||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-23T02:38:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:38:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:38:48.028Z||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-23T02:38:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:38:57.582Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:38:57.609Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:39:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:39:48.023Z||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-23T02:39:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:39:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:39:48.028Z||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-23T02:39:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:39:57.578Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:39:57.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:40:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:40:48.024Z||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-23T02:40:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:40:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:40:48.028Z||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-23T02:40:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:40:57.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:40:57.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:41:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:41:48.024Z||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-23T02:41:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:41:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:41:48.028Z||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-23T02:41:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:41:57.589Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:41:57.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:42:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:42:48.023Z||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-23T02:42:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:42:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:42:48.028Z||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-23T02:42:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:42:57.584Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:42:57.627Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:43:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:43:48.024Z||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-23T02:43:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:43:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:43:48.028Z||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-23T02:43:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:43:57.599Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:43:57.601Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:44:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:44:48.023Z||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-23T02:44:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:44:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:44:48.028Z||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-23T02:44:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:44:57.601Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:44:57.607Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:45:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:45:48.023Z||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-23T02:45:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:45:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:45:48.028Z||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-23T02:45:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:45:57.609Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:45:57.621Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:46:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:46:48.023Z||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-23T02:46:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:46:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:46:48.028Z||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-23T02:46:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:46:57.608Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:46:57.615Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:47:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:47:48.023Z||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-23T02:47:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:47:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:47:48.028Z||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-23T02:47:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:47:57.592Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:47:57.602Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:48:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:48:48.023Z||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-23T02:48:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:48:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:48:48.028Z||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-23T02:48:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:48:57.592Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:48:57.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:49:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:49:48.023Z||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-23T02:49:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:49:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:49:48.028Z||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-23T02:49:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:49:57.598Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:49:57.600Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:50:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:50:48.024Z||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-23T02:50:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:50:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:50:48.028Z||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-23T02:50:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:50:57.604Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:50:57.609Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:51:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:51:48.024Z||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-23T02:51:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:51:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:51:48.028Z||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-23T02:51:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:51:57.620Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:51:57.621Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:52:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:52:48.024Z||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-23T02:52:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:52:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:52:48.028Z||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-23T02:52:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:52:57.589Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:52:57.602Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:53:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:53:48.023Z||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-23T02:53:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:53:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:53:48.028Z||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-23T02:53:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:53:57.590Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:53:57.612Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:54:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:54:48.023Z||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-23T02:54:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:54:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:54:48.028Z||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-23T02:54:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:54:57.609Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:54:57.614Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:55:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:55:48.023Z||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-23T02:55:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:55:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:55:48.028Z||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-23T02:55:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:55:57.601Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:55:57.603Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:56:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:56:48.023Z||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-23T02:56:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:56:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:56:48.028Z||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-23T02:56:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:56:57.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:56:57.602Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:57:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:57:48.023Z||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-23T02:57:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:57:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:57:48.028Z||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-23T02:57:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:57:57.596Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:57:57.597Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:58:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:58:48.024Z||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-23T02:58:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:58:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:58:48.028Z||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-23T02:58:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:58:57.591Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:58:57.632Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:59:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:59:48.023Z||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-23T02:59:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:59:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T02:59:48.028Z||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-23T02:59:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T02:59:57.633Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T02:59:57.639Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:00:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:00:48.023Z||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-23T03:00:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:00:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:00:48.028Z||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-23T03:00:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:00:57.611Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:00:57.628Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:01:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:01:48.023Z||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-23T03:01:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:01:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:01:48.028Z||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-23T03:01:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:01:57.620Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:01:57.642Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:02:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:02:48.023Z||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-23T03:02:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:02:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:02:48.028Z||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-23T03:02:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:02:57.623Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:02:57.633Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:03:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:03:48.024Z||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-23T03:03:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:03:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:03:48.028Z||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-23T03:03:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:03:57.613Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:03:57.636Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:04:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:04:48.023Z||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-23T03:04:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:04:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:04:48.028Z||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-23T03:04:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:04:57.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:04:57.595Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:05:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:05:48.024Z||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-23T03:05:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:05:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:05:48.028Z||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-23T03:05:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:05:57.587Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:05:57.607Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:06:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:06:48.023Z||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-23T03:06:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:06:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:06:48.028Z||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-23T03:06:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:06:57.606Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:06:57.622Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:07:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:07:48.024Z||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-23T03:07:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:07:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:07:48.028Z||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-23T03:07:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:07:57.590Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:07:57.597Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:08:48.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:08:48.027Z||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-23T03:08:48.027Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:08:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:08:48.028Z||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-23T03:08:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:08:57.600Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:08:57.623Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:09:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:09:48.023Z||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-23T03:09:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:09:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:09:48.028Z||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-23T03:09:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:09:57.624Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:09:57.629Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:10:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:10:48.023Z||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-23T03:10:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:10:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:10:48.028Z||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-23T03:10:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:10:57.619Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:10:57.624Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:11:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:11:48.024Z||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-23T03:11:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:11:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:11:48.028Z||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-23T03:11:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:11:57.600Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:11:57.601Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:12:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:12:48.024Z||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-23T03:12:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:12:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:12:48.028Z||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-23T03:12:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:12:57.600Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:12:57.648Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:13:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:13:48.024Z||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-23T03:13:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:13:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:13:48.028Z||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-23T03:13:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:13:57.645Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:13:57.647Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:14:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:14:48.024Z||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-23T03:14:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:14:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:14:48.028Z||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-23T03:14:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:14:57.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:14:57.601Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:15:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:15:48.024Z||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-23T03:15:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:15:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:15:48.028Z||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-23T03:15:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:15:57.596Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:15:57.609Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:16:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:16:48.023Z||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-23T03:16:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:16:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:16:48.028Z||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-23T03:16:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:16:57.604Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:16:57.634Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:17:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:17:48.023Z||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-23T03:17:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:17:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:17:48.028Z||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-23T03:17:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:17:57.581Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:17:57.611Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:18:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:18:48.023Z||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-23T03:18:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:18:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:18:48.028Z||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-23T03:18:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:18:57.613Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:18:57.619Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:19:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:19:48.023Z||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-23T03:19:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:19:48.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:19:48.028Z||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-23T03:19:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:19:57.587Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:19:57.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:20:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:20:48.023Z||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-23T03:20:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:20:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:20:48.028Z||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-23T03:20:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:20:57.583Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:20:57.593Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:21:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:21:48.023Z||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-23T03:21:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:21:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:21:48.028Z||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-23T03:21:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:21:57.586Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:21:57.591Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:22:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:22:48.023Z||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-23T03:22:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:22:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:22:48.028Z||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-23T03:22:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:22:57.604Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:22:57.640Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:23:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:23:48.023Z||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-23T03:23:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:23:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:23:48.028Z||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-23T03:23:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:23:57.609Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:23:57.639Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:24:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:24:48.023Z||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-23T03:24:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:24:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:24:48.028Z||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-23T03:24:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:24:57.610Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:24:57.617Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:25:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:25:48.024Z||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-23T03:25:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:25:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:25:48.028Z||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-23T03:25:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:25:57.621Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:25:57.625Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:26:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:26:48.025Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T03:26:48.025Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T03:26:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:26:48.028Z||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-23T03:26:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:26:57.623Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:26:57.626Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:27:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:27:48.024Z||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-23T03:27:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:27:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:27:48.028Z||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-23T03:27:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:27:57.621Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:27:57.635Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:28:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:28:48.024Z||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-23T03:28:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:28:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:28:48.028Z||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-23T03:28:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:28:57.616Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:28:57.616Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:29:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:29:48.023Z||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-23T03:29:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:29:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:29:48.028Z||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-23T03:29:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:29:57.583Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:29:57.603Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:30:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:30:48.023Z||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-23T03:30:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:30:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:30:48.028Z||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-23T03:30:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:30:57.614Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:30:57.624Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:31:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:31:48.023Z||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-23T03:31:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:31:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:31:48.028Z||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-23T03:31:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:31:57.614Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:31:57.632Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:32:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:32:48.024Z||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-23T03:32:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:32:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:32:48.028Z||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-23T03:32:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:32:57.583Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:32:57.583Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:33:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:33:48.023Z||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-23T03:33:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:33:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:33:48.028Z||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-23T03:33:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:33:57.587Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:33:57.606Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:34:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:34:48.023Z||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-23T03:34:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:34:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:34:48.028Z||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-23T03:34:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:34:57.583Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:34:57.604Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:35:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:35:48.023Z||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-23T03:35:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:35:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:35:48.028Z||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-23T03:35:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:35:57.619Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:35:57.619Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:36:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:36:48.023Z||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-23T03:36:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:36:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:36:48.028Z||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-23T03:36:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:36:57.586Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:36:57.587Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:37:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:37:48.023Z||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-23T03:37:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:37:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:37:48.028Z||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-23T03:37:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:37:57.603Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:37:57.606Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:38:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:38:48.023Z||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-23T03:38:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:38:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:38:48.028Z||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-23T03:38:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:38:57.631Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:38:57.633Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:39:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:39:48.023Z||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-23T03:39:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:39:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:39:48.028Z||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-23T03:39:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:39:57.594Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:39:57.602Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:40:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:40:48.023Z||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-23T03:40:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:40:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:40:48.028Z||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-23T03:40:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:40:57.591Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:40:57.596Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:41:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:41:48.023Z||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-23T03:41:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:41:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:41:48.028Z||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-23T03:41:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:41:57.595Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:41:57.602Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:42:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:42:48.024Z||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-23T03:42:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:42:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:42:48.028Z||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-23T03:42:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:42:57.593Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:42:57.597Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:43:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:43:48.024Z||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-23T03:43:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:43:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:43:48.028Z||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-23T03:43:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:43:57.588Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:43:57.628Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:44:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:44:48.023Z||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-23T03:44:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:44:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:44:48.028Z||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-23T03:44:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:44:57.610Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:44:57.612Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:45:48.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:45:48.026Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T03:45:48.026Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T03:45:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:45:48.028Z||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-23T03:45:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:45:57.602Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:45:57.604Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:46:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:46:48.024Z||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-23T03:46:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:46:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:46:48.028Z||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-23T03:46:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:46:57.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:46:57.592Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:47:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:47:48.023Z||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-23T03:47:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:47:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:47:48.028Z||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-23T03:47:48.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T03:47:57.610Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:47:57.620Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:48:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:48:48.023Z||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-23T03:48:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:48:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:48:48.028Z||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-23T03:48:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:48:57.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:48:57.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:49:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:49:48.024Z||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-23T03:49:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:49:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:49:48.028Z||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-23T03:49:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:49:57.652Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:49:57.653Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:50:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:50:48.023Z||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-23T03:50:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:50:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:50:48.028Z||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-23T03:50:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:50:57.636Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:50:57.647Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:51:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:51:48.023Z||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-23T03:51:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:51:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:51:48.028Z||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-23T03:51:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:51:57.648Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:51:57.657Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:52:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:52:48.023Z||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-23T03:52:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:52:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:52:48.028Z||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-23T03:52:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:52:57.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:52:57.583Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:53:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:53:48.023Z||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-23T03:53:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:53:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:53:48.028Z||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-23T03:53:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:53:57.587Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:53:57.591Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:54:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:54:48.023Z||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-23T03:54:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:54:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:54:48.028Z||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-23T03:54:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:54:57.595Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:54:57.595Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:55:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:55:48.023Z||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-23T03:55:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:55:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:55:48.028Z||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-23T03:55:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:55:57.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:55:57.599Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:56:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:56:48.023Z||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-23T03:56:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:56:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:56:48.028Z||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-23T03:56:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:56:57.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:56:57.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:57:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:57:48.023Z||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-23T03:57:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:57:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:57:48.028Z||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-23T03:57:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:57:57.610Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:57:57.620Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:58:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:58:48.024Z||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-23T03:58:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:58:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:58:48.028Z||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-23T03:58:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:58:57.613Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:58:57.616Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:59:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:59:48.024Z||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-23T03:59:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:59:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T03:59:48.028Z||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-23T03:59:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T03:59:57.584Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T03:59:57.585Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:00:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:00:48.024Z||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-23T04:00:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:00:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:00:48.028Z||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-23T04:00:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:00:57.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:00:57.587Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:01:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:01:48.024Z||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-23T04:01:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:01:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:01:48.028Z||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-23T04:01:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:01:57.613Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:01:57.613Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:02:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:02:48.023Z||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-23T04:02:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:02:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:02:48.028Z||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-23T04:02:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:02:57.594Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:02:57.599Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:03:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:03:48.023Z||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-23T04:03:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:03:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:03:48.028Z||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-23T04:03:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:03:57.588Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:03:57.590Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:04:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:04:48.023Z||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-23T04:04:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:04:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:04:48.028Z||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-23T04:04:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:04:57.598Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:04:57.600Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:05:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:05:48.023Z||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-23T04:05:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:05:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:05:48.028Z||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-23T04:05:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:05:57.587Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:05:57.612Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:06:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:06:48.023Z||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-23T04:06:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:06:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:06:48.028Z||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-23T04:06:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:06:57.592Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:06:57.624Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:07:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:07:48.023Z||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-23T04:07:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:07:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:07:48.028Z||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-23T04:07:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:07:57.612Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:07:57.612Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:08:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:08:48.023Z||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-23T04:08:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:08:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:08:48.028Z||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-23T04:08:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:08:57.603Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:08:57.615Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:09:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:09:48.023Z||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-23T04:09:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:09:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:09:48.028Z||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-23T04:09:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:09:57.588Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:09:57.597Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:10:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:10:48.023Z||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-23T04:10:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:10:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:10:48.028Z||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-23T04:10:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:10:57.599Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:10:57.616Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:11:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:11:48.023Z||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-23T04:11:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:11:48.028Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:11:48.028Z||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-23T04:11:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:11:57.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:11:57.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:12:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:12:48.023Z||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-23T04:12:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:12:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:12:48.028Z||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-23T04:12:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:12:57.598Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:12:57.608Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:13:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:13:48.023Z||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-23T04:13:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:13:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:13:48.028Z||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-23T04:13:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:13:57.597Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:13:57.609Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:14:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:14:48.024Z||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-23T04:14:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:14:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:14:48.028Z||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-23T04:14:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:14:57.597Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:14:57.597Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:15:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:15:48.023Z||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-23T04:15:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:15:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:15:48.028Z||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-23T04:15:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:15:57.590Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:15:57.609Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:16:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:16:48.025Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T04:16:48.025Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T04:16:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:16:48.028Z||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-23T04:16:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:16:57.594Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:16:57.617Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:17:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:17:48.024Z||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-23T04:17:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:17:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:17:48.028Z||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-23T04:17:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:17:57.609Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:17:57.619Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:18:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:18:48.024Z||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-23T04:18:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:18:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:18:48.028Z||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-23T04:18:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:18:57.582Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:18:57.608Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:19:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:19:48.024Z||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-23T04:19:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:19:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:19:48.028Z||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-23T04:19:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:19:57.615Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:19:57.625Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:20:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:20:48.023Z||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-23T04:20:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:20:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:20:48.028Z||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-23T04:20:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:20:57.620Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:20:57.623Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:21:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:21:48.023Z||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-23T04:21:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:21:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:21:48.028Z||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-23T04:21:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:21:57.601Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:21:57.603Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:22:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:22:48.023Z||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-23T04:22:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:22:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:22:48.028Z||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-23T04:22:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:22:57.592Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:22:57.607Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:23:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:23:48.023Z||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-23T04:23:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:23:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:23:48.028Z||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-23T04:23:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:23:57.586Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:23:57.594Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:24:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:24:48.023Z||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-23T04:24:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:24:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:24:48.028Z||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-23T04:24:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:24:57.598Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:24:57.601Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:25:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:25:48.023Z||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-23T04:25:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:25:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:25:48.028Z||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-23T04:25:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:25:57.598Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:25:57.599Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:26:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:26:48.023Z||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-23T04:26:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:26:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:26:48.028Z||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-23T04:26:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:26:57.607Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:26:57.624Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:27:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:27:48.023Z||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-23T04:27:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:27:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:27:48.028Z||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-23T04:27:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:27:57.595Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:27:57.614Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:28:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:28:48.023Z||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-23T04:28:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:28:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:28:48.028Z||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-23T04:28:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:28:57.583Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:28:57.587Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:29:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:29:48.023Z||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-23T04:29:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:29:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:29:48.028Z||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-23T04:29:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:29:57.600Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:29:57.607Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:30:48.026Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:30:48.027Z||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-23T04:30:48.027Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:30:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:30:48.028Z||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-23T04:30:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:30:57.640Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:30:57.644Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:31:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:31:48.023Z||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-23T04:31:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:31:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:31:48.028Z||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-23T04:31:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:31:57.589Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:31:57.626Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:32:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:32:48.024Z||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-23T04:32:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:32:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:32:48.028Z||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-23T04:32:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:32:57.591Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:32:57.592Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:33:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:33:48.023Z||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-23T04:33:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:33:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:33:48.028Z||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-23T04:33:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:33:57.606Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:33:57.611Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:34:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:34:48.024Z||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-23T04:34:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:34:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:34:48.028Z||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-23T04:34:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:34:57.587Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:34:57.598Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:35:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:35:48.024Z||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-23T04:35:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:35:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:35:48.028Z||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-23T04:35:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:35:57.640Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:35:57.641Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:36:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:36:48.024Z||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-23T04:36:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:36:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:36:48.028Z||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-23T04:36:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:36:57.608Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:36:57.614Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:37:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:37:48.023Z||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-23T04:37:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:37:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:37:48.028Z||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-23T04:37:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:37:57.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:37:57.606Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:38:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:38:48.024Z||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-23T04:38:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:38:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:38:48.028Z||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-23T04:38:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:38:57.590Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:38:57.607Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:39:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:39:48.023Z||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-23T04:39:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:39:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:39:48.028Z||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-23T04:39:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:39:57.594Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:39:57.609Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:40:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:40:48.023Z||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-23T04:40:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:40:48.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:40:48.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T04:40:48.029Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T04:40:57.603Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:40:57.603Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:41:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:41:48.023Z||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-23T04:41:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:41:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:41:48.028Z||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-23T04:41:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:41:57.604Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:41:57.607Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:42:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:42:48.023Z||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-23T04:42:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:42:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:42:48.028Z||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-23T04:42:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:42:57.604Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:42:57.608Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:43:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:43:48.023Z||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-23T04:43:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:43:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:43:48.028Z||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-23T04:43:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:43:57.604Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:43:57.606Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:44:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:44:48.024Z||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-23T04:44:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:44:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:44:48.028Z||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-23T04:44:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:44:57.585Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:44:57.586Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:45:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:45:48.023Z||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-23T04:45:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:45:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:45:48.028Z||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-23T04:45:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:45:57.590Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:45:57.592Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:46:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:46:48.023Z||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-23T04:46:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:46:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:46:48.028Z||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-23T04:46:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:46:57.597Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:46:57.597Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:47:48.022Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:47:48.023Z||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-23T04:47:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:47:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:47:48.028Z||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-23T04:47:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:47:57.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:47:57.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:48:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:48:48.024Z||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-23T04:48:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:48:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:48:48.028Z||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-23T04:48:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:48:57.629Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:48:57.630Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:49:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:49:48.024Z||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-23T04:49:48.025Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T04:49:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:49:48.028Z||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-23T04:49:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:49:57.599Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:49:57.641Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:50:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:50:48.024Z||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-23T04:50:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:50:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:50:48.028Z||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-23T04:50:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:50:57.603Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:50:57.644Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:51:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:51:48.023Z||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-23T04:51:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:51:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:51:48.028Z||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-23T04:51:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:51:57.604Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:51:57.622Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:52:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:52:48.023Z||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-23T04:52:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:52:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:52:48.028Z||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-23T04:52:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:52:57.585Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:52:57.594Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:53:48.022Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:53:48.023Z||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-23T04:53:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:53:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:53:48.028Z||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-23T04:53:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:53:57.596Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:53:57.598Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:54:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:54:48.023Z||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-23T04:54:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:54:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:54:48.028Z||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-23T04:54:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:54:57.619Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:54:57.626Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:55:48.022Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:55:48.024Z||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-23T04:55:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:55:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:55:48.028Z||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-23T04:55:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:55:57.610Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:55:57.632Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:56:48.023Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:56:48.023Z||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-23T04:56:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:56:48.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:56:48.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T04:56:48.029Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T04:56:57.602Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:56:57.602Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:57:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:57:48.023Z||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-23T04:57:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:57:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:57:48.028Z||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-23T04:57:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:57:57.607Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:57:57.629Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:58:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:58:48.023Z||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-23T04:58:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:58:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:58:48.028Z||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-23T04:58:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:58:57.618Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:58:57.644Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:59:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:59:48.023Z||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-23T04:59:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:59:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T04:59:48.028Z||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-23T04:59:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T04:59:57.615Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T04:59:57.617Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:00:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:00:48.023Z||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-23T05:00:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:00:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:00:48.028Z||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-23T05:00:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:00:57.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:00:57.615Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:01:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:01:48.023Z||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-23T05:01:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:01:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:01:48.028Z||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-23T05:01:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:01:57.584Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:01:57.584Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:02:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:02:48.023Z||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-23T05:02:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:02:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:02:48.028Z||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-23T05:02:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:02:57.631Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:02:57.636Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:03:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:03:48.023Z||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-23T05:03:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:03:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:03:48.028Z||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-23T05:03:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:03:57.625Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:03:57.630Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:04:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:04:48.023Z||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-23T05:04:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:04:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:04:48.028Z||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-23T05:04:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:04:57.618Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:04:57.632Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:05:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:05:48.024Z||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-23T05:05:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:05:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:05:48.028Z||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-23T05:05:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:05:57.620Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:05:57.627Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:06:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:06:48.025Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T05:06:48.025Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T05:06:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:06:48.028Z||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-23T05:06:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:06:57.594Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:06:57.633Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:07:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:07:48.023Z||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-23T05:07:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:07:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:07:48.028Z||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-23T05:07:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:07:57.597Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:07:57.636Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:08:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:08:48.024Z||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-23T05:08:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:08:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:08:48.028Z||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-23T05:08:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:08:57.635Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:08:57.635Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:09:48.022Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:09:48.023Z||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-23T05:09:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:09:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:09:48.028Z||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-23T05:09:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:09:57.586Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:09:57.622Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:10:48.022Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:10:48.023Z||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-23T05:10:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:10:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:10:48.028Z||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-23T05:10:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:10:57.587Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:10:57.614Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:11:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:11:48.024Z||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-23T05:11:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:11:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:11:48.028Z||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-23T05:11:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:11:57.629Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:11:57.667Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:12:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:12:48.024Z||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-23T05:12:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:12:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:12:48.028Z||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-23T05:12:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:12:57.617Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:12:57.618Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:13:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:13:48.024Z||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-23T05:13:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:13:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:13:48.028Z||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-23T05:13:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:13:57.601Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:13:57.621Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:14:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:14:48.023Z||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-23T05:14:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:14:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:14:48.028Z||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-23T05:14:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:14:57.619Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:14:57.620Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:15:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:15:48.023Z||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-23T05:15:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:15:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:15:48.028Z||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-23T05:15:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:15:57.602Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:15:57.606Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:16:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:16:48.024Z||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-23T05:16:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:16:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:16:48.028Z||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-23T05:16:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:16:57.591Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:16:57.594Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:17:48.022Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:17:48.023Z||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-23T05:17:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:17:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:17:48.028Z||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-23T05:17:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:17:57.615Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:17:57.632Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:18:48.022Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:18:48.023Z||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-23T05:18:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:18:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:18:48.028Z||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-23T05:18:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:18:57.605Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:18:57.610Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:19:48.022Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:19:48.023Z||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-23T05:19:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:19:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:19:48.028Z||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-23T05:19:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:19:57.606Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:19:57.606Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:20:48.022Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:20:48.023Z||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-23T05:20:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:20:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:20:48.028Z||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-23T05:20:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:20:57.602Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:20:57.613Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:21:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:21:48.024Z||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-23T05:21:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:21:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:21:48.028Z||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-23T05:21:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:21:57.606Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:21:57.610Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:22:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:22:48.024Z||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-23T05:22:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:22:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:22:48.028Z||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-23T05:22:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:22:57.593Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:22:57.612Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:23:48.022Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:23:48.024Z||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-23T05:23:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:23:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:23:48.028Z||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-23T05:23:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:23:57.630Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:23:57.647Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:24:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:24:48.024Z||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-23T05:24:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:24:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:24:48.028Z||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-23T05:24:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:24:57.629Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:24:57.657Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:25:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:25:48.023Z||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-23T05:25:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:25:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:25:48.028Z||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-23T05:25:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:25:57.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:25:57.647Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:26:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:26:48.023Z||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-23T05:26:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:26:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:26:48.028Z||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-23T05:26:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:26:57.620Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:26:57.657Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:27:48.023Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:27:48.024Z||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-23T05:27:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:27:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:27:48.028Z||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-23T05:27:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:27:57.607Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:27:57.607Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:28:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:28:48.024Z||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-23T05:28:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:28:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:28:48.028Z||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-23T05:28:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:28:57.674Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:28:57.677Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:29:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:29:48.023Z||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-23T05:29:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:29:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:29:48.028Z||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-23T05:29:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:29:57.620Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:29:57.620Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:30:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:30:48.024Z||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-23T05:30:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:30:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:30:48.028Z||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-23T05:30:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:30:57.596Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:30:57.615Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:31:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:31:48.023Z||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-23T05:31:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:31:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:31:48.028Z||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-23T05:31:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:31:57.602Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:31:57.604Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:32:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:32:48.023Z||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-23T05:32:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:32:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:32:48.028Z||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-23T05:32:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:32:57.608Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:32:57.609Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:33:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:33:48.023Z||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-23T05:33:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:33:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:33:48.028Z||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-23T05:33:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:33:57.589Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:33:57.591Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:34:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:34:48.023Z||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-23T05:34:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:34:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:34:48.028Z||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-23T05:34:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:34:57.585Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:34:57.609Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:35:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:35:48.023Z||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-23T05:35:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:35:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:35:48.028Z||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-23T05:35:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:35:57.625Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:35:57.630Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:36:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:36:48.023Z||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-23T05:36:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:36:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:36:48.028Z||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-23T05:36:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:36:57.644Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:36:57.645Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:37:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:37:48.023Z||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-23T05:37:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:37:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:37:48.028Z||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-23T05:37:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:37:57.622Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:37:57.639Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:38:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:38:48.024Z||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-23T05:38:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:38:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:38:48.028Z||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-23T05:38:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:38:57.665Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:38:57.668Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:39:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:39:48.024Z||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-23T05:39:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:39:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:39:48.028Z||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-23T05:39:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:39:57.597Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:39:57.607Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:40:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:40:48.024Z||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-23T05:40:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:40:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:40:48.028Z||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-23T05:40:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:40:57.599Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:40:57.600Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:41:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:41:48.024Z||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-23T05:41:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:41:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:41:48.028Z||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-23T05:41:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:41:57.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:41:57.615Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:42:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:42:48.023Z||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-23T05:42:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:42:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:42:48.028Z||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-23T05:42:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:42:57.586Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:42:57.604Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:43:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:43:48.023Z||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-23T05:43:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:43:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:43:48.028Z||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-23T05:43:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:43:57.596Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:43:57.619Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:44:48.022Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:44:48.023Z||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-23T05:44:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:44:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:44:48.028Z||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-23T05:44:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:44:57.587Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:44:57.598Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:45:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:45:48.024Z||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-23T05:45:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:45:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:45:48.028Z||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-23T05:45:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:45:57.596Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:45:57.599Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:46:48.023Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:46:48.023Z||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-23T05:46:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:46:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:46:48.028Z||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-23T05:46:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:46:57.598Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:46:57.598Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:47:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:47:48.023Z||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-23T05:47:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:47:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:47:48.028Z||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-23T05:47:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:47:57.591Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:47:57.591Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:48:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:48:48.023Z||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-23T05:48:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:48:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:48:48.028Z||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-23T05:48:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:48:57.604Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:48:57.605Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:49:48.022Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:49:48.023Z||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-23T05:49:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:49:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:49:48.028Z||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-23T05:49:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:49:57.582Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:49:57.607Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:50:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:50:48.023Z||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-23T05:50:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:50:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:50:48.028Z||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-23T05:50:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:50:57.586Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:50:57.596Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:51:48.022Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:51:48.023Z||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-23T05:51:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:51:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:51:48.028Z||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-23T05:51:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:51:57.605Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:51:57.608Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:52:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:52:48.023Z||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-23T05:52:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:52:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:52:48.028Z||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-23T05:52:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:52:57.595Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:52:57.615Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:53:48.022Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:53:48.023Z||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-23T05:53:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:53:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:53:48.028Z||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-23T05:53:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:53:57.621Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:53:57.623Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:54:48.022Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:54:48.023Z||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-23T05:54:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:54:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:54:48.028Z||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-23T05:54:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:54:57.585Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:54:57.593Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:55:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:55:48.024Z||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-23T05:55:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:55:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:55:48.028Z||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-23T05:55:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:55:57.589Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:55:57.621Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:56:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:56:48.024Z||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-23T05:56:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:56:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:56:48.028Z||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-23T05:56:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:56:57.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:56:57.597Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:57:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:57:48.024Z||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-23T05:57:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:57:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:57:48.028Z||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-23T05:57:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:57:57.588Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:57:57.588Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:58:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:58:48.024Z||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-23T05:58:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:58:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:58:48.028Z||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-23T05:58:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:58:57.613Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:58:57.671Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:59:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:59:48.024Z||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-23T05:59:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:59:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T05:59:48.028Z||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-23T05:59:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T05:59:57.608Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T05:59:57.613Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:00:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:00:48.024Z||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-23T06:00:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:00:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:00:48.028Z||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-23T06:00:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:00:57.603Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:00:57.604Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:01:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:01:48.024Z||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-23T06:01:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:01:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:01:48.028Z||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-23T06:01:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:01:57.586Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:01:57.587Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:02:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:02:48.024Z||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-23T06:02:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:02:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:02:48.028Z||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-23T06:02:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:02:57.589Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:02:57.612Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:03:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:03:48.023Z||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-23T06:03:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:03:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:03:48.028Z||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-23T06:03:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:03:57.610Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:03:57.611Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:04:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:04:48.023Z||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-23T06:04:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:04:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:04:48.028Z||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-23T06:04:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:04:57.605Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:04:57.617Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:05:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:05:48.023Z||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-23T06:05:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:05:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:05:48.028Z||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-23T06:05:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:05:57.589Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:05:57.603Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:06:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:06:48.023Z||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-23T06:06:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:06:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:06:48.028Z||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-23T06:06:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:06:57.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:06:57.636Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:07:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:07:48.023Z||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-23T06:07:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:07:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:07:48.028Z||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-23T06:07:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:07:57.620Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:07:57.649Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:08:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:08:48.023Z||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-23T06:08:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:08:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:08:48.028Z||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-23T06:08:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:08:57.588Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:08:57.588Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:09:48.030Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:09:48.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:09:48.031Z||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-23T06:09:48.031Z||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-23T06:09:48.031Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:09:48.031Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:09:57.606Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:09:57.608Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:10:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:10:48.023Z||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-23T06:10:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:10:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:10:48.028Z||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-23T06:10:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:10:57.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:10:57.605Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:11:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:11:48.023Z||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-23T06:11:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:11:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:11:48.028Z||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-23T06:11:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:11:57.617Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:11:57.617Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:12:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:12:48.023Z||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-23T06:12:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:12:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:12:48.028Z||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-23T06:12:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:12:57.612Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:12:57.615Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:13:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:13:48.024Z||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-23T06:13:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:13:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:13:48.028Z||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-23T06:13:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:13:57.632Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:13:57.646Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:14:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:14:48.024Z||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-23T06:14:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:14:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:14:48.028Z||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-23T06:14:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:14:57.586Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:14:57.601Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:15:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:15:48.024Z||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-23T06:15:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:15:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:15:48.028Z||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-23T06:15:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:15:57.606Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:15:57.608Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:16:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:16:48.023Z||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-23T06:16:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:16:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:16:48.028Z||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-23T06:16:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:16:57.619Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:16:57.620Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:17:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:17:48.023Z||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-23T06:17:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:17:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:17:48.028Z||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-23T06:17:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:17:57.636Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:17:57.638Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:18:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:18:48.024Z||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-23T06:18:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:18:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:18:48.028Z||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-23T06:18:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:18:57.606Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:18:57.622Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:19:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:19:48.023Z||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-23T06:19:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:19:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:19:48.028Z||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-23T06:19:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:19:57.607Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:19:57.613Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:20:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:20:48.023Z||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-23T06:20:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:20:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:20:48.028Z||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-23T06:20:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:20:57.600Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:20:57.608Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:21:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:21:48.024Z||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-23T06:21:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:21:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:21:48.028Z||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-23T06:21:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:21:57.594Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:21:57.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:22:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:22:48.023Z||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-23T06:22:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:22:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:22:48.028Z||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-23T06:22:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:22:57.602Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:22:57.602Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:23:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:23:48.023Z||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-23T06:23:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:23:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:23:48.028Z||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-23T06:23:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:23:57.606Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:23:57.607Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:24:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:24:48.023Z||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-23T06:24:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:24:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:24:48.028Z||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-23T06:24:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:24:57.614Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:24:57.628Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:25:48.026Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:25:48.027Z||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-23T06:25:48.027Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:25:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:25:48.028Z||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-23T06:25:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:25:57.611Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:25:57.628Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:26:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:26:48.023Z||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-23T06:26:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:26:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:26:48.028Z||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-23T06:26:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:26:57.602Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:26:57.605Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:27:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:27:48.023Z||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-23T06:27:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:27:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:27:48.028Z||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-23T06:27:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:27:57.615Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:27:57.616Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:28:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:28:48.023Z||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-23T06:28:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:28:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:28:48.028Z||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-23T06:28:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:28:57.610Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:28:57.610Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:29:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:29:48.024Z||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-23T06:29:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:29:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:29:48.028Z||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-23T06:29:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:29:57.612Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:29:57.613Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:30:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:30:48.023Z||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-23T06:30:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:30:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:30:48.028Z||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-23T06:30:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:30:57.618Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:30:57.621Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:31:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:31:48.024Z||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-23T06:31:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:31:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:31:48.028Z||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-23T06:31:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:31:57.595Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:31:57.595Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:32:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:32:48.024Z||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-23T06:32:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:32:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:32:48.028Z||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-23T06:32:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:32:57.589Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:32:57.600Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:33:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:33:48.024Z||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-23T06:33:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:33:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:33:48.028Z||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-23T06:33:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:33:57.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:33:57.621Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:34:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:34:48.023Z||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-23T06:34:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:34:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:34:48.028Z||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-23T06:34:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:34:57.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:34:57.593Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:35:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:35:48.024Z||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-23T06:35:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:35:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:35:48.028Z||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-23T06:35:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:35:57.591Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:35:57.602Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:36:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:36:48.024Z||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-23T06:36:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:36:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:36:48.028Z||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-23T06:36:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:36:57.609Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:36:57.613Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:37:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:37:48.023Z||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-23T06:37:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:37:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:37:48.028Z||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-23T06:37:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:37:57.613Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:37:57.626Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:38:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:38:48.023Z||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-23T06:38:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:38:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:38:48.028Z||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-23T06:38:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:38:57.590Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:38:57.601Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:39:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:39:48.023Z||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-23T06:39:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:39:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:39:48.028Z||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-23T06:39:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:39:57.587Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:39:57.587Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:40:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:40:48.023Z||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-23T06:40:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:40:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:40:48.028Z||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-23T06:40:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:40:57.595Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:40:57.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:41:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:41:48.023Z||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-23T06:41:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:41:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:41:48.028Z||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-23T06:41:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:41:57.600Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:41:57.657Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:42:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:42:48.023Z||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-23T06:42:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:42:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:42:48.028Z||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-23T06:42:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:42:57.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:42:57.611Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:43:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:43:48.023Z||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-23T06:43:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:43:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:43:48.028Z||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-23T06:43:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:43:57.611Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:43:57.632Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:44:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:44:48.023Z||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-23T06:44:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:44:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:44:48.028Z||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-23T06:44:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:44:57.604Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:44:57.606Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:45:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:45:48.023Z||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-23T06:45:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:45:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:45:48.028Z||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-23T06:45:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:45:57.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:45:57.609Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:46:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:46:48.024Z||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-23T06:46:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:46:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:46:48.028Z||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-23T06:46:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:46:57.616Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:46:57.619Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:47:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:47:48.024Z||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-23T06:47:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:47:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:47:48.028Z||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-23T06:47:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:47:57.596Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:47:57.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:48:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:48:48.023Z||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-23T06:48:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:48:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:48:48.028Z||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-23T06:48:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:48:57.593Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:48:57.594Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:49:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:49:48.024Z||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-23T06:49:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:49:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:49:48.028Z||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-23T06:49:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:49:57.608Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:49:57.610Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:50:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:50:48.024Z||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-23T06:50:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:50:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:50:48.028Z||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-23T06:50:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:50:57.599Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:50:57.600Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:51:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:51:48.024Z||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-23T06:51:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:51:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:51:48.028Z||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-23T06:51:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:51:57.596Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:51:57.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:52:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:52:48.023Z||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-23T06:52:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:52:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:52:48.028Z||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-23T06:52:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:52:57.590Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:52:57.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:53:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:53:48.023Z||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-23T06:53:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:53:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:53:48.028Z||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-23T06:53:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:53:57.584Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:53:57.599Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:54:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:54:48.023Z||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-23T06:54:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:54:48.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:54:48.028Z||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-23T06:54:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:54:57.586Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:54:57.586Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:55:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:55:48.023Z||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-23T06:55:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:55:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:55:48.028Z||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-23T06:55:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:55:57.602Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:55:57.603Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:56:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:56:48.023Z||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-23T06:56:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:56:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:56:48.028Z||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-23T06:56:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:56:57.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:56:57.578Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:57:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:57:48.023Z||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-23T06:57:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:57:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:57:48.028Z||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-23T06:57:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:57:57.583Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:57:57.595Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:58:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:58:48.023Z||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-23T06:58:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:58:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:58:48.028Z||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-23T06:58:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:58:57.650Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:58:57.662Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:59:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:59:48.023Z||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-23T06:59:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:59:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T06:59:48.028Z||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-23T06:59:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T06:59:57.600Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T06:59:57.637Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:00:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:00:48.023Z||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-23T07:00:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:00:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:00:48.028Z||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-23T07:00:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:00:57.609Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:00:57.627Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:01:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:01:48.023Z||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-23T07:01:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:01:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:01:48.028Z||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-23T07:01:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:01:57.597Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:01:57.598Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:02:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:02:48.024Z||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-23T07:02:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:02:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:02:48.028Z||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-23T07:02:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:02:57.600Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:02:57.606Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:03:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:03:48.024Z||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-23T07:03:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:03:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:03:48.028Z||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-23T07:03:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:03:57.590Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:03:57.594Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:04:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:04:48.023Z||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-23T07:04:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:04:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:04:48.028Z||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-23T07:04:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:04:57.579Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:04:57.579Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:05:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:05:48.024Z||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-23T07:05:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:05:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:05:48.028Z||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-23T07:05:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:05:57.582Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:05:57.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:06:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:06:48.023Z||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-23T07:06:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:06:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:06:48.028Z||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-23T07:06:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:06:57.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:06:57.580Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:07:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:07:48.024Z||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-23T07:07:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:07:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:07:48.028Z||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-23T07:07:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:07:57.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:07:57.595Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:08:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:08:48.023Z||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-23T07:08:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:08:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:08:48.028Z||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-23T07:08:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:08:57.605Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:08:57.605Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:09:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:09:48.023Z||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-23T07:09:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:09:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:09:48.028Z||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-23T07:09:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:09:57.578Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:09:57.584Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:10:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:10:48.023Z||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-23T07:10:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:10:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:10:48.028Z||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-23T07:10:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:10:57.582Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:10:57.585Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:11:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:11:48.023Z||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-23T07:11:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:11:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:11:48.028Z||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-23T07:11:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:11:57.586Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:11:57.595Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:12:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:12:48.023Z||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-23T07:12:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:12:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:12:48.028Z||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-23T07:12:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:12:57.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:12:57.603Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:13:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:13:48.023Z||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-23T07:13:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:13:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:13:48.028Z||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-23T07:13:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:13:57.579Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:13:57.593Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:14:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:14:48.023Z||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-23T07:14:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:14:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:14:48.028Z||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-23T07:14:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:14:57.598Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:14:57.604Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:15:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:15:48.023Z||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-23T07:15:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:15:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:15:48.028Z||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-23T07:15:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:15:57.588Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:15:57.595Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:16:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:16:48.023Z||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-23T07:16:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:16:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:16:48.028Z||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-23T07:16:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:16:57.585Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:16:57.588Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:17:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:17:48.023Z||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-23T07:17:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:17:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:17:48.028Z||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-23T07:17:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:17:57.610Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:17:57.618Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:18:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:18:48.024Z||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-23T07:18:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:18:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:18:48.028Z||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-23T07:18:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:18:57.621Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:18:57.625Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:19:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:19:48.024Z||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-23T07:19:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:19:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:19:48.028Z||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-23T07:19:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:19:57.630Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:19:57.637Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:20:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:20:48.023Z||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-23T07:20:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:20:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:20:48.028Z||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-23T07:20:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:20:57.606Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:20:57.606Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:21:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:21:48.023Z||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-23T07:21:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:21:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:21:48.028Z||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-23T07:21:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:21:57.634Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:21:57.639Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:22:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:22:48.023Z||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-23T07:22:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:22:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:22:48.028Z||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-23T07:22:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:22:57.604Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:22:57.606Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:23:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:23:48.023Z||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-23T07:23:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:23:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:23:48.028Z||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-23T07:23:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:23:57.578Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:23:57.640Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:24:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:24:48.023Z||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-23T07:24:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:24:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:24:48.028Z||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-23T07:24:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:24:57.580Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:24:57.585Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:25:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:25:48.024Z||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-23T07:25:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:25:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:25:48.028Z||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-23T07:25:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:25:57.618Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:25:57.627Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:26:48.023Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:26:48.024Z||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-23T07:26:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:26:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:26:48.028Z||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-23T07:26:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:26:57.609Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:26:57.624Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:27:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:27:48.023Z||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-23T07:27:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:27:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:27:48.028Z||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-23T07:27:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:27:57.651Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:27:57.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:28:48.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:28:48.023Z||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-23T07:28:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:28:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:28:48.028Z||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-23T07:28:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:28:57.279Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:28:57.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:28:57.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"fd36ae36-5865-449c-8f05-187826c00e65","serviceName":"vFW 2022-09-23 07-27-37","serviceVersion":"1.0","serviceUUID":"3a650003-7fd7-4e87-9a03-737b6fc577a6","serviceDescription":"catalog service description","serviceInvariantUUID":"b333418b-c03a-46a2-9a05-9f0210e917e6","resources":[{"resourceInstanceName":"vFW e399649a-9c22 0","resourceName":"vFW e399649a-9c22","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7603f10c-7515-4086-9bdc-7026784d9dac","resourceInvariantUUID":"f7d204a1-8420-41a6-9a96-6847346aa656","resourceCustomizationUUID":"5c671474-7c44-4cac-846c-3c715a65214d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vf-license-model.xml","artifactChecksum":"N2RmMmMyMTNmZmJkMGU3MTdhMWRjODhiMWYwNmM0ZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"96cd324a-5b12-4fd6-b65d-a020197e61c3","artifactVersion":"1"},{"artifactName":"vfwe399649a9c220_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json","artifactChecksum":"Y2Q5M2Y4YjAzY2RiNTM0MjQ1OWYyMzc3ZjkyZjViZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"de4a3127-fa37-4d65-be8e-28512a0fea3a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"91111cb4-2217-41e1-ab15-97903e54a8ba","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vendor-license-model.xml","artifactChecksum":"OTUxOTI2MjcxODc0N2IwYjMwYjhhMDU3NDQ1N2EzMzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"390cc674-28a8-4c55-856c-bc04de1d1bcc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"22e95c3f-5d2c-4903-a216-1502ff834c8a","artifactVersion":"2","generatedFromUUID":"91111cb4-2217-41e1-ab15-97903e54a8ba"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220923072737-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-template.yml","artifactChecksum":"YWVlOGM5NDg5MWYzY2NlZTM3NTIxZWY3ZmFiYzE2MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ac524770-2188-49af-a1e1-9222f1bc4ee6","artifactVersion":"1"},{"artifactName":"service-Vfw20220923072737-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar","artifactChecksum":"MTQxNzcwMWEzZDY2OGVmZTQ1ZDE0NGI4ZDgyNTQ4YzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aec8d8bb-181f-492a-ba01-551fd4b23a76","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T07:28:57.308Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:28:57.318Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:28:57.331Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:28:57.331Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918128022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:28:57.432Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-09-23T07:28:57.437Z||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-23T07:28:57.437Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:28:57.483Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:28:57.484Z||pool-3-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":18,"count":1}
2022-09-23T07:28:57.612Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:28:57.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:28:57.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918128022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:28:57.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:28:58.340Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:28:58.340Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:28:58.342Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:28:58.342Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918128022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T07:28:58.443Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:28:58.444Z||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-23T07:28:58.444Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:28:58.466Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:28:58.467Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-23T07:28:59.343Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:28:59.344Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:28:59.346Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:28:59.346Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918128022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-23T07:28:59.446Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:28:59.447Z||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-23T07:28:59.447Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:28:59.471Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:28:59.472Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:29:00.347Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:29:00.347Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:29:00.350Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:29:00.350Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918128022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:29:00.450Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:29:00.451Z||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-23T07:29:00.451Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:29:00.492Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:29:00.493Z||pool-6-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:29:01.351Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:29:01.351Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:29:01.353Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:29:01.354Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918128022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-23T07:29:01.454Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:29:01.455Z||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-23T07:29:01.455Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:29:01.478Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:29:01.478Z||pool-7-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:29:02.354Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:29:02.355Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:29:02.357Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:29:02.357Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918128022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:29:02.458Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:29:02.458Z||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-23T07:29:02.459Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:29:02.491Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:29:02.492Z||pool-8-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:29:03.358Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:29:03.359Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:29:03.362Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:29:03.362Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918128022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:29:03.462Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:29:03.463Z||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-23T07:29:03.463Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:29:03.488Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:29:03.489Z||pool-9-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:29:04.364Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "serviceName": "vFW 2022-09-23 07-27-37",
  "serviceVersion": "1.0",
  "serviceUUID": "3a650003-7fd7-4e87-9a03-737b6fc577a6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b333418b-c03a-46a2-9a05-9f0210e917e6",
  "resources": [
    {
      "resourceInstanceName": "vFW e399649a-9c22 0",
      "resourceCustomizationUUID": "5c671474-7c44-4cac-846c-3c715a65214d",
      "resourceName": "vFW e399649a-9c22",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7603f10c-7515-4086-9bdc-7026784d9dac",
      "resourceInvariantUUID": "f7d204a1-8420-41a6-9a96-6847346aa656",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe399649a9c220_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json",
          "artifactChecksum": "Y2Q5M2Y4YjAzY2RiNTM0MjQ1OWYyMzc3ZjkyZjViZWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "de4a3127-fa37-4d65-be8e-28512a0fea3a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "91111cb4-2217-41e1-ab15-97903e54a8ba",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "22e95c3f-5d2c-4903-a216-1502ff834c8a",
            "generatedFromUUID": "91111cb4-2217-41e1-ab15-97903e54a8ba"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "22e95c3f-5d2c-4903-a216-1502ff834c8a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220923072737-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar",
      "artifactChecksum": "MTQxNzcwMWEzZDY2OGVmZTQ1ZDE0NGI4ZDgyNTQ4YzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aec8d8bb-181f-492a-ba01-551fd4b23a76"
    }
  ],
  "workloadContext": "Production"
}
2022-09-23T07:29:04.368Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T07:29:04.368Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a650003-7fd7-4e87-9a03-737b6fc577a6 ASDC
2022-09-23T07:29:04.493Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:fd36ae36-5865-449c-8f05-187826c00e65
ServiceName:vFW 2022-09-23 07-27-37
ServiceVersion:1.0
ServiceUUID:3a650003-7fd7-4e87-9a03-737b6fc577a6
ServiceInvariantUUID:b333418b-c03a-46a2-9a05-9f0210e917e6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220923072737-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar
ArtifactUUID:aec8d8bb-181f-492a-ba01-551fd4b23a76
ArtifactChecksum:MTQxNzcwMWEzZDY2OGVmZTQ1ZDE0NGI4ZDgyNTQ4YzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e399649a-9c22 0
ResourceCustomizationUUID:5c671474-7c44-4cac-846c-3c715a65214d
ResourceInvariantUUID:f7d204a1-8420-41a6-9a96-6847346aa656
ResourceName:vFW e399649a-9c22
ResourceType:VF
ResourceUUID:7603f10c-7515-4086-9bdc-7026784d9dac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe399649a9c220_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json
ArtifactUUID:de4a3127-fa37-4d65-be8e-28512a0fea3a
ArtifactChecksum:Y2Q5M2Y4YjAzY2RiNTM0MjQ1OWYyMzc3ZjkyZjViZWU=
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/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml
ArtifactUUID:91111cb4-2217-41e1-ab15-97903e54a8ba
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/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env
ArtifactUUID:22e95c3f-5d2c-4903-a216-1502ff834c8a
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/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env
ArtifactUUID:22e95c3f-5d2c-4903-a216-1502ff834c8a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-23T07:29:04.494Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a650003-7fd7-4e87-9a03-737b6fc577a6 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-23T07:29:04.769Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T07:29:04.770Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-23T07:29:04.772Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-23T07:29:04.772Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aec8d8bb-181f-492a-ba01-551fd4b23a76 from URL: /sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:04.772Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-23T07:29:04.774Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:04.902Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-23T07:29:04.918Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar aec8d8bb-181f-492a-ba01-551fd4b23a76 100610
2022-09-23T07:29:04.920Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar ASDC sendASDCNotification
2022-09-23T07:29:04.920Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:04.921Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:29:04.922Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:29:04.924Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:29:04.924Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918144919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:29:05.024Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T07:29:05.025Z||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-23T07:29:05.025Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:29:05.045Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:29:05.046Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-23T07:29:05.925Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T07:29:05.926Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-23T07:29:05.926Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: aec8d8bb-181f-492a-ba01-551fd4b23a76, URL: /sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar to file: /app/ASDC/1/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:05.927Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220923072737-csar.csar
2022-09-23T07:29:06.016Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:06.016Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:06.800Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14486935444168495080/Definitions/service-Vfw20220923072737-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-09-23T07:29:09.585Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-23T07:29:09.609Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-23T07:29:09.609Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:09.609Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-23T07:29:09.609Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:09.609Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:09.609Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:09.610Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:09.610Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:09.610Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:09.610Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:09.610Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:09.610Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:09.610Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e399649a-9c22 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-Vfw20220923072737-csar.csar
2022-09-23T07:29:09.610Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:09.610Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-23T07:29:09.617Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:09.618Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-23 07-27-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:29:09.623Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is matching search criteria
2022-09-23T07:29:09.623Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-23T07:29:09.624Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e399649a-9c22 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T07:29:09.626Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:09.626Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-23 07-27-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:29:09.626Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is matching search criteria
2022-09-23T07:29:09.627Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-23T07:29:09.627Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e399649a-9c22 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T07:29:09.627Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:09.627Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-23 07-27-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:29:09.630Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:09.631Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is not matching search criteria
2022-09-23T07:29:09.631Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T07:29:09.631Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T07:29:09.631Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T07:29:09.631Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T07:29:09.631Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:29:09.631Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:29:09.632Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T07:29:09.632Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T07:29:09.632Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T07:29:09.632Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:29:09.632Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T07:29:09.632Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T07:29:09.632Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T07:29:09.633Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T07:29:09.633Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:29:09.633Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-23T07:29:09.633Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:09.633Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-23 07-27-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T07:29:09.634Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:09.634Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is matching search criteria
2022-09-23T07:29:09.635Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e399649a-9c22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:29:09.635Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:09.635Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is matching search criteria
2022-09-23T07:29:09.635Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e399649a-9c22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:29:09.635Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:09.636Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is matching search criteria
2022-09-23T07:29:09.636Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e399649a-9c22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:29:09.636Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:09.636Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is not matching search criteria
2022-09-23T07:29:09.636Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T07:29:09.636Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T07:29:09.637Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-23T07:29:09.637Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T07:29:09.637Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T07:29:09.637Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:29:09.637Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T07:29:09.637Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T07:29:09.637Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T07:29:09.638Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T07:29:09.638Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:29:09.638Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f8ef1a36-2065-41c2-874c-a326fccfe070
2022-09-23T07:29:09.638Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:09.638Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is not matching search criteria
2022-09-23T07:29:09.638Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T07:29:09.639Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T07:29:09.639Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T07:29:09.639Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T07:29:09.639Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:29:09.639Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:29:09.639Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T07:29:09.639Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-23T07:29:09.640Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T07:29:09.640Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T07:29:09.640Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T07:29:09.640Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:29:09.640Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2cd480d5-ccf4-46a8-af73-af8fce1a7b29
2022-09-23T07:29:09.640Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:09.641Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is not matching search criteria
2022-09-23T07:29:09.641Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T07:29:09.641Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T07:29:09.641Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T07:29:09.641Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T07:29:09.641Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:29:09.641Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:29:09.642Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T07:29:09.642Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T07:29:09.642Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T07:29:09.642Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:29:09.642Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T07:29:09.642Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-23T07:29:09.642Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6fd7ca08-88a4-4206-acff-ce0619f87377
2022-09-23T07:29:09.643Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:09.643Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-23 07-27-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:29:09.643Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:09.643Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-23 07-27-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:29:09.643Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:09.643Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-23 07-27-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:29:09.644Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:09.644Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-23 07-27-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:29:09.644Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-23 07-27-37
Description:catalog service description
Model UUID:3a650003-7fd7-4e87-9a03-737b6fc577a6
Model Version:NULL
Model InvariantUuid:b333418b-c03a-46a2-9a05-9f0210e917e6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e399649a-9c22
Model UUID:520af5d3-b6d3-497c-9ff7-63e19c9f5ac9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f7d204a1-8420-41a6-9a96-6847346aa656
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5c671474-7c44-4cac-846c-3c715a65214d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:987f100e-a947-4750-ac87-c7126cf150ac
ModelName:VfwE399649a9c22..base_vfw..module-0
ModelUuid:2d54f551-68ec-4b26-9f2e-27f12b849391
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f8ef1a36-2065-41c2-874c-a326fccfe070
ModelInvariantUuid:b302b1fd-a5e0-4c51-b653-642adba06d24
ModelName:vFW e399649a-9c22-nodes.vfwCvfc
ModelUuid:f33e3f89-9bcd-492b-8744-ef81e375a23f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6531ba02-dd3e-46d4-a78f-16b13b1b6f8f
ModelInvariantUuid:94413019-7fb2-42cf-9a1a-fa9a427a35c5
ModelName:VfwE399649a9c22.compute.nodes.heat.vfw
ModelUuid:bde4b285-5cb4-427f-af1b-7b0c7695bcd6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2cd480d5-ccf4-46a8-af73-af8fce1a7b29
ModelInvariantUuid:30b462c0-2e03-4d68-965c-cbe73419a79a
ModelName:vFW e399649a-9c22-nodes.vsnCvfc
ModelUuid:68a64e83-c34e-430f-b586-2a80bc649a33
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c105b0aa-f8f0-4933-9094-f6b0bb42f091
ModelInvariantUuid:57ac25b7-2e41-4747-9d3a-2e23387e51c3
ModelName:VfwE399649a9c22.compute.nodes.heat.vsn
ModelUuid:240b03df-77ff-451d-b570-31826091ad48
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6fd7ca08-88a4-4206-acff-ce0619f87377
ModelInvariantUuid:ea1d1d1d-44cc-41b2-8690-a31285d6a2e9
ModelName:vFW e399649a-9c22-nodes.vpgCvfc
ModelUuid:301c2efe-4613-469c-b4bc-27a57ae73782
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:34846987-c91c-42f5-b86f-18b1340bcd49
ModelInvariantUuid:79f4b2c7-48e2-4abf-aba6-5d572f59952d
ModelName:VfwE399649a9c22.compute.nodes.heat.vpg
ModelUuid:770e27cd-6184-4928-96be-513a11e34b02
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-23T07:29:09.669Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7603f10c-7515-4086-9bdc-7026784d9dac
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-23T07:29:09.764Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||vFW e399649a-9c22 0
2022-09-23T07:29:09.771Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7603f10c-7515-4086-9bdc-7026784d9dac
2022-09-23T07:29:09.771Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: de4a3127-fa37-4d65-be8e-28512a0fea3a from URL: /sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json
2022-09-23T07:29:09.771Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-23T07:29:09.771Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json
2022-09-23T07:29:09.887Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-23T07:29:09.888Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json de4a3127-fa37-4d65-be8e-28512a0fea3a 785
2022-09-23T07:29:09.888Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json ASDC sendASDCNotification
2022-09-23T07:29:09.888Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json
2022-09-23T07:29:09.888Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:29:09.889Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:29:09.891Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:29:09.891Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918149888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:29:09.991Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:29:09.992Z||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-23T07:29:09.992Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:29:10.011Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:29:10.011Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-23T07:29:10.893Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE399649a9c22..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "987f100e-a947-4750-ac87-c7126cf150ac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d54f551-68ec-4b26-9f2e-27f12b849391",
    "vfModuleModelCustomizationUUID": "59e3a20d-3598-43f6-83b5-dd2624583a00",
    "isBase": true,
    "artifacts": [
      "91111cb4-2217-41e1-ab15-97903e54a8ba",
      "22e95c3f-5d2c-4903-a216-1502ff834c8a"
    ],
    "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-23T07:29:10.910Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE399649a9c22..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d54f551-68ec-4b26-9f2e-27f12b849391
VfModuleModelInvariantUUID:987f100e-a947-4750-ac87-c7126cf150ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
91111cb4-2217-41e1-ab15-97903e54a8ba
,
22e95c3f-5d2c-4903-a216-1502ff834c8a

}
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-23T07:29:10.915Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE399649a9c22..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "987f100e-a947-4750-ac87-c7126cf150ac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d54f551-68ec-4b26-9f2e-27f12b849391",
    "vfModuleModelCustomizationUUID": "59e3a20d-3598-43f6-83b5-dd2624583a00",
    "isBase": true,
    "artifacts": [
      "91111cb4-2217-41e1-ab15-97903e54a8ba",
      "22e95c3f-5d2c-4903-a216-1502ff834c8a"
    ],
    "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-23T07:29:10.915Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE399649a9c22..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d54f551-68ec-4b26-9f2e-27f12b849391
VfModuleModelInvariantUUID:987f100e-a947-4750-ac87-c7126cf150ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
91111cb4-2217-41e1-ab15-97903e54a8ba
,
22e95c3f-5d2c-4903-a216-1502ff834c8a

}
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-23T07:29:10.915Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 91111cb4-2217-41e1-ab15-97903e54a8ba from URL: /sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml
2022-09-23T07:29:10.916Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-23T07:29:10.916Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml
2022-09-23T07:29:10.978Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-23T07:29:10.978Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml 91111cb4-2217-41e1-ab15-97903e54a8ba 20368
2022-09-23T07:29:10.979Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-23T07:29:10.979Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml
2022-09-23T07:29:10.979Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:29:10.979Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:29:10.981Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:29:10.981Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918150979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:29:11.081Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:29:11.082Z||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-23T07:29:11.082Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:29:11.101Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:29:11.102Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:29:11.982Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 22e95c3f-5d2c-4903-a216-1502ff834c8a from URL: /sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env
2022-09-23T07:29:11.982Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-23T07:29:11.982Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env
2022-09-23T07:29:12.060Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-23T07:29:12.060Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env 22e95c3f-5d2c-4903-a216-1502ff834c8a 2098
2022-09-23T07:29:12.061Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-23T07:29:12.061Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env
2022-09-23T07:29:12.061Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:29:12.061Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:29:12.063Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:29:12.063Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918152061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:29:12.163Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:29:12.164Z||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-23T07:29:12.164Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:29:12.201Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:29:12.202Z||pool-13-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:29:13.064Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3a650003-7fd7-4e87-9a03-737b6fc577a6
2022-09-23T07:29:13.064Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e399649a-9c22 0 7603f10c-7515-4086-9bdc-7026784d9dac 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-23T07:29:13.110Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a0cd5d9, org.onap.sdc.toscaparser.api.parameters.Input@4ef30d0d, org.onap.sdc.toscaparser.api.parameters.Input@7c21c77f, org.onap.sdc.toscaparser.api.parameters.Input@8c1a482, org.onap.sdc.toscaparser.api.parameters.Input@749f0a5e]
2022-09-23T07:29:13.116Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.117Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-23 07-27-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:29:13.117Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-09-23T07:29:13.117Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5c671474-7c44-4cac-846c-3c715a65214d
2022-09-23T07:29:13.118Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5c671474-7c44-4cac-846c-3c715a65214d matches Tosca VF Customization UUID: 5c671474-7c44-4cac-846c-3c715a65214d
2022-09-23T07:29:13.118Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5c671474-7c44-4cac-846c-3c715a65214d  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-23T07:29:13.128Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.128Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-23 07-27-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:29:13.130Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5c671474-7c44-4cac-846c-3c715a65214d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-23T07:29:13.130Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@10713c34
2022-09-23T07:29:13.130Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.131Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-23 07-27-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T07:29:13.131Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 59e3a20d-3598-43f6-83b5-dd2624583a00
2022-09-23T07:29:13.133Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 59e3a20d-3598-43f6-83b5-dd2624583a00
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-23T07:29:13.141Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.141Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is matching search criteria
2022-09-23T07:29:13.141Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e399649a-9c22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:29:13.142Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.143Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is matching search criteria
2022-09-23T07:29:13.143Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e399649a-9c22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:29:13.143Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.144Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is not matching search criteria
2022-09-23T07:29:13.144Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T07:29:13.144Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T07:29:13.144Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-23T07:29:13.145Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T07:29:13.145Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T07:29:13.145Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:29:13.145Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T07:29:13.146Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T07:29:13.146Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T07:29:13.146Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T07:29:13.147Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:29:13.147Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f8ef1a36-2065-41c2-874c-a326fccfe070
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-23T07:29:13.160Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.160Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is matching search criteria
2022-09-23T07:29:13.161Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e399649a-9c22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:29:13.161Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.161Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is not matching search criteria
2022-09-23T07:29:13.162Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T07:29:13.162Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T07:29:13.162Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T07:29:13.163Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T07:29:13.163Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:29:13.163Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:29:13.163Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T07:29:13.164Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-23T07:29:13.164Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T07:29:13.164Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T07:29:13.164Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T07:29:13.165Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:29:13.165Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2cd480d5-ccf4-46a8-af73-af8fce1a7b29
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-23T07:29:13.168Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.168Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is matching search criteria
2022-09-23T07:29:13.168Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e399649a-9c22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:29:13.171Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.172Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is not matching search criteria
2022-09-23T07:29:13.172Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T07:29:13.172Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T07:29:13.172Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T07:29:13.172Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T07:29:13.173Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:29:13.173Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:29:13.173Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T07:29:13.173Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T07:29:13.174Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T07:29:13.174Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:29:13.174Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T07:29:13.174Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-23T07:29:13.174Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6fd7ca08-88a4-4206-acff-ce0619f87377
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-23T07:29:13.177Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.177Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is matching search criteria
2022-09-23T07:29:13.177Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e399649a-9c22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:29:13.177Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.177Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Node template vFW e399649a-9c22 0 is matching search criteria
2022-09-23T07:29:13.178Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e399649a-9c22 0] matching following query criteria: sdcType=VF, customizationUUID=5c671474-7c44-4cac-846c-3c715a65214d
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-23T07:29:13.180Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.180Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-23 07-27-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:29:13.181Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3a650003-7fd7-4e87-9a03-737b6fc577a6: vFW e399649a-9c22
2022-09-23T07:29:13.181Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.181Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-23 07-27-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:29:13.182Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.182Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-23 07-27-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:29:13.182Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.182Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-23 07-27-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:29:13.183Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.183Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-23 07-27-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:29:13.183Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:29:13.183Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-23 07-27-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:29:13.183Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-09-23 07-27-37 
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-23T07:29:13.525Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e399649a-9c22 7603f10c-7515-4086-9bdc-7026784d9dac 1 ASDC deployResourceStructure
2022-09-23T07:29:13.526Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json ASDC sendASDCNotification
2022-09-23T07:29:13.534Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json
2022-09-23T07:29:13.535Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:29:13.535Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:29:13.537Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:29:13.537Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918153526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T07:29:13.637Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T07:29:13.639Z||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-23T07:29:13.639Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:29:13.663Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:29:13.663Z||pool-14-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:29:14.538Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-23T07:29:14.539Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml
2022-09-23T07:29:14.539Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:29:14.540Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:29:14.542Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:29:14.542Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918154538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T07:29:14.642Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:29:14.643Z||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-23T07:29:14.643Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:29:14.678Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:29:14.679Z||pool-15-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:29:15.543Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-23T07:29:15.543Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env
2022-09-23T07:29:15.543Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:29:15.544Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:29:15.546Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:29:15.546Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918155542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-23T07:29:15.653Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-09-23T07:29:15.654Z||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-23T07:29:15.654Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:29:15.674Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:29:15.674Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:29:16.549Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar ASDC sendASDCNotification
2022-09-23T07:29:16.550Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar
2022-09-23T07:29:16.551Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:29:16.551Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:29:16.553Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:29:16.553Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918156549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:29:16.653Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T07:29:16.654Z||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-23T07:29:16.654Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:29:16.692Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:29:16.693Z||pool-17-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":2,"count":1}
2022-09-23T07:29:17.556Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd36ae36-5865-449c-8f05-187826c00e65
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-23T07:29:17.589Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd36ae36-5865-449c-8f05-187826c00e65
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-23T07:29:17.592Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:29:17.592Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:29:17.593Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:29:47.593Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd36ae36-5865-449c-8f05-187826c00e65
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-23T07:29:47.608Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd36ae36-5865-449c-8f05-187826c00e65
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-23T07:29:47.610Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:29:47.611Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:29:47.611Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:29:48.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:29:48.028Z||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-23T07:29:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:29:48.070Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:29:48.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:29:48.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "cds",
  "timestamp": 1663918137981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:29:48.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:30:17.611Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd36ae36-5865-449c-8f05-187826c00e65
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-23T07:30:17.623Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd36ae36-5865-449c-8f05-187826c00e65
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-23T07:30:17.626Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:30:17.626Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:30:17.626Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:30:47.627Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd36ae36-5865-449c-8f05-187826c00e65
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-23T07:30:47.641Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd36ae36-5865-449c-8f05-187826c00e65
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-23T07:30:47.644Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:30:47.644Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:30:47.644Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:30:48.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:30:48.028Z||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-23T07:30:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:30:48.071Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:30:48.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:30:48.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918132367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:30:48.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:17.644Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd36ae36-5865-449c-8f05-187826c00e65
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-23T07:31:17.659Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd36ae36-5865-449c-8f05-187826c00e65
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-23T07:31:17.662Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:31:17.662Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:31:17.662Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:31:47.662Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd36ae36-5865-449c-8f05-187826c00e65
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-23T07:31:47.678Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd36ae36-5865-449c-8f05-187826c00e65
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-23T07:31:47.682Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:31:47.682Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:31:47.682Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:31:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:31:48.028Z||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-23T07:31:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:31:48.570Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:31:48.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918128022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T07:31:48.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "cds",
  "timestamp": 1663918137981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918132367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T07:31:48.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918128022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-23T07:31:48.576Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "cds",
  "timestamp": 1663918137981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918132367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-23T07:31:48.577Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918128022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "cds",
  "timestamp": 1663918137981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918132367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918128022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-23T07:31:48.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "cds",
  "timestamp": 1663918137981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918132367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-23T07:31:48.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918128022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "cds",
  "timestamp": 1663918137981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918132367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918128022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:31:48.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "cds",
  "timestamp": 1663918137981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:31:48.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918132367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:31:48.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "cds",
  "timestamp": 1663918149157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:31:48.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918147872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:31:48.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918144919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:31:48.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918149050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:31:48.589Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918150193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:31:48.589Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918146735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918151379,
  "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-23T07:31:48.603Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd36ae36-5865-449c-8f05-187826c00e65
2022-09-23T07:31:48.603Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd36ae36-5865-449c-8f05-187826c00e65 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-23T07:31:48.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918146735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.617Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918152421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T07:31:48.618Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918146735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.619Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918149888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:31:48.621Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918146735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918150979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:31:48.622Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918146735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918152061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:31:48.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918146735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918146735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:31:48.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918153526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T07:31:48.624Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "aai-ml",
  "timestamp": 1663918154603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918154538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T07:31:48.625Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918154576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:31:48.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "aai-ml",
  "timestamp": 1663918154603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vfwe399649a9c220_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918155542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-23T07:31:48.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "aai-ml",
  "timestamp": 1663918154603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918156549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:31:48.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "aai-ml",
  "timestamp": 1663918154603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "aai-ml",
  "timestamp": 1663918154603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/resourceInstances/vfwe399649a9c220/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "aai-ml",
  "timestamp": 1663918154603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:31:48.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "aai-ml",
  "timestamp": 1663918154603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:31:48.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:31:48.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918160183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:31:48.630Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "aai-ml",
  "timestamp": 1663918162487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:31:48.631Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918161187,
  "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-23T07:31:48.638Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fd36ae36-5865-449c-8f05-187826c00e65
2022-09-23T07:31:48.638Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd36ae36-5865-449c-8f05-187826c00e65 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-23T07:31:48.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "aai-ml",
  "timestamp": 1663918163531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T07:31:48.650Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "aai-ml",
  "timestamp": 1663918164566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923072737/1.0/artifacts/service-Vfw20220923072737-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T07:31:48.650Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:31:48.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:31:48.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "aai-ml",
  "timestamp": 1663918165573,
  "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-23T07:31:48.659Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of fd36ae36-5865-449c-8f05-187826c00e65
2022-09-23T07:31:48.659Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd36ae36-5865-449c-8f05-187826c00e65 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-23T07:32:17.683Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd36ae36-5865-449c-8f05-187826c00e65
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-23T07:32:17.697Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd36ae36-5865-449c-8f05-187826c00e65
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-23T07:32:17.701Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:32:17.701Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T07:32:17.701Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T07:32:17.701Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T07:32:17.701Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-23T07:32:17.702Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-23T07:32:17.710Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T07:32:47.710Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fd36ae36-5865-449c-8f05-187826c00e65 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-23T07:32:47.723Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fd36ae36-5865-449c-8f05-187826c00e65 and serviceModelVersionId: 3a650003-7fd7-4e87-9a03-737b6fc577a6
2022-09-23T07:32:47.723Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b333418b-c03a-46a2-9a05-9f0210e917e6
2022-09-23T07:32:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:32:48.028Z||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-23T07:32:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:32:48.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:32:48.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918332364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918326735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "cds",
  "timestamp": 1663918332982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918326735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918332364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T07:32:48.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "cds",
  "timestamp": 1663918332982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918332364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-23T07:32:48.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918326735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "cds",
  "timestamp": 1663918332982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918326735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918332364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "cds",
  "timestamp": 1663918332982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "aai-ml",
  "timestamp": 1663918334603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918332364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-23T07:32:48.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918326735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "cds",
  "timestamp": 1663918332982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "aai-ml",
  "timestamp": 1663918334603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918326735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918332364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "cds",
  "timestamp": 1663918332982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "aai-ml",
  "timestamp": 1663918334603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918326735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:32:48.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918332364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:32:48.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "cds",
  "timestamp": 1663918332982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:32:48.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "aai-ml",
  "timestamp": 1663918334603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918340302,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:32:48.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:32:48.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "cds",
  "timestamp": 1663918341608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:32:48.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:32:48.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918337123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:32:48.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:32:48.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "aai-ml",
  "timestamp": 1663918334603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918341395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:32:48.696Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:32:48.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "aai-ml",
  "timestamp": 1663918334603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:32:48.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918342467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:32:48.696Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:32:48.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918339433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:32:48.697Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:32:48.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "aai-ml",
  "timestamp": 1663918334603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:32:48.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:32:48.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918343499,
  "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=?
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-23T07:32:48.717Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b
2022-09-23T07:32:48.717Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b 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-23T07:32:48.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918340436,
  "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-23T07:32:48.757Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b
2022-09-23T07:32:48.757Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b 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-23T07:32:48.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "aai-ml",
  "timestamp": 1663918342370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:32:48.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:32:48.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918344503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T07:32:48.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:32:48.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "aai-ml",
  "timestamp": 1663918343381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T07:32:48.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:32:48.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "aai-ml",
  "timestamp": 1663918344390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T07:32:48.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:32:48.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:32:48.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "aai-ml",
  "timestamp": 1663918345396,
  "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-23T07:32:48.778Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b
2022-09-23T07:32:48.778Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b 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-23T07:33:02.792Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6?depth=0
2022-09-23T07:33:02.902Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-23T07:33:03.399Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6?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-23T07:33:03.405Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6?depth=0|INFO|500||Invoke
2022-09-23T07:33:03.428Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-23T07:33:03.523Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6?depth=0|INFO|404|Not Found|InvokeReturn
2022-09-23T07:33:03.524Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6?depth=0 has http status code:404 and response headers:{date=[Fri, 23 Sep 2022 07:33:03 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[56], x-aai-txid=[1-aai-resources-220923-07:33:03:437-52530], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-09-23T07:33:03.526Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6","ERR.5.4.6114"]}}}

2022-09-23T07:33:03.550Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=fd36ae36-5865-449c-8f05-187826c00e65 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6) (ec=ERR.5.4.6114)
2022-09-23T07:33:03.551Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=fd36ae36-5865-449c-8f05-187826c00e65 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-23T07:33:03.551Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=fd36ae36-5865-449c-8f05-187826c00e65 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6) (ec=ERR.5.4.6114)
2022-09-23T07:33:03.551Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=fd36ae36-5865-449c-8f05-187826c00e65 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-23T07:33:03.559Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-23T07:33:03.563Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fd36ae36-5865-449c-8f05-187826c00e65 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=fd36ae36-5865-449c-8f05-187826c00e65 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6) (ec=ERR.5.4.6114)
2022-09-23T07:33:03.564Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T07:33:03.564Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:33:03.566Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:33:03.566Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918383563,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dfd36ae36-5865-449c-8f05-187826c00e65 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6) (ec\u003dERR.5.4.6114)"
}
2022-09-23T07:33:03.666Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:33:03.667Z||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-23T07:33:03.668Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:03.699Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:03.700Z||pool-18-thread-1|||||INFO|500||cambria reply ok (33 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-23T07:33:04.584Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:33:04.585Z|fd36ae36-5865-449c-8f05-187826c00e65|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-23T07:33:04.585Z|fd36ae36-5865-449c-8f05-187826c00e65|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:09.171Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:09.171Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:33:09.172Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b","serviceName":"basic_onboard_oLRkUv","serviceVersion":"1.0","serviceUUID":"a0166be5-3a89-46b6-b28c-7c4dba05dcaf","serviceDescription":"service","serviceInvariantUUID":"ca93a195-15b1-4725-b397-d84826b9e877","resources":[{"resourceInstanceName":"basic_onboard_oLRkUv 0","resourceName":"basic_onboard_oLRkUv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"07f5d056-617a-4bc1-be37-4396e1ce6eab","resourceInvariantUUID":"e3a38729-cc22-4f8f-a88f-bec7c55235da","resourceCustomizationUUID":"a26d9fe6-6181-40bf-9c55-aa54630be202","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/vf-license-model.xml","artifactChecksum":"MjkxMWE1MThjMDlhODY2ZmQyM2Y4YWJjM2ZkOTI4MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c8682dda-4c5b-4351-889e-6d82a1c0bd4b","artifactVersion":"1"},{"artifactName":"basic_onboard_olrkuv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json","artifactChecksum":"ZmNlY2ZlMGJkYjRkZGIwZDlkNzE2ZDQzZTA1NmNkMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"25e2bc71-8f79-486d-ae91-4eec4325c3ca","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"84fb0f3c-af78-4281-ba16-73ed29cce51a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1bee3e7f-d85a-4696-80c7-0946bbf213a4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1cb8e037-94c4-42e8-a331-bc93727adae4","artifactVersion":"2","generatedFromUUID":"84fb0f3c-af78-4281-ba16-73ed29cce51a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOlrkuv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-template.yml","artifactChecksum":"NzQ1YmIwMmVlNmZjYjgyOWQ5OTM5NjM0ODIyOTlhNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d68b98da-9e41-435b-aadb-7b707f5ec172","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOlrkuv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar","artifactChecksum":"MzljYTA4OTYzMzg0ZGM5YTUzZjRhN2MxYzVlMzNlYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a0b47fe4-7d1b-41ff-8b47-7188d3bb52ef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T07:33:09.175Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:33:09.175Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:33:09.177Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:33:09.178Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918384584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:33:09.278Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:33:09.279Z||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-23T07:33:09.279Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:09.304Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:09.305Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:33:10.178Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:33:10.180Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:33:10.182Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:33:10.183Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918384584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T07:33:10.283Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:33:10.283Z||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-23T07:33:10.283Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:10.322Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:10.322Z||pool-20-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:33:11.183Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:33:11.184Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:33:11.186Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:33:11.186Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918384584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-23T07:33:11.286Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:33:11.288Z||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-23T07:33:11.288Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:11.311Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:11.312Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-23T07:33:12.187Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:33:12.187Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:33:12.189Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:33:12.189Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918384584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:33:12.290Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T07:33:12.291Z||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-23T07:33:12.292Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:12.309Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:12.309Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:33:13.190Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:33:13.191Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:33:13.193Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:33:13.193Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918384584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-23T07:33:13.297Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-23T07:33:13.298Z||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-23T07:33:13.298Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:13.316Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:13.317Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-23T07:33:14.193Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:33:14.194Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:33:14.196Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:33:14.196Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918384584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:33:14.296Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:33:14.297Z||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-23T07:33:14.297Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:14.319Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:14.319Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:33:15.197Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:33:15.198Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:33:15.200Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:33:15.200Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918384584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:33:15.301Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T07:33:15.302Z||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-23T07:33:15.302Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:15.327Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:15.327Z||pool-25-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:33:16.202Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "serviceName": "basic_onboard_oLRkUv",
  "serviceVersion": "1.0",
  "serviceUUID": "a0166be5-3a89-46b6-b28c-7c4dba05dcaf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ca93a195-15b1-4725-b397-d84826b9e877",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_oLRkUv 0",
      "resourceCustomizationUUID": "a26d9fe6-6181-40bf-9c55-aa54630be202",
      "resourceName": "basic_onboard_oLRkUv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "07f5d056-617a-4bc1-be37-4396e1ce6eab",
      "resourceInvariantUUID": "e3a38729-cc22-4f8f-a88f-bec7c55235da",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_olrkuv0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json",
          "artifactChecksum": "ZmNlY2ZlMGJkYjRkZGIwZDlkNzE2ZDQzZTA1NmNkMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "25e2bc71-8f79-486d-ae91-4eec4325c3ca",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "84fb0f3c-af78-4281-ba16-73ed29cce51a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1cb8e037-94c4-42e8-a331-bc93727adae4",
            "generatedFromUUID": "84fb0f3c-af78-4281-ba16-73ed29cce51a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1cb8e037-94c4-42e8-a331-bc93727adae4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOlrkuv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar",
      "artifactChecksum": "MzljYTA4OTYzMzg0ZGM5YTUzZjRhN2MxYzVlMzNlYWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a0b47fe4-7d1b-41ff-8b47-7188d3bb52ef"
    }
  ],
  "workloadContext": "Production"
}
2022-09-23T07:33:16.202Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T07:33:16.202Z|fd36ae36-5865-449c-8f05-187826c00e65|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a0166be5-3a89-46b6-b28c-7c4dba05dcaf ASDC
2022-09-23T07:33:16.203Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b
ServiceName:basic_onboard_oLRkUv
ServiceVersion:1.0
ServiceUUID:a0166be5-3a89-46b6-b28c-7c4dba05dcaf
ServiceInvariantUUID:ca93a195-15b1-4725-b397-d84826b9e877
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOlrkuv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar
ArtifactUUID:a0b47fe4-7d1b-41ff-8b47-7188d3bb52ef
ArtifactChecksum:MzljYTA4OTYzMzg0ZGM5YTUzZjRhN2MxYzVlMzNlYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_oLRkUv 0
ResourceCustomizationUUID:a26d9fe6-6181-40bf-9c55-aa54630be202
ResourceInvariantUUID:e3a38729-cc22-4f8f-a88f-bec7c55235da
ResourceName:basic_onboard_oLRkUv
ResourceType:VF
ResourceUUID:07f5d056-617a-4bc1-be37-4396e1ce6eab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_olrkuv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json
ArtifactUUID:25e2bc71-8f79-486d-ae91-4eec4325c3ca
ArtifactChecksum:ZmNlY2ZlMGJkYjRkZGIwZDlkNzE2ZDQzZTA1NmNkMTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:84fb0f3c-af78-4281-ba16-73ed29cce51a
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env
ArtifactUUID:1cb8e037-94c4-42e8-a331-bc93727adae4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env
ArtifactUUID:1cb8e037-94c4-42e8-a331-bc93727adae4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-23T07:33:16.203Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0166be5-3a89-46b6-b28c-7c4dba05dcaf 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-23T07:33:16.250Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T07:33:16.251Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-23T07:33:16.251Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-23T07:33:16.251Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a0b47fe4-7d1b-41ff-8b47-7188d3bb52ef from URL: /sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar
2022-09-23T07:33:16.251Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-23T07:33:16.251Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar
2022-09-23T07:33:16.441Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-23T07:33:16.442Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar a0b47fe4-7d1b-41ff-8b47-7188d3bb52ef 75233
2022-09-23T07:33:16.442Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar ASDC sendASDCNotification
2022-09-23T07:33:16.442Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar
2022-09-23T07:33:16.442Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:33:16.443Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:33:16.445Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:33:16.445Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918396442,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:33:16.545Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:33:16.546Z||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-23T07:33:16.546Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:16.573Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:16.574Z||pool-26-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:33:17.445Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T07:33:17.446Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-23T07:33:17.447Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a0b47fe4-7d1b-41ff-8b47-7188d3bb52ef, URL: /sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar to file: /app/ASDC/1/service-BasicOnboardOlrkuv-csar.csar
2022-09-23T07:33:17.448Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOlrkuv-csar.csar
2022-09-23T07:33:17.448Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOlrkuv-csar.csar
2022-09-23T07:33:17.448Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOlrkuv-csar.csar
2022-09-23T07:33:17.574Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17324825065460156415/Definitions/service-BasicOnboardOlrkuv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-09-23T07:33:18.776Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-23T07:33:18.777Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-23T07:33:18.777Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOlrkuv-csar.csar
2022-09-23T07:33:18.777Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-23T07:33:18.777Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_oLRkUv 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-BasicOnboardOlrkuv-csar.csar
2022-09-23T07:33:18.777Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardOlrkuv-csar.csar
2022-09-23T07:33:18.777Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOlrkuv-csar.csar
2022-09-23T07:33:18.777Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOlrkuv-csar.csar
2022-09-23T07:33:18.777Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOlrkuv-csar.csar
2022-09-23T07:33:18.777Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOlrkuv-csar.csar
2022-09-23T07:33:18.778Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOlrkuv-csar.csar
2022-09-23T07:33:18.778Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-23T07:33:18.778Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:18.778Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oLRkUv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:33:18.778Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oLRkUv 0 is matching search criteria
2022-09-23T07:33:18.778Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-23T07:33:18.779Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oLRkUv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T07:33:18.779Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:18.779Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oLRkUv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:33:18.779Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oLRkUv 0 is matching search criteria
2022-09-23T07:33:18.779Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-23T07:33:18.779Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oLRkUv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T07:33:18.780Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:18.780Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oLRkUv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:33:18.780Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:18.780Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oLRkUv 0 is not matching search criteria
2022-09-23T07:33:18.780Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-23T07:33:18.780Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-23T07:33:18.780Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-23T07:33:18.781Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-23T07:33:18.781Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-23T07:33:18.781Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:18.781Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oLRkUv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T07:33:18.781Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:18.781Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oLRkUv 0 is matching search criteria
2022-09-23T07:33:18.782Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oLRkUv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:33:18.782Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:18.782Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oLRkUv 0 is matching search criteria
2022-09-23T07:33:18.782Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oLRkUv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:33:18.782Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:18.782Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oLRkUv 0 is matching search criteria
2022-09-23T07:33:18.783Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oLRkUv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:33:18.783Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:18.783Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oLRkUv 0 is not matching search criteria
2022-09-23T07:33:18.783Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-23T07:33:18.783Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-23T07:33:18.783Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d3ab2bdb-2d8a-4903-889f-074bfe302082
2022-09-23T07:33:18.784Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:18.784Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oLRkUv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:33:18.784Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:18.784Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oLRkUv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:33:18.784Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:18.784Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oLRkUv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:33:18.784Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:18.785Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oLRkUv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:33:18.785Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_oLRkUv
Description:service
Model UUID:a0166be5-3a89-46b6-b28c-7c4dba05dcaf
Model Version:NULL
Model InvariantUuid:ca93a195-15b1-4725-b397-d84826b9e877
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_oLRkUv
Model UUID:1113a034-016a-45bd-8590-55bd3c0e20c9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e3a38729-cc22-4f8f-a88f-bec7c55235da
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a26d9fe6-6181-40bf-9c55-aa54630be202
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:202cfcd0-c110-4d57-a017-79884b91157e
ModelName:BasicOnboardOlrkuv..base_ubuntu18..module-0
ModelUuid:32b587c1-1325-4071-8015-2d716371dcb5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d3ab2bdb-2d8a-4903-889f-074bfe302082
ModelInvariantUuid:6f17c316-74d8-456a-ad22-1944f50f5ae1
ModelName:basic_onboard_oLRkUv-nodes.ubuntu18Cvfc
ModelUuid:cd768f01-413f-41f5-b7c8-8bf67b31e03d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:fafd15d6-41c7-4f8e-9e9f-687a443022f5
ModelInvariantUuid:cae098e0-5c31-4ebe-9b8f-56edf7e8aa0b
ModelName:BasicOnboardOlrkuv.compute.nodes.heat.ubuntu18
ModelUuid:b02cefb2-c80d-48bf-b920-79ba5cefcb6c
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-23T07:33:18.802Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 07f5d056-617a-4bc1-be37-4396e1ce6eab
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-23T07:33:18.806Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||basic_onboard_oLRkUv 0
2022-09-23T07:33:18.806Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 07f5d056-617a-4bc1-be37-4396e1ce6eab
2022-09-23T07:33:18.806Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 25e2bc71-8f79-486d-ae91-4eec4325c3ca from URL: /sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json
2022-09-23T07:33:18.806Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-23T07:33:18.807Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json
2022-09-23T07:33:18.886Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-23T07:33:18.887Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json 25e2bc71-8f79-486d-ae91-4eec4325c3ca 798
2022-09-23T07:33:18.887Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json ASDC sendASDCNotification
2022-09-23T07:33:18.887Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json
2022-09-23T07:33:18.888Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:33:18.888Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:33:18.890Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:33:18.890Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918398887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:33:18.991Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:33:18.992Z||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-23T07:33:18.992Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:19.010Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:19.012Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:33:19.891Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOlrkuv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "202cfcd0-c110-4d57-a017-79884b91157e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32b587c1-1325-4071-8015-2d716371dcb5",
    "vfModuleModelCustomizationUUID": "8acb69d5-bc3e-41e3-9f23-3999610dab1b",
    "isBase": true,
    "artifacts": [
      "84fb0f3c-af78-4281-ba16-73ed29cce51a",
      "1cb8e037-94c4-42e8-a331-bc93727adae4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "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-23T07:33:19.895Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOlrkuv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32b587c1-1325-4071-8015-2d716371dcb5
VfModuleModelInvariantUUID:202cfcd0-c110-4d57-a017-79884b91157e
VfModuleModelDescription:NULL
Artifacts UUID List:{
84fb0f3c-af78-4281-ba16-73ed29cce51a
,
1cb8e037-94c4-42e8-a331-bc93727adae4

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  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-23T07:33:19.897Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOlrkuv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "202cfcd0-c110-4d57-a017-79884b91157e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32b587c1-1325-4071-8015-2d716371dcb5",
    "vfModuleModelCustomizationUUID": "8acb69d5-bc3e-41e3-9f23-3999610dab1b",
    "isBase": true,
    "artifacts": [
      "84fb0f3c-af78-4281-ba16-73ed29cce51a",
      "1cb8e037-94c4-42e8-a331-bc93727adae4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "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-23T07:33:19.897Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOlrkuv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32b587c1-1325-4071-8015-2d716371dcb5
VfModuleModelInvariantUUID:202cfcd0-c110-4d57-a017-79884b91157e
VfModuleModelDescription:NULL
Artifacts UUID List:{
84fb0f3c-af78-4281-ba16-73ed29cce51a
,
1cb8e037-94c4-42e8-a331-bc93727adae4

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  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-23T07:33:19.897Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 84fb0f3c-af78-4281-ba16-73ed29cce51a from URL: /sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml
2022-09-23T07:33:19.898Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-23T07:33:19.898Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml
2022-09-23T07:33:19.961Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-23T07:33:19.962Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml 84fb0f3c-af78-4281-ba16-73ed29cce51a 5033
2022-09-23T07:33:19.962Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-23T07:33:19.962Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml
2022-09-23T07:33:19.962Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:33:19.963Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:33:19.964Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:33:19.964Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918399962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:33:20.065Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:33:20.066Z||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-23T07:33:20.066Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:20.087Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:20.087Z||pool-28-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:33:20.965Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1cb8e037-94c4-42e8-a331-bc93727adae4 from URL: /sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env
2022-09-23T07:33:20.966Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-23T07:33:20.966Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env
2022-09-23T07:33:21.056Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-23T07:33:21.056Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env 1cb8e037-94c4-42e8-a331-bc93727adae4 909
2022-09-23T07:33:21.056Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-23T07:33:21.057Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env
2022-09-23T07:33:21.057Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:33:21.057Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:33:21.059Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:33:21.059Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918401056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:33:21.159Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:33:21.160Z||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-23T07:33:21.160Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:21.183Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:21.184Z||pool-29-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:33:22.060Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a0166be5-3a89-46b6-b28c-7c4dba05dcaf
2022-09-23T07:33:22.060Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_oLRkUv 0 07f5d056-617a-4bc1-be37-4396e1ce6eab 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-23T07:33:22.076Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5581881, org.onap.sdc.toscaparser.api.parameters.Input@7ba0b273, org.onap.sdc.toscaparser.api.parameters.Input@59469973, org.onap.sdc.toscaparser.api.parameters.Input@4c231373, org.onap.sdc.toscaparser.api.parameters.Input@97a9666]
2022-09-23T07:33:22.078Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:22.078Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oLRkUv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:33:22.078Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-09-23T07:33:22.079Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a26d9fe6-6181-40bf-9c55-aa54630be202
2022-09-23T07:33:22.079Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a26d9fe6-6181-40bf-9c55-aa54630be202 matches Tosca VF Customization UUID: a26d9fe6-6181-40bf-9c55-aa54630be202
2022-09-23T07:33:22.079Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a26d9fe6-6181-40bf-9c55-aa54630be202  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-23T07:33:22.081Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:22.081Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oLRkUv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:33:22.082Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a26d9fe6-6181-40bf-9c55-aa54630be202: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-23T07:33:22.082Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ebb2c26
2022-09-23T07:33:22.082Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:22.083Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oLRkUv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T07:33:22.083Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8acb69d5-bc3e-41e3-9f23-3999610dab1b
2022-09-23T07:33:22.083Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8acb69d5-bc3e-41e3-9f23-3999610dab1b
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-23T07:33:22.086Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:22.086Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oLRkUv 0 is matching search criteria
2022-09-23T07:33:22.086Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oLRkUv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:33:22.087Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:22.087Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oLRkUv 0 is matching search criteria
2022-09-23T07:33:22.087Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oLRkUv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:33:22.088Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:22.088Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oLRkUv 0 is not matching search criteria
2022-09-23T07:33:22.088Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-23T07:33:22.088Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-23T07:33:22.089Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d3ab2bdb-2d8a-4903-889f-074bfe302082
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-23T07:33:22.091Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:22.092Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oLRkUv 0 is matching search criteria
2022-09-23T07:33:22.092Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oLRkUv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:33:22.092Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:22.093Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oLRkUv 0 is matching search criteria
2022-09-23T07:33:22.093Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oLRkUv 0] matching following query criteria: sdcType=VF, customizationUUID=a26d9fe6-6181-40bf-9c55-aa54630be202
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-23T07:33:22.096Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:22.096Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oLRkUv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:33:22.096Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a0166be5-3a89-46b6-b28c-7c4dba05dcaf: basic_onboard_oLRkUv
2022-09-23T07:33:22.096Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:22.097Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oLRkUv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:33:22.097Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:22.097Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oLRkUv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:33:22.097Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:22.098Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oLRkUv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:33:22.098Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:22.098Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oLRkUv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:33:22.099Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:33:22.099Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oLRkUv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:33:22.099Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_oLRkUv 
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: 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 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 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-23T07:33:22.204Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_oLRkUv 07f5d056-617a-4bc1-be37-4396e1ce6eab 1 ASDC deployResourceStructure
2022-09-23T07:33:22.204Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json ASDC sendASDCNotification
2022-09-23T07:33:22.205Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json
2022-09-23T07:33:22.205Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:33:22.205Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:33:22.207Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:33:22.208Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918402204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T07:33:22.308Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:33:22.309Z||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-23T07:33:22.309Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:22.331Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:22.331Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:33:23.208Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-23T07:33:23.209Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml
2022-09-23T07:33:23.209Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:33:23.209Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:33:23.212Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:33:23.212Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918403208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T07:33:23.312Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:33:23.313Z||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-23T07:33:23.313Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:23.331Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:23.332Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:33:24.217Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-23T07:33:24.218Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env
2022-09-23T07:33:24.219Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:33:24.219Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:33:24.221Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:33:24.222Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918404217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-23T07:33:24.322Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:33:24.323Z||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-23T07:33:24.323Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:24.345Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:24.345Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:33:25.223Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar ASDC sendASDCNotification
2022-09-23T07:33:25.224Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar
2022-09-23T07:33:25.224Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:33:25.224Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:33:25.228Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:33:25.228Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918405223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:33:25.328Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:33:25.329Z||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-23T07:33:25.329Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:25.348Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:25.349Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:33:26.229Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b
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-23T07:33:26.246Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b
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-23T07:33:26.250Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:33:26.250Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T07:33:26.250Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T07:33:26.250Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T07:33:26.250Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-23T07:33:26.250Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-23T07:33:26.257Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T07:33:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:33:48.028Z||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-23T07:33:48.029Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:48.708Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:48.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:33:48.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd36ae36-5865-449c-8f05-187826c00e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918383563,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dfd36ae36-5865-449c-8f05-187826c00e65 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b333418b-c03a-46a2-9a05-9f0210e917e6/model-vers/model-ver/3a650003-7fd7-4e87-9a03-737b6fc577a6) (ec\u003dERR.5.4.6114)"
}
2022-09-23T07:33:48.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:33:48.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:33:48.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918384584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:33:48.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:33:48.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:33:48.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918384584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T07:33:48.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:33:48.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:33:48.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918384584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-23T07:33:48.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:33:48.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:33:48.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918384584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:33:48.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:33:48.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:33:48.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918384584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-23T07:33:48.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:33:48.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:33:48.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918384584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:33:48.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:33:48.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:33:48.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918384584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:33:48.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:33:48.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:33:48.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918396442,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:33:48.712Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:33:48.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:33:48.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918398887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:33:48.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:33:48.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:33:48.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918399962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:33:48.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:33:48.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:33:48.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918401056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:33:48.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:33:48.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:33:48.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918402204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/basic_onboard_olrkuv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T07:33:48.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:33:48.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:33:48.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918403208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T07:33:48.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:33:48.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:33:48.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918404217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/resourceInstances/basic_onboard_olrkuv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-23T07:33:48.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:33:48.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:33:48.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918405223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOlrkuv/1.0/artifacts/service-BasicOnboardOlrkuv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:33:48.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:33:56.257Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b 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-23T07:33:56.264Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b and serviceModelVersionId: a0166be5-3a89-46b6-b28c-7c4dba05dcaf
2022-09-23T07:33:56.264Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca93a195-15b1-4725-b397-d84826b9e877
2022-09-23T07:33:56.265Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf?depth=0
2022-09-23T07:33:56.269Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-23T07:33:56.341Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf?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-23T07:33:56.347Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf?depth=0|INFO|500||Invoke
2022-09-23T07:33:56.353Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-23T07:33:56.443Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf?depth=0|INFO|404|Not Found|InvokeReturn
2022-09-23T07:33:56.445Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf?depth=0 has http status code:404 and response headers:{date=[Fri, 23 Sep 2022 07:33:56 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[67], x-aai-txid=[1-aai-resources-220923-07:33:56:367-89798], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-09-23T07:33:56.446Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf","ERR.5.4.6114"]}}}

2022-09-23T07:33:56.450Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf) (ec=ERR.5.4.6114)
2022-09-23T07:33:56.450Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-23T07:33:56.451Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf) (ec=ERR.5.4.6114)
2022-09-23T07:33:56.451Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-23T07:33:56.456Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-23T07:33:56.457Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf) (ec=ERR.5.4.6114)
2022-09-23T07:33:56.457Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T07:33:56.458Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:33:56.459Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:33:56.460Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918436457,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf) (ec\u003dERR.5.4.6114)"
}
2022-09-23T07:33:56.560Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:33:56.561Z||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-23T07:33:56.561Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:33:56.600Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:33:56.601Z||pool-34-thread-1|||||INFO|500||cambria reply ok (41 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-23T07:33:57.474Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:33:57.474Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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-23T07:33:57.475Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:34:07.065Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:34:07.066Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:34:07.066Z||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-23T07:34:07.066Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:34:16.672Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:34:16.673Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:34:16.674Z||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-23T07:34:16.674Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:34:26.299Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:34:26.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:34:26.301Z||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-23T07:34:26.301Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:34:35.918Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:34:48.022Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:34:48.023Z||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-23T07:34:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:34:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:34:48.028Z||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-23T07:34:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:34:48.669Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:34:48.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T07:34:48.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918436457,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003df81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ca93a195-15b1-4725-b397-d84826b9e877/model-vers/model-ver/a0166be5-3a89-46b6-b28c-7c4dba05dcaf) (ec\u003dERR.5.4.6114)"
}
2022-09-23T07:34:48.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:34:57.622Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:35:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:35:48.024Z||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-23T07:35:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:35:48.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:35:48.028Z||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-23T07:35:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:35:57.603Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:35:57.654Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:36:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:36:48.024Z||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-23T07:36:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:36:48.028Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:36:48.029Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T07:36:48.029Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:36:57.626Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:36:57.633Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:37:48.023Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:37:48.024Z||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-23T07:37:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:37:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:37:48.028Z||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-23T07:37:48.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:37:48.691Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:37:48.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0","serviceName":"vFW 2022-09-23 07-36-30","serviceVersion":"1.0","serviceUUID":"cc0a3c68-73d3-439d-b019-6d80a9c5ce94","serviceDescription":"catalog service description","serviceInvariantUUID":"e99d125e-3124-4d60-b9cc-06882813ecc7","resources":[{"resourceInstanceName":"vFW abaa7026-2897 0","resourceName":"vFW abaa7026-2897","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad0962ba-88d5-4fb1-98cd-ec3fc1ad6819","resourceInvariantUUID":"fffd345f-1480-4907-848c-6168d16d71d2","resourceCustomizationUUID":"60efc684-5c32-4f16-b725-ce54c5e5c47a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vf-license-model.xml","artifactChecksum":"ZmYwNTA3NWE1ODQ3NTFjYmQwMTU1MGQxMGZkMzdhNTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aa97b6ce-ac33-4251-9b22-c43855b42270","artifactVersion":"1"},{"artifactName":"vfwabaa702628970_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json","artifactChecksum":"ZTU4ZGUyYTUzNjJkOTkxMDkwYjVkMTZiYzYwMjQwOGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c0b9e4b0-e073-4b6d-a312-a994d4ccd5aa","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d757fb54-2deb-4780-8533-f7afdc03756a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vendor-license-model.xml","artifactChecksum":"NzU5NjBkNWY5ZjZlNTA0Y2I4MmUyNWYzNDgwNmRjZWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"36c66048-1668-42b2-959f-12ceec2d2f67","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7750a5fd-1188-48f8-b4f4-f26c5b99203a","artifactVersion":"2","generatedFromUUID":"d757fb54-2deb-4780-8533-f7afdc03756a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220923073630-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-template.yml","artifactChecksum":"MWUwMGU1YWI0YmQzOGU0MjA4MjljZDdiZDVlNjBiYjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96e6d7c4-3a47-4289-b739-83d6a8b7e4a7","artifactVersion":"1"},{"artifactName":"service-Vfw20220923073630-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar","artifactChecksum":"YWUzZTk3NTkzODk3N2RkMjEwZmZiODgyZDc5NzBjYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"643e180e-7c0a-4347-8144-0266f7858071","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T07:37:48.697Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:37:48.698Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:37:48.698Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:37:48.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918652366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "cds",
  "timestamp": 1663918662981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918656735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.702Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:37:48.702Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918668023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918652366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T07:37:48.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "cds",
  "timestamp": 1663918662981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918656735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "cds",
  "timestamp": 1663918662981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918652366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-23T07:37:48.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918656735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918652366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "cds",
  "timestamp": 1663918662981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918656735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918652366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-23T07:37:48.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "cds",
  "timestamp": 1663918662981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918656735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "aai-ml",
  "timestamp": 1663918664603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918652366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "cds",
  "timestamp": 1663918662981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918656735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "aai-ml",
  "timestamp": 1663918664603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "cds",
  "timestamp": 1663918662981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:37:48.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918656735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:37:48.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918652366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:37:48.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "aai-ml",
  "timestamp": 1663918664603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918669799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:37:48.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:37:48.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918666638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:37:48.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:37:48.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "cds",
  "timestamp": 1663918671187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:37:48.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:37:48.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "aai-ml",
  "timestamp": 1663918664603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918671008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:37:48.723Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:37:48.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:37:48.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "aai-ml",
  "timestamp": 1663918664603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:48.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:37:48.802Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:37:48.803Z||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-23T07:37:48.803Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:37:48.828Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:37:48.829Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-23T07:37:49.703Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:37:49.703Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:37:49.705Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:37:49.705Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918668023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T07:37:49.806Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T07:37:49.807Z||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-23T07:37:49.807Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:37:49.832Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:37:49.832Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-09-23T07:37:50.708Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:37:50.708Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:37:50.710Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:37:50.710Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918668023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-23T07:37:50.811Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:37:50.811Z||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-23T07:37:50.812Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:37:50.829Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:37:50.830Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:37:51.711Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:37:51.712Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:37:51.722Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:37:51.722Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918668023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:51.815Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-09-23T07:37:51.816Z||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-23T07:37:51.816Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:37:51.834Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:37:51.835Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:37:52.723Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:37:52.723Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:37:52.725Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:37:52.725Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918668023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-23T07:37:52.826Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:37:52.827Z||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-23T07:37:52.827Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:37:52.854Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:37:52.855Z||pool-39-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-09-23T07:37:53.726Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:37:53.727Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:37:53.729Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:37:53.729Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918668023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:37:53.829Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:37:53.830Z||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-23T07:37:53.830Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:37:53.855Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:37:53.856Z||pool-40-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:37:54.729Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:37:54.729Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:37:54.732Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:37:54.732Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918668023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:37:54.833Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T07:37:54.834Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-23T07:37:54.834Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:37:54.856Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:37:54.857Z||pool-41-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:37:55.733Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "serviceName": "vFW 2022-09-23 07-36-30",
  "serviceVersion": "1.0",
  "serviceUUID": "cc0a3c68-73d3-439d-b019-6d80a9c5ce94",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e99d125e-3124-4d60-b9cc-06882813ecc7",
  "resources": [
    {
      "resourceInstanceName": "vFW abaa7026-2897 0",
      "resourceCustomizationUUID": "60efc684-5c32-4f16-b725-ce54c5e5c47a",
      "resourceName": "vFW abaa7026-2897",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad0962ba-88d5-4fb1-98cd-ec3fc1ad6819",
      "resourceInvariantUUID": "fffd345f-1480-4907-848c-6168d16d71d2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwabaa702628970_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json",
          "artifactChecksum": "ZTU4ZGUyYTUzNjJkOTkxMDkwYjVkMTZiYzYwMjQwOGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c0b9e4b0-e073-4b6d-a312-a994d4ccd5aa",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d757fb54-2deb-4780-8533-f7afdc03756a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7750a5fd-1188-48f8-b4f4-f26c5b99203a",
            "generatedFromUUID": "d757fb54-2deb-4780-8533-f7afdc03756a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7750a5fd-1188-48f8-b4f4-f26c5b99203a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220923073630-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar",
      "artifactChecksum": "YWUzZTk3NTkzODk3N2RkMjEwZmZiODgyZDc5NzBjYjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "643e180e-7c0a-4347-8144-0266f7858071"
    }
  ],
  "workloadContext": "Production"
}
2022-09-23T07:37:55.734Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T07:37:55.734Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cc0a3c68-73d3-439d-b019-6d80a9c5ce94 ASDC
2022-09-23T07:37:55.734Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0
ServiceName:vFW 2022-09-23 07-36-30
ServiceVersion:1.0
ServiceUUID:cc0a3c68-73d3-439d-b019-6d80a9c5ce94
ServiceInvariantUUID:e99d125e-3124-4d60-b9cc-06882813ecc7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220923073630-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar
ArtifactUUID:643e180e-7c0a-4347-8144-0266f7858071
ArtifactChecksum:YWUzZTk3NTkzODk3N2RkMjEwZmZiODgyZDc5NzBjYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW abaa7026-2897 0
ResourceCustomizationUUID:60efc684-5c32-4f16-b725-ce54c5e5c47a
ResourceInvariantUUID:fffd345f-1480-4907-848c-6168d16d71d2
ResourceName:vFW abaa7026-2897
ResourceType:VF
ResourceUUID:ad0962ba-88d5-4fb1-98cd-ec3fc1ad6819
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwabaa702628970_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json
ArtifactUUID:c0b9e4b0-e073-4b6d-a312-a994d4ccd5aa
ArtifactChecksum:ZTU4ZGUyYTUzNjJkOTkxMDkwYjVkMTZiYzYwMjQwOGI=
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/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml
ArtifactUUID:d757fb54-2deb-4780-8533-f7afdc03756a
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/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env
ArtifactUUID:7750a5fd-1188-48f8-b4f4-f26c5b99203a
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/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env
ArtifactUUID:7750a5fd-1188-48f8-b4f4-f26c5b99203a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-23T07:37:55.735Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cc0a3c68-73d3-439d-b019-6d80a9c5ce94 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-23T07:37:55.781Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T07:37:55.782Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-23T07:37:55.782Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-23T07:37:55.783Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 643e180e-7c0a-4347-8144-0266f7858071 from URL: /sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar
2022-09-23T07:37:55.783Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-23T07:37:55.783Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar
2022-09-23T07:37:55.845Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-23T07:37:55.846Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar 643e180e-7c0a-4347-8144-0266f7858071 100636
2022-09-23T07:37:55.847Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar ASDC sendASDCNotification
2022-09-23T07:37:55.847Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar
2022-09-23T07:37:55.847Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:37:55.847Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:37:55.849Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:37:55.849Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918675847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:37:55.949Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:37:55.950Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-23T07:37:55.950Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:37:55.978Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:37:55.979Z||pool-42-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:37:56.849Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T07:37:56.851Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-23T07:37:56.851Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 643e180e-7c0a-4347-8144-0266f7858071, URL: /sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar to file: /app/ASDC/1/service-Vfw20220923073630-csar.csar
2022-09-23T07:37:56.852Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220923073630-csar.csar
2022-09-23T07:37:56.852Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220923073630-csar.csar
2022-09-23T07:37:56.853Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220923073630-csar.csar
2022-09-23T07:37:57.112Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14028601480352716376/Definitions/service-Vfw20220923073630-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-09-23T07:37:59.161Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-23T07:37:59.162Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-23T07:37:59.162Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220923073630-csar.csar
2022-09-23T07:37:59.163Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-23T07:37:59.163Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW abaa7026-2897 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-Vfw20220923073630-csar.csar
2022-09-23T07:37:59.163Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220923073630-csar.csar
2022-09-23T07:37:59.163Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-Vfw20220923073630-csar.csar
2022-09-23T07:37:59.164Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||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-Vfw20220923073630-csar.csar
2022-09-23T07:37:59.164Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-Vfw20220923073630-csar.csar
2022-09-23T07:37:59.164Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220923073630-csar.csar
2022-09-23T07:37:59.164Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220923073630-csar.csar
2022-09-23T07:37:59.165Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-Vfw20220923073630-csar.csar
2022-09-23T07:37:59.165Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220923073630-csar.csar
2022-09-23T07:37:59.165Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220923073630-csar.csar
2022-09-23T07:37:59.165Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220923073630-csar.csar
2022-09-23T07:37:59.165Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-23T07:37:59.166Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:37:59.166Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-23 07-36-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:37:59.167Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is matching search criteria
2022-09-23T07:37:59.167Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-23T07:37:59.167Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abaa7026-2897 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T07:37:59.168Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:37:59.168Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-23 07-36-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:37:59.169Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is matching search criteria
2022-09-23T07:37:59.169Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-23T07:37:59.169Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abaa7026-2897 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T07:37:59.169Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:37:59.170Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-23 07-36-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:37:59.170Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:37:59.170Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is not matching search criteria
2022-09-23T07:37:59.171Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T07:37:59.171Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T07:37:59.171Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T07:37:59.171Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:37:59.172Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T07:37:59.172Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:37:59.173Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T07:37:59.173Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T07:37:59.173Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T07:37:59.173Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:37:59.174Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T07:37:59.174Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T07:37:59.174Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T07:37:59.174Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T07:37:59.175Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:37:59.175Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-23T07:37:59.175Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:37:59.175Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-23 07-36-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T07:37:59.176Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:37:59.176Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is matching search criteria
2022-09-23T07:37:59.176Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abaa7026-2897 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:37:59.177Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:37:59.177Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is matching search criteria
2022-09-23T07:37:59.177Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abaa7026-2897 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:37:59.178Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:37:59.178Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is matching search criteria
2022-09-23T07:37:59.178Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abaa7026-2897 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:37:59.179Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:37:59.179Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is not matching search criteria
2022-09-23T07:37:59.179Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T07:37:59.180Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T07:37:59.180Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-23T07:37:59.180Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T07:37:59.180Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T07:37:59.181Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:37:59.181Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T07:37:59.181Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T07:37:59.181Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T07:37:59.181Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T07:37:59.182Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:37:59.182Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e693e366-44d5-408a-86a9-bfc86ab73272
2022-09-23T07:37:59.182Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:37:59.182Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is not matching search criteria
2022-09-23T07:37:59.183Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T07:37:59.183Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T07:37:59.183Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T07:37:59.183Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:37:59.184Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T07:37:59.184Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:37:59.184Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T07:37:59.185Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-23T07:37:59.185Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T07:37:59.185Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T07:37:59.186Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T07:37:59.186Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:37:59.186Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=85b024f0-04ff-48bb-8a92-21ca8793b132
2022-09-23T07:37:59.187Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:37:59.187Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is not matching search criteria
2022-09-23T07:37:59.187Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T07:37:59.187Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T07:37:59.188Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T07:37:59.188Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:37:59.188Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T07:37:59.188Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:37:59.189Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T07:37:59.189Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T07:37:59.189Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T07:37:59.189Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:37:59.189Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T07:37:59.189Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-23T07:37:59.190Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3c092205-d35c-4074-a53a-967dca1d71c6
2022-09-23T07:37:59.190Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:37:59.190Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-23 07-36-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:37:59.190Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:37:59.191Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-23 07-36-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:37:59.191Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:37:59.191Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-23 07-36-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:37:59.191Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:37:59.192Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-23 07-36-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:37:59.192Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-23 07-36-30
Description:catalog service description
Model UUID:cc0a3c68-73d3-439d-b019-6d80a9c5ce94
Model Version:NULL
Model InvariantUuid:e99d125e-3124-4d60-b9cc-06882813ecc7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW abaa7026-2897
Model UUID:03109e76-5d19-4225-bcac-8ab2543ffad0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fffd345f-1480-4907-848c-6168d16d71d2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:60efc684-5c32-4f16-b725-ce54c5e5c47a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bcb4283f-6780-4a74-8808-f7fc5a0e9286
ModelName:VfwAbaa70262897..base_vfw..module-0
ModelUuid:1e392cda-ae78-4cca-9070-f76bdb86a3f7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e693e366-44d5-408a-86a9-bfc86ab73272
ModelInvariantUuid:dedea497-1434-4f2d-bb48-fb3a93c36422
ModelName:vFW abaa7026-2897-nodes.vfwCvfc
ModelUuid:5ff34bbb-ff3a-46ec-8533-64fb9866d7be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e9a004cc-5a5d-43fa-885f-94bd9f4c70b7
ModelInvariantUuid:4be3f059-7c32-4078-901f-0374f58dc279
ModelName:VfwAbaa70262897.compute.nodes.heat.vfw
ModelUuid:c0b57d40-28a0-495a-a9e9-a1d2b49e0bc4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:85b024f0-04ff-48bb-8a92-21ca8793b132
ModelInvariantUuid:bfed52ea-9f09-439c-bbe3-2283852fee38
ModelName:vFW abaa7026-2897-nodes.vsnCvfc
ModelUuid:167c4f75-24ea-4be1-ae4c-1e4c456a2d4e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:0ebf8823-4662-447b-946e-e6d18462d8a2
ModelInvariantUuid:b32281db-ae64-4e97-ab54-f52a6f3262fd
ModelName:VfwAbaa70262897.compute.nodes.heat.vsn
ModelUuid:444b0144-7cf5-4c08-a8f4-ecfeaa188105
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3c092205-d35c-4074-a53a-967dca1d71c6
ModelInvariantUuid:9045a9dc-5ee6-41f0-b65b-dc6b4cc9c3a4
ModelName:vFW abaa7026-2897-nodes.vpgCvfc
ModelUuid:eca57f10-b188-4423-aee2-9115ea44b464
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9a4e43ac-f1ca-47ba-a272-b57022b5e50f
ModelInvariantUuid:61edce08-e818-4626-80d1-3ccf502adc90
ModelName:VfwAbaa70262897.compute.nodes.heat.vpg
ModelUuid:c8ed3210-b0b2-4215-b4f3-15c23f81b6d3
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-23T07:37:59.203Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ad0962ba-88d5-4fb1-98cd-ec3fc1ad6819
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-23T07:37:59.207Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||vFW abaa7026-2897 0
2022-09-23T07:37:59.208Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad0962ba-88d5-4fb1-98cd-ec3fc1ad6819
2022-09-23T07:37:59.208Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c0b9e4b0-e073-4b6d-a312-a994d4ccd5aa from URL: /sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json
2022-09-23T07:37:59.208Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-23T07:37:59.209Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json
2022-09-23T07:37:59.271Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-23T07:37:59.272Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json c0b9e4b0-e073-4b6d-a312-a994d4ccd5aa 785
2022-09-23T07:37:59.272Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json ASDC sendASDCNotification
2022-09-23T07:37:59.272Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json
2022-09-23T07:37:59.272Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:37:59.273Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:37:59.275Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:37:59.275Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918679272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:37:59.375Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:37:59.376Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-23T07:37:59.376Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:37:59.399Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:37:59.399Z||pool-43-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:38:00.276Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAbaa70262897..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bcb4283f-6780-4a74-8808-f7fc5a0e9286",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1e392cda-ae78-4cca-9070-f76bdb86a3f7",
    "vfModuleModelCustomizationUUID": "741875b4-597b-441b-a69d-78cf2e436973",
    "isBase": true,
    "artifacts": [
      "d757fb54-2deb-4780-8533-f7afdc03756a",
      "7750a5fd-1188-48f8-b4f4-f26c5b99203a"
    ],
    "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-23T07:38:00.281Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAbaa70262897..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e392cda-ae78-4cca-9070-f76bdb86a3f7
VfModuleModelInvariantUUID:bcb4283f-6780-4a74-8808-f7fc5a0e9286
VfModuleModelDescription:NULL
Artifacts UUID List:{
d757fb54-2deb-4780-8533-f7afdc03756a
,
7750a5fd-1188-48f8-b4f4-f26c5b99203a

}
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-23T07:38:00.282Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAbaa70262897..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bcb4283f-6780-4a74-8808-f7fc5a0e9286",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1e392cda-ae78-4cca-9070-f76bdb86a3f7",
    "vfModuleModelCustomizationUUID": "741875b4-597b-441b-a69d-78cf2e436973",
    "isBase": true,
    "artifacts": [
      "d757fb54-2deb-4780-8533-f7afdc03756a",
      "7750a5fd-1188-48f8-b4f4-f26c5b99203a"
    ],
    "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-23T07:38:00.283Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAbaa70262897..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e392cda-ae78-4cca-9070-f76bdb86a3f7
VfModuleModelInvariantUUID:bcb4283f-6780-4a74-8808-f7fc5a0e9286
VfModuleModelDescription:NULL
Artifacts UUID List:{
d757fb54-2deb-4780-8533-f7afdc03756a
,
7750a5fd-1188-48f8-b4f4-f26c5b99203a

}
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-23T07:38:00.283Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d757fb54-2deb-4780-8533-f7afdc03756a from URL: /sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml
2022-09-23T07:38:00.283Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-23T07:38:00.283Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml
2022-09-23T07:38:00.343Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-23T07:38:00.343Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml d757fb54-2deb-4780-8533-f7afdc03756a 20368
2022-09-23T07:38:00.344Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-23T07:38:00.344Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml
2022-09-23T07:38:00.344Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:38:00.344Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:38:00.346Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:38:00.347Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918680344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:38:00.447Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:38:00.448Z||pool-44-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-23T07:38:00.448Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:38:00.468Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:38:00.468Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:38:01.347Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7750a5fd-1188-48f8-b4f4-f26c5b99203a from URL: /sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env
2022-09-23T07:38:01.348Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-23T07:38:01.348Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env
2022-09-23T07:38:01.437Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-23T07:38:01.438Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env 7750a5fd-1188-48f8-b4f4-f26c5b99203a 2098
2022-09-23T07:38:01.438Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-23T07:38:01.439Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env
2022-09-23T07:38:01.439Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:38:01.439Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:38:01.441Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:38:01.441Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918681438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:38:01.542Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T07:38:01.543Z||pool-45-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-23T07:38:01.543Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:38:01.565Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:38:01.565Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:38:02.442Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: cc0a3c68-73d3-439d-b019-6d80a9c5ce94
2022-09-23T07:38:02.443Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW abaa7026-2897 0 ad0962ba-88d5-4fb1-98cd-ec3fc1ad6819 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-23T07:38:02.464Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2794baf5, org.onap.sdc.toscaparser.api.parameters.Input@202c5ba3, org.onap.sdc.toscaparser.api.parameters.Input@14050430, org.onap.sdc.toscaparser.api.parameters.Input@32436ab4, org.onap.sdc.toscaparser.api.parameters.Input@30022d1b]
2022-09-23T07:38:02.466Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.467Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-23 07-36-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:38:02.467Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-09-23T07:38:02.467Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 60efc684-5c32-4f16-b725-ce54c5e5c47a
2022-09-23T07:38:02.467Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 60efc684-5c32-4f16-b725-ce54c5e5c47a matches Tosca VF Customization UUID: 60efc684-5c32-4f16-b725-ce54c5e5c47a
2022-09-23T07:38:02.468Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 60efc684-5c32-4f16-b725-ce54c5e5c47a  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-23T07:38:02.471Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.471Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-23 07-36-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:38:02.472Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 60efc684-5c32-4f16-b725-ce54c5e5c47a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-23T07:38:02.472Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6796f2b2
2022-09-23T07:38:02.473Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.473Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-23 07-36-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T07:38:02.473Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 741875b4-597b-441b-a69d-78cf2e436973
2022-09-23T07:38:02.474Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 741875b4-597b-441b-a69d-78cf2e436973
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-23T07:38:02.478Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.478Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is matching search criteria
2022-09-23T07:38:02.478Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abaa7026-2897 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:38:02.478Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.479Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is matching search criteria
2022-09-23T07:38:02.479Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abaa7026-2897 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:38:02.479Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.479Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is not matching search criteria
2022-09-23T07:38:02.479Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T07:38:02.480Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T07:38:02.482Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-23T07:38:02.482Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T07:38:02.482Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T07:38:02.483Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:38:02.483Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T07:38:02.483Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T07:38:02.483Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T07:38:02.483Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T07:38:02.483Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:38:02.484Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e693e366-44d5-408a-86a9-bfc86ab73272
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-23T07:38:02.487Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.488Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is matching search criteria
2022-09-23T07:38:02.488Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abaa7026-2897 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:38:02.488Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.488Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is not matching search criteria
2022-09-23T07:38:02.488Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T07:38:02.489Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T07:38:02.489Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T07:38:02.489Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:38:02.489Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T07:38:02.489Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:38:02.489Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T07:38:02.490Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-23T07:38:02.490Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T07:38:02.490Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T07:38:02.490Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T07:38:02.490Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:38:02.490Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=85b024f0-04ff-48bb-8a92-21ca8793b132
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-23T07:38:02.493Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.493Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is matching search criteria
2022-09-23T07:38:02.493Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abaa7026-2897 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:38:02.493Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.493Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is not matching search criteria
2022-09-23T07:38:02.493Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T07:38:02.494Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T07:38:02.494Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T07:38:02.494Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:38:02.494Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T07:38:02.494Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T07:38:02.494Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T07:38:02.495Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T07:38:02.495Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T07:38:02.495Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T07:38:02.495Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T07:38:02.495Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-23T07:38:02.495Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3c092205-d35c-4074-a53a-967dca1d71c6
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-23T07:38:02.498Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.498Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is matching search criteria
2022-09-23T07:38:02.498Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abaa7026-2897 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:38:02.499Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.499Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Node template vFW abaa7026-2897 0 is matching search criteria
2022-09-23T07:38:02.499Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW abaa7026-2897 0] matching following query criteria: sdcType=VF, customizationUUID=60efc684-5c32-4f16-b725-ce54c5e5c47a
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-23T07:38:02.501Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.502Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-23 07-36-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:38:02.502Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid cc0a3c68-73d3-439d-b019-6d80a9c5ce94: vFW abaa7026-2897
2022-09-23T07:38:02.502Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.502Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-23 07-36-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:38:02.503Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.503Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-23 07-36-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:38:02.503Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.503Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-23 07-36-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:38:02.503Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.504Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-23 07-36-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:38:02.504Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:38:02.504Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-09-23 07-36-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:38:02.504Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-09-23 07-36-30 
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-23T07:38:02.719Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW abaa7026-2897 ad0962ba-88d5-4fb1-98cd-ec3fc1ad6819 1 ASDC deployResourceStructure
2022-09-23T07:38:02.720Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json ASDC sendASDCNotification
2022-09-23T07:38:02.720Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json
2022-09-23T07:38:02.720Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:38:02.720Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:38:02.722Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:38:02.722Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918682720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T07:38:02.822Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:38:02.823Z||pool-46-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-23T07:38:02.823Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:38:02.843Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:38:02.843Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:38:03.723Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-23T07:38:03.723Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml
2022-09-23T07:38:03.723Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:38:03.724Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:38:03.725Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:38:03.726Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918683723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T07:38:03.826Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:38:03.826Z||pool-47-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-23T07:38:03.827Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:38:03.848Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:38:03.848Z||pool-47-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:38:04.727Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-23T07:38:04.727Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env
2022-09-23T07:38:04.727Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:38:04.728Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:38:04.730Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:38:04.730Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918684727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-23T07:38:04.830Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:38:04.831Z||pool-48-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-23T07:38:04.831Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:38:04.853Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:38:04.853Z||pool-48-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:38:05.731Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar ASDC sendASDCNotification
2022-09-23T07:38:05.731Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar
2022-09-23T07:38:05.731Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:38:05.731Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:38:05.733Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:38:05.733Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918685730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:38:05.833Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:38:05.834Z||pool-49-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-23T07:38:05.835Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:38:05.853Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:38:05.853Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:38:06.734Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0
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-23T07:38:06.748Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0
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-23T07:38:06.751Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:38:06.751Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:38:06.751Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:38:36.752Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0
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-23T07:38:36.770Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0
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-23T07:38:36.773Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:38:36.773Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:38:36.774Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:38:48.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:38:48.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T07:38:48.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:38:48.161Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:38:48.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:38:48.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918668023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:38:48.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:39:06.774Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0
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-23T07:39:06.796Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0
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-23T07:39:06.805Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:39:06.805Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:39:06.805Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:39:36.805Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0
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-23T07:39:36.818Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0
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-23T07:39:36.822Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:39:36.822Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:39:36.822Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:39:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:39:48.028Z||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-23T07:39:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:39:48.595Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:39:48.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "aai-ml",
  "timestamp": 1663918664603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:39:48.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:39:48.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918672096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:39:48.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:39:48.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918668023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T07:39:48.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:39:48.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "aai-ml",
  "timestamp": 1663918664603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:39:48.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:39:48.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918673142,
  "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-23T07:39:48.610Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0
2022-09-23T07:39:48.610Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0 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-23T07:39:48.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918670045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:39:48.623Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:39:48.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918668023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-23T07:39:48.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:39:48.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "aai-ml",
  "timestamp": 1663918672355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:39:48.624Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:39:48.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663918674145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T07:39:48.624Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:39:48.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663918671049,
  "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-23T07:39:48.630Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0
2022-09-23T07:39:48.630Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0 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-23T07:39:48.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918668023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:39:48.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:39:48.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "aai-ml",
  "timestamp": 1663918673362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T07:39:48.642Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:39:48.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918668023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-23T07:39:48.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:39:48.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "aai-ml",
  "timestamp": 1663918674369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T07:39:48.643Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:39:48.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918668023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:39:48.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:39:48.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "aai-ml",
  "timestamp": 1663918675374,
  "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-23T07:39:48.656Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0
2022-09-23T07:39:48.656Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0 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-23T07:39:48.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918668023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:39:48.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:39:48.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918675847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:39:48.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:39:48.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918679272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:39:48.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:39:48.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918680344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:39:48.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:39:48.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918681438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:39:48.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:39:48.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918682720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/vfwabaa702628970_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T07:39:48.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:39:48.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918683723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T07:39:48.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:39:48.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918684727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/resourceInstances/vfwabaa702628970/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-23T07:39:48.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:39:48.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:39:48.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918685730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220923073630/1.0/artifacts/service-Vfw20220923073630-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:39:48.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:40:06.822Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0
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-23T07:40:06.837Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0
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-23T07:40:06.840Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:40:06.840Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T07:40:06.840Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T07:40:06.840Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T07:40:06.840Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-23T07:40:06.841Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-23T07:40:06.848Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T07:40:36.848Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0 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-23T07:40:36.858Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0 and serviceModelVersionId: cc0a3c68-73d3-439d-b019-6d80a9c5ce94
2022-09-23T07:40:36.858Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e99d125e-3124-4d60-b9cc-06882813ecc7
2022-09-23T07:40:36.861Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94?depth=0
2022-09-23T07:40:36.870Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-23T07:40:36.977Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94?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-23T07:40:36.979Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94?depth=0|INFO|500||Invoke
2022-09-23T07:40:36.984Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-23T07:40:37.034Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94?depth=0|INFO|404|Not Found|InvokeReturn
2022-09-23T07:40:37.034Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94?depth=0 has http status code:404 and response headers:{date=[Fri, 23 Sep 2022 07:40:36 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[45], x-aai-txid=[2-aai-resources-220923-07:40:36:993-1499], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-09-23T07:40:37.037Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94","ERR.5.4.6114"]}}}

2022-09-23T07:40:37.042Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94) (ec=ERR.5.4.6114)
2022-09-23T07:40:37.042Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-23T07:40:37.043Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94) (ec=ERR.5.4.6114)
2022-09-23T07:40:37.043Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-23T07:40:37.049Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-23T07:40:37.049Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94) (ec=ERR.5.4.6114)
2022-09-23T07:40:37.050Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T07:40:37.050Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:40:37.053Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:40:37.053Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918837050,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dedd6bd44-0f1d-401a-9f6b-9cd7360a2cd0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94) (ec\u003dERR.5.4.6114)"
}
2022-09-23T07:40:37.153Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:40:37.154Z||pool-50-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-23T07:40:37.154Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:40:37.183Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:40:37.183Z||pool-50-thread-1|||||INFO|500||cambria reply ok (30 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-23T07:40:38.075Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:40:38.076Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-23T07:40:38.076Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:40:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:40:48.028Z||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-23T07:40:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:40:48.405Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:40:48.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:40:48.406Z||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-23T07:40:48.406Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:40:48.671Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:40:48.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:40:48.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663918837050,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dedd6bd44-0f1d-401a-9f6b-9cd7360a2cd0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e99d125e-3124-4d60-b9cc-06882813ecc7/model-vers/model-ver/cc0a3c68-73d3-439d-b019-6d80a9c5ce94) (ec\u003dERR.5.4.6114)"
}
2022-09-23T07:40:48.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:40:58.002Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:40:58.003Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:40:58.003Z||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-23T07:40:58.003Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:41:07.586Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:41:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:41:48.024Z||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-23T07:41:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:41:48.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:41:48.028Z||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-23T07:41:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:41:57.622Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:41:57.622Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:42:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:42:48.024Z||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-23T07:42:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:42:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:42:48.028Z||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-23T07:42:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:42:57.627Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:42:57.627Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:43:48.023Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:43:48.023Z||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-23T07:43:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:43:48.027Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:43:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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-23T07:43:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:43:54.954Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:43:54.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T07:43:54.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ca950aaa-302b-4d82-b778-77adbb9c3a4d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a7b67885-db36-4802-913d-f5d8f5ba1cb9","serviceDescription":"service","serviceInvariantUUID":"6bc243ec-684d-4176-bb64-3ae5c459d761","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"25d02552-f01a-4859-b963-1fba7b743dc4","resourceInvariantUUID":"b30f12bb-bfb4-4e65-a8ee-6285394b14ed","resourceCustomizationUUID":"0b0a3135-c124-400e-aa73-d052f6cd2f69","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MWUwMDYzMzgzYmM2NTVlZDczOWYyMGI4ZGQ4NDU5NDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f2da0c2-fe31-4555-8b25-b51a947e0090","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI5MzJmOGZlOTFkM2U4ZDViZGI2NTg0YWFkNzVhOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47885aba-89c9-488a-ad45-cd9b3fc66576","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T07:43:55.021Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:43:55.022Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:43:55.038Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:43:55.038Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919028023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:43:55.130Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-09-23T07:43:55.135Z||pool-51-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-23T07:43:55.171Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:43:55.226Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:43:55.228Z||pool-51-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:43:55.311Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:43:55.311Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:43:55.311Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919032365,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:43:55.312Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:43:56.059Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:43:56.060Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:43:56.063Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:43:56.063Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919028023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:43:56.194Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 130 ms
2022-09-23T07:43:56.234Z||pool-52-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-23T07:43:56.278Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:43:56.338Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:43:56.338Z||pool-52-thread-1|||||INFO|500||cambria reply ok (105 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:43:57.065Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "a7b67885-db36-4802-913d-f5d8f5ba1cb9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6bc243ec-684d-4176-bb64-3ae5c459d761",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "0b0a3135-c124-400e-aa73-d052f6cd2f69",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "25d02552-f01a-4859-b963-1fba7b743dc4",
      "resourceInvariantUUID": "b30f12bb-bfb4-4e65-a8ee-6285394b14ed",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "YzI5MzJmOGZlOTFkM2U4ZDViZGI2NTg0YWFkNzVhOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "47885aba-89c9-488a-ad45-cd9b3fc66576"
    }
  ],
  "workloadContext": "Production"
}
2022-09-23T07:43:57.066Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T07:43:57.066Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a7b67885-db36-4802-913d-f5d8f5ba1cb9 ASDC
2022-09-23T07:43:57.067Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ca950aaa-302b-4d82-b778-77adbb9c3a4d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:a7b67885-db36-4802-913d-f5d8f5ba1cb9
ServiceInvariantUUID:6bc243ec-684d-4176-bb64-3ae5c459d761
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:47885aba-89c9-488a-ad45-cd9b3fc66576
ArtifactChecksum:YzI5MzJmOGZlOTFkM2U4ZDViZGI2NTg0YWFkNzVhOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0b0a3135-c124-400e-aa73-d052f6cd2f69
ResourceInvariantUUID:b30f12bb-bfb4-4e65-a8ee-6285394b14ed
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:25d02552-f01a-4859-b963-1fba7b743dc4
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-09-23T07:43:57.067Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7b67885-db36-4802-913d-f5d8f5ba1cb9 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-23T07:43:57.099Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T07:43:57.100Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-23T07:43:57.100Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-23T07:43:57.101Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 47885aba-89c9-488a-ad45-cd9b3fc66576 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-23T07:43:57.101Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-23T07:43:57.101Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-23T07:43:57.182Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-23T07:43:57.183Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 47885aba-89c9-488a-ad45-cd9b3fc66576 57663
2022-09-23T07:43:57.183Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-23T07:43:57.184Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-23T07:43:57.184Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:43:57.184Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:43:57.186Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:43:57.187Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919037183,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:43:57.287Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:43:57.288Z||pool-53-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-23T07:43:57.288Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:43:57.318Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:43:57.320Z||pool-53-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:43:58.188Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T07:43:58.190Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-23T07:43:58.190Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 47885aba-89c9-488a-ad45-cd9b3fc66576, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T07:43:58.191Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-23T07:43:58.191Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T07:43:58.191Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T07:43:58.336Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP619915621394091243/Definitions/service-BasicNetwork-template.yml
2022-09-23T07:43:58.898Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-23T07:43:58.898Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-23T07:43:58.898Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T07:43:58.898Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-23T07:43:58.899Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T07:43:58.899Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T07:43:58.899Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T07:43:58.899Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T07:43:58.899Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||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-BasicNetwork-csar.csar
2022-09-23T07:43:58.899Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T07:43:58.899Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T07:43:58.899Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T07:43:58.899Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-23T07:43:58.900Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:43:58.900Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:43:58.900Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-23T07:43:58.900Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-23T07:43:58.900Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T07:43:58.900Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:43:58.901Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:43:58.901Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-23T07:43:58.901Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-23T07:43:58.901Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T07:43:58.901Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:43:58.901Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:43:58.902Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:43:58.902Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:43:58.902Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:43:58.902Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:43:58.902Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:43:58.903Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:43:58.903Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:43:58.903Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:43:58.903Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:a7b67885-db36-4802-913d-f5d8f5ba1cb9
Model Version:NULL
Model InvariantUuid:6bc243ec-684d-4176-bb64-3ae5c459d761
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b30f12bb-bfb4-4e65-a8ee-6285394b14ed
Model UUID:911920a7-a9ba-40f1-8c39-61f8febbb288
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:0b0a3135-c124-400e-aa73-d052f6cd2f69
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

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-23T07:43:58.914Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 25d02552-f01a-4859-b963-1fba7b743dc4
2022-09-23T07:43:58.914Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||No resources found for Service: a7b67885-db36-4802-913d-f5d8f5ba1cb9
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-23T07:43:58.921Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||
2022-09-23T07:43:58.921Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-09-23T07:43:58.922Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||No resources found for Service: a7b67885-db36-4802-913d-f5d8f5ba1cb9
2022-09-23T07:43:58.922Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a7b67885-db36-4802-913d-f5d8f5ba1cb9
2022-09-23T07:43:58.922Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-09-23T07:43:58.923Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
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-23T07:43:58.929Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@fb2a343, org.onap.sdc.toscaparser.api.parameters.Input@7a6024fb, org.onap.sdc.toscaparser.api.parameters.Input@54515cc1, org.onap.sdc.toscaparser.api.parameters.Input@5d91fb20, org.onap.sdc.toscaparser.api.parameters.Input@47a3f36a]
2022-09-23T07:43:58.931Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:43:58.931Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:43:58.931Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:43:58.932Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:43:58.932Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a7b67885-db36-4802-913d-f5d8f5ba1cb9: Generic NeutronNet
2022-09-23T07:43:58.932Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:43:58.932Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:43:58.932Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:43:58.932Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-09-23T07:43:58.979Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:43:58.979Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:43:58.980Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:43:58.980Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:43:58.980Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:43:58.980Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:43:58.980Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Saving Service: basic_network 
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_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 network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) 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 (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-23T07:43:59.056Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-09-23T07:43:59.057Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-23T07:43:59.057Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-23T07:43:59.057Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:43:59.057Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:43:59.059Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:43:59.059Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919039057,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:43:59.159Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:43:59.160Z||pool-54-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-23T07:43:59.160Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:43:59.180Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:43:59.180Z||pool-54-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:44:00.060Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca950aaa-302b-4d82-b778-77adbb9c3a4d
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-23T07:44:00.075Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca950aaa-302b-4d82-b778-77adbb9c3a4d
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-23T07:44:00.077Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:44:00.078Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:44:00.078Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:44:30.078Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca950aaa-302b-4d82-b778-77adbb9c3a4d
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-23T07:44:30.092Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca950aaa-302b-4d82-b778-77adbb9c3a4d
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-23T07:44:30.094Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:44:30.095Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:44:30.095Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:44:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:44:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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-23T07:44:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:44:48.062Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:44:48.062Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:44:48.062Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "cds",
  "timestamp": 1663919037981,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:44:48.063Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:45:00.095Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca950aaa-302b-4d82-b778-77adbb9c3a4d
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-23T07:45:00.191Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca950aaa-302b-4d82-b778-77adbb9c3a4d
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-23T07:45:00.196Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:45:00.197Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:45:00.197Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:45:30.197Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca950aaa-302b-4d82-b778-77adbb9c3a4d
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-23T07:45:30.211Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca950aaa-302b-4d82-b778-77adbb9c3a4d
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-23T07:45:30.213Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:45:30.213Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:45:30.213Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:45:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:45:48.028Z||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-23T07:45:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:45:48.060Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:45:48.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:45:48.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919028023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:45:48.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:46:00.213Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca950aaa-302b-4d82-b778-77adbb9c3a4d
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-23T07:46:00.227Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca950aaa-302b-4d82-b778-77adbb9c3a4d
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-23T07:46:00.229Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:46:00.230Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:46:00.230Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:46:30.230Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca950aaa-302b-4d82-b778-77adbb9c3a4d
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-23T07:46:30.250Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca950aaa-302b-4d82-b778-77adbb9c3a4d
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-23T07:46:30.253Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:46:30.253Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:46:30.253Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:46:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:46:48.028Z||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-23T07:46:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:46:48.066Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:46:48.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:46:48.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919032365,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:46:48.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:46:48.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:46:48.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "cds",
  "timestamp": 1663919037981,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:46:48.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:46:48.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:46:48.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919028023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:46:48.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:46:48.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:46:48.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "cds",
  "timestamp": 1663919041658,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:46:48.070Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:46:48.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:46:48.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919037183,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:46:48.070Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:46:48.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:46:48.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919039057,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:46:48.071Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:46:48.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:46:48.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919046735,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:46:48.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:46:48.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:46:48.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919046735,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:46:48.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:46:48.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:46:48.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919049480,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:46:48.072Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:46:48.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:46:48.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919051077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:46:48.073Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:46:48.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:46:48.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919052090,
  "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-23T07:46:48.082Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ca950aaa-302b-4d82-b778-77adbb9c3a4d
2022-09-23T07:46:48.083Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca950aaa-302b-4d82-b778-77adbb9c3a4d 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-23T07:46:48.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:46:48.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "aai-ml",
  "timestamp": 1663919054603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:46:48.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:46:48.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:46:48.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "aai-ml",
  "timestamp": 1663919054603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:46:48.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:46:48.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:46:48.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "aai-ml",
  "timestamp": 1663919057342,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:46:48.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:46:48.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:46:48.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "aai-ml",
  "timestamp": 1663919058352,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T07:46:48.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:46:48.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:46:48.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "aai-ml",
  "timestamp": 1663919059357,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T07:46:48.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:46:48.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:46:48.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "aai-ml",
  "timestamp": 1663919060361,
  "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-23T07:46:48.103Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ca950aaa-302b-4d82-b778-77adbb9c3a4d
2022-09-23T07:46:48.103Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca950aaa-302b-4d82-b778-77adbb9c3a4d 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-23T07:47:00.253Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca950aaa-302b-4d82-b778-77adbb9c3a4d
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-23T07:47:00.265Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca950aaa-302b-4d82-b778-77adbb9c3a4d
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-23T07:47:00.269Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:47:00.269Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T07:47:00.269Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T07:47:00.269Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T07:47:00.269Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-23T07:47:00.269Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||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-23T07:47:00.275Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T07:47:30.276Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ca950aaa-302b-4d82-b778-77adbb9c3a4d 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-23T07:47:30.283Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ca950aaa-302b-4d82-b778-77adbb9c3a4d and serviceModelVersionId: a7b67885-db36-4802-913d-f5d8f5ba1cb9
2022-09-23T07:47:30.283Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bc243ec-684d-4176-bb64-3ae5c459d761
2022-09-23T07:47:30.283Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9?depth=0
2022-09-23T07:47:30.288Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-09-23T07:47:30.337Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9?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-23T07:47:30.341Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9?depth=0|INFO|500||Invoke
2022-09-23T07:47:30.354Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-23T07:47:30.395Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9?depth=0|INFO|404|Not Found|InvokeReturn
2022-09-23T07:47:30.396Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9?depth=0 has http status code:404 and response headers:{date=[Fri, 23 Sep 2022 07:47:30 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[37], x-aai-txid=[2-aai-resources-220923-07:47:30:362-45087], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-09-23T07:47:30.397Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9","ERR.5.4.6114"]}}}

2022-09-23T07:47:30.402Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ca950aaa-302b-4d82-b778-77adbb9c3a4d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9) (ec=ERR.5.4.6114)
2022-09-23T07:47:30.402Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ca950aaa-302b-4d82-b778-77adbb9c3a4d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-23T07:47:30.403Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ca950aaa-302b-4d82-b778-77adbb9c3a4d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9) (ec=ERR.5.4.6114)
2022-09-23T07:47:30.403Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ca950aaa-302b-4d82-b778-77adbb9c3a4d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-23T07:47:30.408Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||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-23T07:47:30.408Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ca950aaa-302b-4d82-b778-77adbb9c3a4d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ca950aaa-302b-4d82-b778-77adbb9c3a4d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9) (ec=ERR.5.4.6114)
2022-09-23T07:47:30.409Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T07:47:30.409Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:47:30.411Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:47:30.411Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919250409,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dca950aaa-302b-4d82-b778-77adbb9c3a4d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9) (ec\u003dERR.5.4.6114)"
}
2022-09-23T07:47:30.512Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:47:30.512Z||pool-55-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-23T07:47:30.513Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:47:30.545Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:47:30.546Z||pool-55-thread-1|||||INFO|500||cambria reply ok (34 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-23T07:47:31.427Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:47:31.427Z||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-23T07:47:31.427Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:47:35.908Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:47:35.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-23T07:47:35.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"cfc974be-3d4a-4419-bf50-7ccc47015919","serviceName":"Demo_pNF_jEdiRMIXsAwKrZngpSo8","serviceVersion":"1.0","serviceUUID":"19458416-f31d-460d-8c9d-bd9921bc17a7","serviceDescription":"catalog service description","serviceInvariantUUID":"91893fde-eb29-448c-9250-a0a16384b4a9","resources":[{"resourceInstanceName":"pNF e5b989cc-1c3b 0","resourceName":"pNF e5b989cc-1c3b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8fefb097-29f3-4a96-b515-ae1b0195aded","resourceInvariantUUID":"ddfbcd9a-9f01-49d8-be39-c4d7d247b876","resourceCustomizationUUID":"afc30e95-a5a8-4096-b107-85bc918fac29","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/vf-license-model.xml","artifactChecksum":"ZTgyYTFmY2YxNTk4MGY3ODkzYWQwMWFmZTk0ZDQxZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1adf4da5-7a50-4fe6-a70c-3fa853111b84","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/pNF.csar","artifactChecksum":"NmRkMDhkYmIwMzUyNjE1MDAyODM2MTQyZjk1NGM3Y2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5b517e5c-9428-4972-82ad-8ace865cd8d4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b2229a8-2c63-4bf2-9e06-e60361152d7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/vendor-license-model.xml","artifactChecksum":"YjBjNWYyODEwZjMyMmFjYWU4YjhhMjkyMzk1MzUyN2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ce50b83a-921e-4a2c-81cb-6efdcc506739","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5186e06a-a517-4882-9de2-9d7d8d6ee867","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb63b326-9321-4d13-a0d1-e23a50873087","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJedirmixsawkrzngpso8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-template.yml","artifactChecksum":"ZDNlOWRmNmI3MThhNzJiNDcyNTFkN2YzZjYzN2RiOTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49589e85-b461-400f-bb86-35ab694f3112","artifactVersion":"1"},{"artifactName":"service-DemoPnfJedirmixsawkrzngpso8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar","artifactChecksum":"NzkxMTMwZjRjZmFkMGVmNTJmNTQ4ZmM0MjUyNjM0MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55cba1c7-886c-4109-803f-b829ceaf5519","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T07:47:35.911Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:47:35.911Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:47:35.913Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:47:35.913Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:36.013Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:47:36.014Z||pool-56-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-23T07:47:36.014Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:47:36.032Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:47:36.032Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:47:36.913Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:47:36.914Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:47:36.916Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:47:36.916Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:37.016Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:47:37.017Z||pool-57-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-23T07:47:37.017Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:47:37.054Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:47:37.055Z||pool-57-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:47:37.917Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:47:37.917Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:47:37.919Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:47:37.919Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:38.020Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T07:47:38.020Z||pool-58-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-23T07:47:38.021Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:47:38.038Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:47:38.039Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:47:38.920Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:47:38.921Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:47:38.923Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:47:38.923Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:39.023Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:47:39.024Z||pool-59-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-23T07:47:39.024Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:47:39.044Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:47:39.045Z||pool-59-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:47:39.923Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:47:39.924Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:47:39.926Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:47:39.926Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:40.027Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T07:47:40.028Z||pool-60-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-23T07:47:40.028Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:47:40.048Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:47:40.049Z||pool-60-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:47:40.926Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:47:40.927Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:47:40.929Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:47:40.929Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:41.030Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:47:41.030Z||pool-61-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-23T07:47:41.031Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:47:41.054Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:47:41.055Z||pool-61-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:47:41.930Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:47:41.931Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:47:41.933Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:47:41.933Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:42.033Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:47:42.034Z||pool-62-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-23T07:47:42.034Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:47:42.054Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:47:42.055Z||pool-62-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:47:42.933Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:47:42.934Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:47:42.936Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:47:42.936Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:47:43.036Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:47:43.037Z||pool-63-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-23T07:47:43.037Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:47:43.059Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:47:43.059Z||pool-63-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-23T07:47:43.937Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "serviceName": "Demo_pNF_jEdiRMIXsAwKrZngpSo8",
  "serviceVersion": "1.0",
  "serviceUUID": "19458416-f31d-460d-8c9d-bd9921bc17a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "91893fde-eb29-448c-9250-a0a16384b4a9",
  "resources": [
    {
      "resourceInstanceName": "pNF e5b989cc-1c3b 0",
      "resourceCustomizationUUID": "afc30e95-a5a8-4096-b107-85bc918fac29",
      "resourceName": "pNF e5b989cc-1c3b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8fefb097-29f3-4a96-b515-ae1b0195aded",
      "resourceInvariantUUID": "ddfbcd9a-9f01-49d8-be39-c4d7d247b876",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
      "artifactChecksum": "NzkxMTMwZjRjZmFkMGVmNTJmNTQ4ZmM0MjUyNjM0MmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "55cba1c7-886c-4109-803f-b829ceaf5519"
    }
  ],
  "workloadContext": "Production"
}
2022-09-23T07:47:43.938Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T07:47:43.938Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 19458416-f31d-460d-8c9d-bd9921bc17a7 ASDC
2022-09-23T07:47:43.938Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:cfc974be-3d4a-4419-bf50-7ccc47015919
ServiceName:Demo_pNF_jEdiRMIXsAwKrZngpSo8
ServiceVersion:1.0
ServiceUUID:19458416-f31d-460d-8c9d-bd9921bc17a7
ServiceInvariantUUID:91893fde-eb29-448c-9250-a0a16384b4a9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJedirmixsawkrzngpso8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar
ArtifactUUID:55cba1c7-886c-4109-803f-b829ceaf5519
ArtifactChecksum:NzkxMTMwZjRjZmFkMGVmNTJmNTQ4ZmM0MjUyNjM0MmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e5b989cc-1c3b 0
ResourceCustomizationUUID:afc30e95-a5a8-4096-b107-85bc918fac29
ResourceInvariantUUID:ddfbcd9a-9f01-49d8-be39-c4d7d247b876
ResourceName:pNF e5b989cc-1c3b
ResourceType:PNF
ResourceUUID:8fefb097-29f3-4a96-b515-ae1b0195aded
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-23T07:47:43.938Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19458416-f31d-460d-8c9d-bd9921bc17a7 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-23T07:47:43.968Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T07:47:43.969Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T07:47:43.969Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T07:47:43.969Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 55cba1c7-886c-4109-803f-b829ceaf5519 from URL: /sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar
2022-09-23T07:47:43.969Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T07:47:43.970Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar
2022-09-23T07:47:44.121Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T07:47:44.122Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar 55cba1c7-886c-4109-803f-b829ceaf5519 87769
2022-09-23T07:47:44.123Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar ASDC sendASDCNotification
2022-09-23T07:47:44.123Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar
2022-09-23T07:47:44.123Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:47:44.124Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:47:44.126Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:47:44.126Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919264123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:47:44.226Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T07:47:44.227Z||pool-64-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-23T07:47:44.227Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:47:44.257Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:47:44.257Z||pool-64-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:47:45.127Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T07:47:45.128Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T07:47:45.128Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 55cba1c7-886c-4109-803f-b829ceaf5519, URL: /sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar to file: /app/ASDC/1/service-DemoPnfJedirmixsawkrzngpso8-csar.csar
2022-09-23T07:47:45.129Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJedirmixsawkrzngpso8-csar.csar
2022-09-23T07:47:45.129Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJedirmixsawkrzngpso8-csar.csar
2022-09-23T07:47:45.129Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJedirmixsawkrzngpso8-csar.csar
2022-09-23T07:47:45.286Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14197079589117743182/Definitions/service-DemoPnfJedirmixsawkrzngpso8-template.yml
2022-09-23T07:47:46.007Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-23T07:47:46.007Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-23T07:47:46.007Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJedirmixsawkrzngpso8-csar.csar
2022-09-23T07:47:46.007Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-23T07:47:46.007Z|cfc974be-3d4a-4419-bf50-7ccc47015919|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-DemoPnfJedirmixsawkrzngpso8-csar.csar
2022-09-23T07:47:46.008Z|cfc974be-3d4a-4419-bf50-7ccc47015919|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-DemoPnfJedirmixsawkrzngpso8-csar.csar
2022-09-23T07:47:46.008Z|cfc974be-3d4a-4419-bf50-7ccc47015919|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-DemoPnfJedirmixsawkrzngpso8-csar.csar
2022-09-23T07:47:46.008Z|cfc974be-3d4a-4419-bf50-7ccc47015919|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-DemoPnfJedirmixsawkrzngpso8-csar.csar
2022-09-23T07:47:46.008Z|cfc974be-3d4a-4419-bf50-7ccc47015919|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-DemoPnfJedirmixsawkrzngpso8-csar.csar
2022-09-23T07:47:46.008Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e5b989cc-1c3b 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-DemoPnfJedirmixsawkrzngpso8-csar.csar
2022-09-23T07:47:46.008Z|cfc974be-3d4a-4419-bf50-7ccc47015919|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-DemoPnfJedirmixsawkrzngpso8-csar.csar
2022-09-23T07:47:46.008Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-23T07:47:46.008Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:47:46.008Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_jEdiRMIXsAwKrZngpSo8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:47:46.009Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Node template pNF e5b989cc-1c3b 0 is matching search criteria
2022-09-23T07:47:46.009Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-23T07:47:46.009Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF e5b989cc-1c3b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T07:47:46.009Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:47:46.009Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_jEdiRMIXsAwKrZngpSo8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:47:46.009Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Node template pNF e5b989cc-1c3b 0 is matching search criteria
2022-09-23T07:47:46.010Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-23T07:47:46.010Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF e5b989cc-1c3b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T07:47:46.010Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:47:46.010Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_jEdiRMIXsAwKrZngpSo8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:47:46.010Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:47:46.010Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_jEdiRMIXsAwKrZngpSo8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:47:46.010Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:47:46.011Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_jEdiRMIXsAwKrZngpSo8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:47:46.011Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:47:46.011Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_jEdiRMIXsAwKrZngpSo8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:47:46.011Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:47:46.011Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_jEdiRMIXsAwKrZngpSo8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:47:46.011Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_jEdiRMIXsAwKrZngpSo8
Description:catalog service description
Model UUID:19458416-f31d-460d-8c9d-bd9921bc17a7
Model Version:NULL
Model InvariantUuid:91893fde-eb29-448c-9250-a0a16384b4a9
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-23T07:47:46.019Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8fefb097-29f3-4a96-b515-ae1b0195aded
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-23T07:47:46.022Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||pNF e5b989cc-1c3b 0
2022-09-23T07:47:46.022Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8fefb097-29f3-4a96-b515-ae1b0195aded
2022-09-23T07:47:46.022Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 19458416-f31d-460d-8c9d-bd9921bc17a7
2022-09-23T07:47:46.023Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 19458416-f31d-460d-8c9d-bd9921bc17a7
2022-09-23T07:47:46.023Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e5b989cc-1c3b 0 8fefb097-29f3-4a96-b515-ae1b0195aded 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-23T07:47:46.029Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d8032ce, org.onap.sdc.toscaparser.api.parameters.Input@19d5fe79, org.onap.sdc.toscaparser.api.parameters.Input@73a1e541, org.onap.sdc.toscaparser.api.parameters.Input@6aed102, org.onap.sdc.toscaparser.api.parameters.Input@7ac4955b]
2022-09-23T07:47:46.029Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:47:46.029Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_jEdiRMIXsAwKrZngpSo8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:47:46.029Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 19458416-f31d-460d-8c9d-bd9921bc17a7: pNF e5b989cc-1c3b
2022-09-23T07:47:46.029Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||Processing PNF resource: 8fefb097-29f3-4a96-b515-ae1b0195aded
2022-09-23T07:47:46.030Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:47:46.030Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_jEdiRMIXsAwKrZngpSo8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:47:46.030Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||Resource customization UUID: afc30e95-a5a8-4096-b107-85bc918fac29 is the same as notified resource customizationUUID: afc30e95-a5a8-4096-b107-85bc918fac29
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-23T07:47:46.088Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e5b989cc-1c3b 8fefb097-29f3-4a96-b515-ae1b0195aded 0 ASDC deployResourceStructure
2022-09-23T07:47:46.088Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar ASDC sendASDCNotification
2022-09-23T07:47:46.089Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar
2022-09-23T07:47:46.089Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:47:46.089Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:47:46.091Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:47:46.091Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919266088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:47:46.191Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:47:46.192Z||pool-65-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-23T07:47:46.192Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:47:46.211Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:47:46.212Z||pool-65-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:47:47.092Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfc974be-3d4a-4419-bf50-7ccc47015919
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-23T07:47:47.105Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfc974be-3d4a-4419-bf50-7ccc47015919
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-23T07:47:47.108Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:47:47.108Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:47:47.109Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:47:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:47:48.028Z||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-23T07:47:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:47:48.100Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:47:48.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "aai-ml",
  "timestamp": 1663919084603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919092364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "cds",
  "timestamp": 1663919097981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "aai-ml",
  "timestamp": 1663919084603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919092364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "cds",
  "timestamp": 1663919097981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "aai-ml",
  "timestamp": 1663919084603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919092364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "cds",
  "timestamp": 1663919097981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "aai-ml",
  "timestamp": 1663919084603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919092364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "cds",
  "timestamp": 1663919097981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "aai-ml",
  "timestamp": 1663919084603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.108Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919092364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "cds",
  "timestamp": 1663919097981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "aai-ml",
  "timestamp": 1663919084603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919092364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "cds",
  "timestamp": 1663919097981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "aai-ml",
  "timestamp": 1663919084603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919092364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "cds",
  "timestamp": 1663919097981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "aai-ml",
  "timestamp": 1663919084603,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:47:48.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919092364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:47:48.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "cds",
  "timestamp": 1663919097981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:47:48.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "aai-ml",
  "timestamp": 1663919102914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:47:48.115Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:47:48.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "cds",
  "timestamp": 1663919106811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:47:48.115Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:47:48.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "aai-ml",
  "timestamp": 1663919103920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T07:47:48.115Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:47:48.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "aai-ml",
  "timestamp": 1663919104924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T07:47:48.116Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:47:48.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "aai-ml",
  "timestamp": 1663919105928,
  "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-23T07:47:48.125Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of cfc974be-3d4a-4419-bf50-7ccc47015919
2022-09-23T07:47:48.125Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc974be-3d4a-4419-bf50-7ccc47015919 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-23T07:47:48.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919106735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919106735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919106735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919106735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919106735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919106735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919106735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919106735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:47:48.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919115476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:47:48.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:47:48.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919117324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:47:48.141Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:47:48.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919118328,
  "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-23T07:47:48.148Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cfc974be-3d4a-4419-bf50-7ccc47015919
2022-09-23T07:47:48.148Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc974be-3d4a-4419-bf50-7ccc47015919 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-23T07:47:48.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919136735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "cds",
  "timestamp": 1663919142981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "aai-ml",
  "timestamp": 1663919144603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "cds",
  "timestamp": 1663919142981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919136735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:47:48.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:47:48.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "aai-ml",
  "timestamp": 1663919144603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:47:48.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:17.109Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfc974be-3d4a-4419-bf50-7ccc47015919
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-23T07:48:17.125Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfc974be-3d4a-4419-bf50-7ccc47015919
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-23T07:48:17.127Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:48:17.127Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T07:48:17.128Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T07:48:17.128Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T07:48:17.128Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-23T07:48:17.128Z|cfc974be-3d4a-4419-bf50-7ccc47015919|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-23T07:48:17.134Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T07:48:47.135Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cfc974be-3d4a-4419-bf50-7ccc47015919 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-23T07:48:47.146Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cfc974be-3d4a-4419-bf50-7ccc47015919 and serviceModelVersionId: 19458416-f31d-460d-8c9d-bd9921bc17a7
2022-09-23T07:48:47.146Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91893fde-eb29-448c-9250-a0a16384b4a9
2022-09-23T07:48:47.147Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7?depth=0
2022-09-23T07:48:47.151Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-09-23T07:48:47.198Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7?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-23T07:48:47.200Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7?depth=0|INFO|500||Invoke
2022-09-23T07:48:47.205Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-23T07:48:47.247Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7?depth=0|INFO|404|Not Found|InvokeReturn
2022-09-23T07:48:47.247Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7?depth=0 has http status code:404 and response headers:{date=[Fri, 23 Sep 2022 07:48:47 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[38], x-aai-txid=[0-aai-resources-220923-07:48:47:214-28545], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-09-23T07:48:47.253Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7","ERR.5.4.6114"]}}}

2022-09-23T07:48:47.256Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=cfc974be-3d4a-4419-bf50-7ccc47015919 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7) (ec=ERR.5.4.6114)
2022-09-23T07:48:47.256Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=cfc974be-3d4a-4419-bf50-7ccc47015919 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-23T07:48:47.256Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=cfc974be-3d4a-4419-bf50-7ccc47015919 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7) (ec=ERR.5.4.6114)
2022-09-23T07:48:47.256Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=cfc974be-3d4a-4419-bf50-7ccc47015919 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-23T07:48:47.263Z|cfc974be-3d4a-4419-bf50-7ccc47015919|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-23T07:48:47.264Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cfc974be-3d4a-4419-bf50-7ccc47015919 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=cfc974be-3d4a-4419-bf50-7ccc47015919 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7) (ec=ERR.5.4.6114)
2022-09-23T07:48:47.264Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T07:48:47.264Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:48:47.266Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:48:47.266Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919327264,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dcfc974be-3d4a-4419-bf50-7ccc47015919 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7) (ec\u003dERR.5.4.6114)"
}
2022-09-23T07:48:47.366Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:48:47.367Z||pool-66-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-23T07:48:47.367Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:48:47.407Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:48:47.409Z||pool-66-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:48:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:48:48.028Z||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-23T07:48:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:48:48.060Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:48:48.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "cds",
  "timestamp": 1663919142981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:48.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919136735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:48.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "aai-ml",
  "timestamp": 1663919144603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:48.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "cds",
  "timestamp": 1663919142981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:48.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919136735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:48.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919152364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:48.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "aai-ml",
  "timestamp": 1663919144603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:48.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919136735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:48.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "cds",
  "timestamp": 1663919142981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:48.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919152364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T07:48:48.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "aai-ml",
  "timestamp": 1663919144603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:48.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919136735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:48.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "cds",
  "timestamp": 1663919142981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:48.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919152364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-23T07:48:48.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "aai-ml",
  "timestamp": 1663919144603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:48.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919136735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:48:48.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "cds",
  "timestamp": 1663919142981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:48:48.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919152364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:48.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "aai-ml",
  "timestamp": 1663919144603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:48:48.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919152364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-23T07:48:48.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919153949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:48:48.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:48:48.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "cds",
  "timestamp": 1663919158446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:48:48.069Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:48:48.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "aai-ml",
  "timestamp": 1663919155425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:48:48.069Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:48:48.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919152364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:48.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "aai-ml",
  "timestamp": 1663919156431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T07:48:48.069Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:48:48.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919152364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:48:48.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:48:48.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "aai-ml",
  "timestamp": 1663919157455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T07:48:48.070Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:48:48.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919156234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:48:48.070Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:48:48.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919160158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:48:48.071Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:48:48.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "aai-ml",
  "timestamp": 1663919158459,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-23T07:48:48.092Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 75fe3ef3-e736-4eb5-8041-b1a31a3a0796
2022-09-23T07:48:48.092Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75fe3ef3-e736-4eb5-8041-b1a31a3a0796 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-23T07:48:48.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919157237,
  "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-23T07:48:48.108Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 75fe3ef3-e736-4eb5-8041-b1a31a3a0796
2022-09-23T07:48:48.109Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75fe3ef3-e736-4eb5-8041-b1a31a3a0796 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-23T07:48:48.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919161226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:48:48.119Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:48:48.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919162312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:48:48.119Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:48:48.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919163340,
  "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-23T07:48:48.126Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75fe3ef3-e736-4eb5-8041-b1a31a3a0796
2022-09-23T07:48:48.126Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75fe3ef3-e736-4eb5-8041-b1a31a3a0796 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-23T07:48:48.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919164345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T07:48:48.137Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-23T07:48:48.284Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-23T07:48:48.284Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"75fe3ef3-e736-4eb5-8041-b1a31a3a0796","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"985b245b-27a9-461c-bac5-41b510a8faa7","serviceDescription":"service","serviceInvariantUUID":"36d88624-7943-494c-9df6-28947a5d3540","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"788ff8b9-8cd6-4954-97d1-9f36c2e11bdf","resourceInvariantUUID":"3dd98a97-c338-4791-bc32-64e25a2baa9e","resourceCustomizationUUID":"efe44980-079e-44c0-9589-3f28d0744bfa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NDhlNTgxOTAyNGFhYWI5Njc5ODkzOGRkNzc5NzBlYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"49bee807-bd9d-4641-91a2-c93ee61dc049","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NDZkOGIwYmRhMTQ1OGFkNTQyMTA1ZWZhNjE1NDhlNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be16461d-c98c-40b1-9f3f-ae8eceb2b33a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b75c27d6-82ec-4ce8-a7b2-32826a8a5380","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"37bc5a12-ddff-4969-b38e-121fdf04e8c3","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"edb95497-bd3f-482b-b7f2-531d6200b37e","artifactVersion":"2","generatedFromUUID":"b75c27d6-82ec-4ce8-a7b2-32826a8a5380"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjkxMDVhZjRmZTEyZDY1OGNlNGUxMGQwZjkwNjczYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c725b28-0db1-4218-9aa6-25187f1ef22c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODIwMDJiZDBmNzI0MmEwM2Y0MWM2OWM2OTVlODU1NWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"395f8900-9f6d-4d4b-b8ad-2dd0f95bbb79","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T07:48:48.285Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:48:48.285Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:48:48.287Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:48:48.287Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:48.387Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:48:48.388Z||pool-67-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-23T07:48:48.388Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:48:48.428Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:48:48.429Z||pool-67-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-09-23T07:48:49.287Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:48:49.288Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:48:49.290Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:48:49.290Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T07:48:49.390Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:48:49.391Z||pool-68-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-23T07:48:49.391Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:48:49.415Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:48:49.415Z||pool-68-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:48:50.291Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:48:50.293Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:48:50.295Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:48:50.295Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-23T07:48:50.395Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:48:50.396Z||pool-69-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-23T07:48:50.396Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:48:50.419Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:48:50.419Z||pool-69-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:48:51.296Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:48:51.296Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:48:51.298Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:48:51.298Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:51.399Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T07:48:51.400Z||pool-70-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-23T07:48:51.400Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:48:51.439Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:48:51.440Z||pool-70-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:48:52.299Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:48:52.300Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:48:52.302Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:48:52.302Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-23T07:48:52.403Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:48:52.404Z||pool-71-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-23T07:48:52.404Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:48:52.423Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:48:52.423Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:48:53.303Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:48:53.304Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:48:53.306Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:48:53.306Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:48:53.406Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:48:53.407Z||pool-72-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-23T07:48:53.407Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:48:53.430Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:48:53.431Z||pool-72-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-09-23T07:48:54.306Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:48:54.307Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:48:54.309Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:48:54.310Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:48:54.410Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:48:54.411Z||pool-73-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-23T07:48:54.411Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:48:54.434Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:48:54.435Z||pool-73-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:48:55.311Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "985b245b-27a9-461c-bac5-41b510a8faa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "36d88624-7943-494c-9df6-28947a5d3540",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "efe44980-079e-44c0-9589-3f28d0744bfa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "788ff8b9-8cd6-4954-97d1-9f36c2e11bdf",
      "resourceInvariantUUID": "3dd98a97-c338-4791-bc32-64e25a2baa9e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "NDZkOGIwYmRhMTQ1OGFkNTQyMTA1ZWZhNjE1NDhlNzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "be16461d-c98c-40b1-9f3f-ae8eceb2b33a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b75c27d6-82ec-4ce8-a7b2-32826a8a5380",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "edb95497-bd3f-482b-b7f2-531d6200b37e",
            "generatedFromUUID": "b75c27d6-82ec-4ce8-a7b2-32826a8a5380"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "edb95497-bd3f-482b-b7f2-531d6200b37e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODIwMDJiZDBmNzI0MmEwM2Y0MWM2OWM2OTVlODU1NWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "395f8900-9f6d-4d4b-b8ad-2dd0f95bbb79"
    }
  ],
  "workloadContext": "Production"
}
2022-09-23T07:48:55.311Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T07:48:55.312Z|cfc974be-3d4a-4419-bf50-7ccc47015919|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 985b245b-27a9-461c-bac5-41b510a8faa7 ASDC
2022-09-23T07:48:55.313Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:75fe3ef3-e736-4eb5-8041-b1a31a3a0796
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:985b245b-27a9-461c-bac5-41b510a8faa7
ServiceInvariantUUID:36d88624-7943-494c-9df6-28947a5d3540
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:395f8900-9f6d-4d4b-b8ad-2dd0f95bbb79
ArtifactChecksum:ODIwMDJiZDBmNzI0MmEwM2Y0MWM2OWM2OTVlODU1NWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:efe44980-079e-44c0-9589-3f28d0744bfa
ResourceInvariantUUID:3dd98a97-c338-4791-bc32-64e25a2baa9e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:788ff8b9-8cd6-4954-97d1-9f36c2e11bdf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:be16461d-c98c-40b1-9f3f-ae8eceb2b33a
ArtifactChecksum:NDZkOGIwYmRhMTQ1OGFkNTQyMTA1ZWZhNjE1NDhlNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:b75c27d6-82ec-4ce8-a7b2-32826a8a5380
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:edb95497-bd3f-482b-b7f2-531d6200b37e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:edb95497-bd3f-482b-b7f2-531d6200b37e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-23T07:48:55.313Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 985b245b-27a9-461c-bac5-41b510a8faa7 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-23T07:48:55.350Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T07:48:55.351Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T07:48:55.351Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T07:48:55.351Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 395f8900-9f6d-4d4b-b8ad-2dd0f95bbb79 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-23T07:48:55.351Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T07:48:55.352Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-23T07:48:55.524Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T07:48:55.525Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 395f8900-9f6d-4d4b-b8ad-2dd0f95bbb79 74752
2022-09-23T07:48:55.525Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-23T07:48:55.526Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-23T07:48:55.526Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:48:55.526Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:48:55.528Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:48:55.528Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919335525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:48:55.629Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T07:48:55.630Z||pool-74-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-23T07:48:55.630Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:48:55.649Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:48:55.649Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:48:56.529Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T07:48:56.530Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T07:48:56.530Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 395f8900-9f6d-4d4b-b8ad-2dd0f95bbb79, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-23T07:48:56.531Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-23T07:48:56.531Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-23T07:48:56.532Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-23T07:48:56.679Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6766949692573065702/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-23T07:48:57.776Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-23T07:48:57.777Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-23T07:48:57.777Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-23T07:48:57.777Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-23T07:48:57.777Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-23T07:48:57.778Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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-BasicVm-csar.csar
2022-09-23T07:48:57.778Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2022-09-23T07:48:57.778Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-23T07:48:57.778Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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-BasicVm-csar.csar
2022-09-23T07:48:57.778Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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-BasicVm-csar.csar
2022-09-23T07:48:57.778Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||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-BasicVm-csar.csar
2022-09-23T07:48:57.778Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-23T07:48:57.779Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:48:57.779Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:48:57.779Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T07:48:57.779Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-23T07:48:57.779Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T07:48:57.779Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:48:57.780Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:48:57.780Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T07:48:57.780Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-23T07:48:57.780Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T07:48:57.780Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:48:57.780Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:48:57.781Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:48:57.781Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-23T07:48:57.781Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-23T07:48:57.781Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-23T07:48:57.781Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-23T07:48:57.781Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-23T07:48:57.781Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-23T07:48:57.782Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:48:57.782Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T07:48:57.782Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:48:57.782Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T07:48:57.782Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:48:57.783Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:48:57.783Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T07:48:57.783Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:48:57.783Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:48:57.783Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T07:48:57.783Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:48:57.784Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:48:57.784Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-23T07:48:57.784Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-23T07:48:57.784Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-23T07:48:57.784Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=571613d3-e30e-4760-ac75-59c091eda70c
2022-09-23T07:48:57.784Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:48:57.785Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:48:57.785Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:48:57.785Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:48:57.785Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:48:57.785Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:48:57.785Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:48:57.785Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:48:57.785Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:985b245b-27a9-461c-bac5-41b510a8faa7
Model Version:NULL
Model InvariantUuid:36d88624-7943-494c-9df6-28947a5d3540
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:27754b21-1133-42ce-8cfa-c420d611f36d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3dd98a97-c338-4791-bc32-64e25a2baa9e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:efe44980-079e-44c0-9589-3f28d0744bfa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e641021d-8eb1-46f7-a639-38a700ce6d0b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:fefa2644-045b-4af0-bdf1-5bf75c1302b1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:571613d3-e30e-4760-ac75-59c091eda70c
ModelInvariantUuid:2b752aeb-8dd0-40a5-8aa5-2af86580f859
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6d95aee1-1d68-48d0-a511-69391c8538d7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:35fb2da4-e931-4379-97d4-d7a97a45db09
ModelInvariantUuid:faba20df-b331-4bff-90af-331717b245b7
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:782c6e00-0c0f-40a3-854e-43e5d4e94552
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-23T07:48:57.797Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 788ff8b9-8cd6-4954-97d1-9f36c2e11bdf
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-23T07:48:57.801Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-09-23T07:48:57.801Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 788ff8b9-8cd6-4954-97d1-9f36c2e11bdf
2022-09-23T07:48:57.801Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be16461d-c98c-40b1-9f3f-ae8eceb2b33a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-23T07:48:57.801Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T07:48:57.801Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-23T07:48:57.856Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T07:48:57.856Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json be16461d-c98c-40b1-9f3f-ae8eceb2b33a 787
2022-09-23T07:48:57.857Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-23T07:48:57.857Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-23T07:48:57.857Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:48:57.857Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:48:57.859Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:48:57.859Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919337857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:48:57.960Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T07:48:57.961Z||pool-75-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-23T07:48:57.961Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:48:57.978Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:48:57.979Z||pool-75-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:48:58.860Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e641021d-8eb1-46f7-a639-38a700ce6d0b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fefa2644-045b-4af0-bdf1-5bf75c1302b1",
    "vfModuleModelCustomizationUUID": "6dd8d7f1-582a-46a1-810a-938e96ad1b6f",
    "isBase": true,
    "artifacts": [
      "b75c27d6-82ec-4ce8-a7b2-32826a8a5380",
      "edb95497-bd3f-482b-b7f2-531d6200b37e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "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-23T07:48:58.864Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fefa2644-045b-4af0-bdf1-5bf75c1302b1
VfModuleModelInvariantUUID:e641021d-8eb1-46f7-a639-38a700ce6d0b
VfModuleModelDescription:NULL
Artifacts UUID List:{
b75c27d6-82ec-4ce8-a7b2-32826a8a5380
,
edb95497-bd3f-482b-b7f2-531d6200b37e

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-23T07:48:58.866Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e641021d-8eb1-46f7-a639-38a700ce6d0b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fefa2644-045b-4af0-bdf1-5bf75c1302b1",
    "vfModuleModelCustomizationUUID": "6dd8d7f1-582a-46a1-810a-938e96ad1b6f",
    "isBase": true,
    "artifacts": [
      "b75c27d6-82ec-4ce8-a7b2-32826a8a5380",
      "edb95497-bd3f-482b-b7f2-531d6200b37e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "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-23T07:48:58.866Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fefa2644-045b-4af0-bdf1-5bf75c1302b1
VfModuleModelInvariantUUID:e641021d-8eb1-46f7-a639-38a700ce6d0b
VfModuleModelDescription:NULL
Artifacts UUID List:{
b75c27d6-82ec-4ce8-a7b2-32826a8a5380
,
edb95497-bd3f-482b-b7f2-531d6200b37e

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-23T07:48:58.866Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b75c27d6-82ec-4ce8-a7b2-32826a8a5380 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-23T07:48:58.866Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T07:48:58.866Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-23T07:48:58.920Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T07:48:58.921Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b75c27d6-82ec-4ce8-a7b2-32826a8a5380 5033
2022-09-23T07:48:58.921Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-23T07:48:58.921Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-23T07:48:58.921Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:48:58.921Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:48:58.923Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:48:58.923Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919338921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:48:59.026Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-23T07:48:59.027Z||pool-76-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-23T07:48:59.027Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:48:59.047Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:48:59.047Z||pool-76-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:48:59.924Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: edb95497-bd3f-482b-b7f2-531d6200b37e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-23T07:48:59.924Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T07:48:59.925Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-23T07:48:59.987Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T07:48:59.988Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env edb95497-bd3f-482b-b7f2-531d6200b37e 903
2022-09-23T07:48:59.988Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-23T07:48:59.988Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-23T07:48:59.989Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:48:59.989Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:48:59.991Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:48:59.991Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919339988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:49:00.091Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:49:00.092Z||pool-77-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-23T07:49:00.092Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:49:00.112Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:49:00.113Z||pool-77-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:49:00.991Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 985b245b-27a9-461c-bac5-41b510a8faa7
2022-09-23T07:49:00.992Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 788ff8b9-8cd6-4954-97d1-9f36c2e11bdf ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-23T07:49:01.011Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1aebc21b, org.onap.sdc.toscaparser.api.parameters.Input@43e0b17c, org.onap.sdc.toscaparser.api.parameters.Input@2cbdbd28, org.onap.sdc.toscaparser.api.parameters.Input@2e9a994f, org.onap.sdc.toscaparser.api.parameters.Input@6aa57d9d]
2022-09-23T07:49:01.012Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:49:01.012Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:49:01.013Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-09-23T07:49:01.013Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= efe44980-079e-44c0-9589-3f28d0744bfa
2022-09-23T07:49:01.013Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: efe44980-079e-44c0-9589-3f28d0744bfa matches Tosca VF Customization UUID: efe44980-079e-44c0-9589-3f28d0744bfa
2022-09-23T07:49:01.013Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: efe44980-079e-44c0-9589-3f28d0744bfa  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-23T07:49:01.016Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:49:01.016Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:49:01.017Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id efe44980-079e-44c0-9589-3f28d0744bfa: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-23T07:49:01.017Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17375aad
2022-09-23T07:49:01.017Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:49:01.017Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T07:49:01.017Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6dd8d7f1-582a-46a1-810a-938e96ad1b6f
2022-09-23T07:49:01.017Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6dd8d7f1-582a-46a1-810a-938e96ad1b6f
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-23T07:49:01.020Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:49:01.020Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T07:49:01.020Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:49:01.021Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:49:01.021Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T07:49:01.021Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:49:01.021Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:49:01.021Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-23T07:49:01.021Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-23T07:49:01.022Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-23T07:49:01.022Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=571613d3-e30e-4760-ac75-59c091eda70c
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-23T07:49:01.025Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:49:01.025Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T07:49:01.025Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:49:01.025Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:49:01.025Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-23T07:49:01.026Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=efe44980-079e-44c0-9589-3f28d0744bfa
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-23T07:49:01.028Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:49:01.028Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:49:01.028Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 985b245b-27a9-461c-bac5-41b510a8faa7: basic_vm
2022-09-23T07:49:01.028Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:49:01.028Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:49:01.029Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:49:01.029Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:49:01.029Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:49:01.029Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:49:01.029Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:49:01.029Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:49:01.030Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:49:01.030Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:49:01.030Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
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: 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 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 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-23T07:49:01.140Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 788ff8b9-8cd6-4954-97d1-9f36c2e11bdf 1 ASDC deployResourceStructure
2022-09-23T07:49:01.141Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-23T07:49:01.141Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-23T07:49:01.141Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:49:01.141Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:49:01.143Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:49:01.143Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919341141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T07:49:01.244Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T07:49:01.244Z||pool-78-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-23T07:49:01.244Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:49:01.263Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:49:01.263Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:49:02.144Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-23T07:49:02.145Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-23T07:49:02.145Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:49:02.146Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:49:02.147Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:49:02.148Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919342144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T07:49:02.250Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-23T07:49:02.251Z||pool-79-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-23T07:49:02.251Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:49:02.271Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:49:02.271Z||pool-79-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:49:03.148Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-23T07:49:03.149Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-23T07:49:03.150Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:49:03.150Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:49:03.152Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:49:03.152Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919343148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-23T07:49:03.253Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:49:03.253Z||pool-80-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-23T07:49:03.253Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:49:03.272Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:49:03.273Z||pool-80-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:49:04.153Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-23T07:49:04.154Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-23T07:49:04.154Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:49:04.154Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:49:04.156Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:49:04.156Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919344153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:49:04.257Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:49:04.257Z||pool-81-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-23T07:49:04.258Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:49:04.280Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:49:04.281Z||pool-81-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:49:05.157Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75fe3ef3-e736-4eb5-8041-b1a31a3a0796
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-23T07:49:05.171Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75fe3ef3-e736-4eb5-8041-b1a31a3a0796
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-23T07:49:05.174Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:49:05.174Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T07:49:05.175Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T07:49:05.175Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T07:49:05.175Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-23T07:49:05.175Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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-23T07:49:05.181Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T07:49:35.182Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75fe3ef3-e736-4eb5-8041-b1a31a3a0796 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-23T07:49:35.191Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75fe3ef3-e736-4eb5-8041-b1a31a3a0796 and serviceModelVersionId: 985b245b-27a9-461c-bac5-41b510a8faa7
2022-09-23T07:49:35.191Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36d88624-7943-494c-9df6-28947a5d3540
2022-09-23T07:49:35.191Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7?depth=0
2022-09-23T07:49:35.195Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-09-23T07:49:35.266Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7?depth=0|INFO|500||Invoke
2022-09-23T07:49:35.266Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[75fe3ef3-e736-4eb5-8041-b1a31a3a0796], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[14465389-36a8-47d0-9fe0-72a9d004ad02], X-ECOMP-RequestID=[75fe3ef3-e736-4eb5-8041-b1a31a3a0796], X-TransactionId=[], X-ONAP-RequestID=[75fe3ef3-e736-4eb5-8041-b1a31a3a0796], Content-Type=[application/merge-patch+json]}
2022-09-23T07:49:35.272Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-23T07:49:35.316Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7?depth=0 has http status code:404 and response headers:{date=[Fri, 23 Sep 2022 07:49:35 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[41], x-aai-txid=[2-aai-resources-220923-07:49:35:281-93421], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-09-23T07:49:35.318Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7","ERR.5.4.6114"]}}}

2022-09-23T07:49:35.318Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7?depth=0|INFO|404|Not Found|InvokeReturn
2022-09-23T07:49:35.322Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=75fe3ef3-e736-4eb5-8041-b1a31a3a0796 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7) (ec=ERR.5.4.6114)
2022-09-23T07:49:35.323Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=75fe3ef3-e736-4eb5-8041-b1a31a3a0796 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-23T07:49:35.323Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=75fe3ef3-e736-4eb5-8041-b1a31a3a0796 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7) (ec=ERR.5.4.6114)
2022-09-23T07:49:35.324Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=75fe3ef3-e736-4eb5-8041-b1a31a3a0796 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-23T07:49:35.329Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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-23T07:49:35.329Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75fe3ef3-e736-4eb5-8041-b1a31a3a0796 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=75fe3ef3-e736-4eb5-8041-b1a31a3a0796 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7) (ec=ERR.5.4.6114)
2022-09-23T07:49:35.330Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T07:49:35.330Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:49:35.332Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:49:35.332Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919375330,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d75fe3ef3-e736-4eb5-8041-b1a31a3a0796 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7) (ec\u003dERR.5.4.6114)"
}
2022-09-23T07:49:35.432Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:49:35.433Z||pool-82-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-23T07:49:35.433Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:49:35.459Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:49:35.459Z||pool-82-thread-1|||||INFO|500||cambria reply ok (26 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-23T07:49:36.347Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:49:36.348Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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-23T07:49:36.348Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:49:46.767Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:49:46.768Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:49:46.768Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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-23T07:49:46.768Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:49:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:49:48.028Z||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-23T07:49:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:49:48.075Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:49:48.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:49:48.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ca950aaa-302b-4d82-b778-77adbb9c3a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919250409,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dca950aaa-302b-4d82-b778-77adbb9c3a4d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6bc243ec-684d-4176-bb64-3ae5c459d761/model-vers/model-ver/a7b67885-db36-4802-913d-f5d8f5ba1cb9) (ec\u003dERR.5.4.6114)"
}
2022-09-23T07:49:48.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:49:48.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:49:48.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:49:48.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:49:48.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:49:48.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:49:48.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:49:48.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:49:48.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:49:48.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:49:48.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:49:48.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:49:48.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:49:48.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:49:48.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:49:48.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:49:48.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:49:48.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/resourceInstances/pnfe5b989cc1c3b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:49:48.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:49:48.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:49:48.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:49:48.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:49:48.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:49:48.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:49:48.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:49:48.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:49:48.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919264123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:49:48.084Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:49:48.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:49:48.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919266088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJedirmixsawkrzngpso8/1.0/artifacts/service-DemoPnfJedirmixsawkrzngpso8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:49:48.085Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:49:56.327Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:49:56.328Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:49:56.329Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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-23T07:49:56.329Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:50:05.893Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:50:05.893Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:50:05.894Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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-23T07:50:05.894Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:50:15.444Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:50:15.445Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:50:15.445Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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-23T07:50:15.446Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:50:25.016Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:50:48.022Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:50:48.023Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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-23T07:50:48.023Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:50:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:50:48.028Z||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-23T07:50:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:50:48.073Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:50:48.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-23T07:50:48.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cfc974be-3d4a-4419-bf50-7ccc47015919",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919327264,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dcfc974be-3d4a-4419-bf50-7ccc47015919 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/91893fde-eb29-448c-9250-a0a16384b4a9/model-vers/model-ver/19458416-f31d-460d-8c9d-bd9921bc17a7) (ec\u003dERR.5.4.6114)"
}
2022-09-23T07:50:48.075Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:50:57.604Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:51:48.023Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:51:48.024Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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-23T07:51:48.024Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:51:48.027Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:51:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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-23T07:51:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:51:48.589Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:51:48.590Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:51:48.590Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:51:48.591Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:51:48.591Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:51:48.591Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T07:51:48.592Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:51:48.592Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:51:48.592Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-23T07:51:48.592Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:51:48.592Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:51:48.592Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:51:48.592Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:51:48.592Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:51:48.592Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-23T07:51:48.593Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:51:48.593Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:51:48.593Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:51:48.593Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:51:48.593Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:51:48.593Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919251427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:51:48.593Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:51:48.593Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:51:48.594Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919335525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:51:48.594Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:51:48.594Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:51:48.594Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919337857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:51:48.594Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:51:48.594Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:51:48.594Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919338921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:51:48.594Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:51:48.595Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:51:48.595Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919339988,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:51:48.595Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:51:48.595Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:51:48.595Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919341141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T07:51:48.595Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:51:48.595Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:51:48.595Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919342144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T07:51:48.595Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:51:48.596Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:51:48.596Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919343148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-23T07:51:48.596Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:51:48.596Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:51:48.596Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919344153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:51:48.596Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:51:48.596Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T07:51:48.596Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75fe3ef3-e736-4eb5-8041-b1a31a3a0796",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919375330,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d75fe3ef3-e736-4eb5-8041-b1a31a3a0796 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/36d88624-7943-494c-9df6-28947a5d3540/model-vers/model-ver/985b245b-27a9-461c-bac5-41b510a8faa7) (ec\u003dERR.5.4.6114)"
}
2022-09-23T07:51:48.597Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:51:57.636Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:52:48.023Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:52:48.024Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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-23T07:52:48.024Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:52:48.027Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:52:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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-23T07:52:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:52:57.630Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:52:57.646Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:53:48.023Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:53:48.024Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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-23T07:53:48.024Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:53:48.027Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:53:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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-23T07:53:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:53:57.639Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:53:57.680Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:54:48.023Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:54:48.024Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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-23T07:54:48.024Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:54:48.027Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:54:48.028Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|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-23T07:54:48.028Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:54:57.611Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:54:57.627Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:55:48.023Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:55:48.023Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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-23T07:55:48.024Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:55:48.027Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:55:48.028Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-23T07:55:48.028Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:55:48.697Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:55:48.698Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:55:48.698Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "cds",
  "timestamp": 1663919742982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:48.700Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:55:48.700Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:55:48.700Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919736735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:48.701Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:55:48.701Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:55:48.701Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "aai-ml",
  "timestamp": 1663919744603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:48.701Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:55:48.701Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:55:48.701Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "cds",
  "timestamp": 1663919742982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:48.702Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:55:48.702Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:55:48.702Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919736735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:48.702Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:55:48.702Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:55:48.702Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "aai-ml",
  "timestamp": 1663919744603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:48.703Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:55:48.703Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:55:48.703Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919736735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:48.703Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:55:48.703Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:55:48.703Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "cds",
  "timestamp": 1663919742982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:48.704Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:55:48.704Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:55:48.704Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "aai-ml",
  "timestamp": 1663919744603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:48.704Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:55:48.704Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:55:48.704Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "cds",
  "timestamp": 1663919742982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:48.704Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:55:48.705Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:55:48.705Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919736735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:48.705Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:55:48.705Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:55:48.705Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "aai-ml",
  "timestamp": 1663919744603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:48.705Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:55:48.705Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:55:48.705Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "cds",
  "timestamp": 1663919742982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:48.705Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:55:48.706Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:55:48.706Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919736735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:48.706Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:55:48.706Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:55:48.706Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "aai-ml",
  "timestamp": 1663919744603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:48.706Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:55:48.735Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:55:48.736Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-23T07:55:48.736Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"768ba5f3-d335-46d0-8284-6fdfa74ec31f","serviceDescription":"service","serviceInvariantUUID":"6f899d68-0f57-4c79-afd3-f656fef251b2","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6a859e7d-5b51-4931-bd61-c82d2375d24a","resourceInvariantUUID":"5f9630d9-c4bc-4623-8cc2-9664991a6d43","resourceCustomizationUUID":"e1960a46-525f-4c09-9102-08b1534b4889","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OGUwZWY5OTA4NzY4NDFmOTQ2MTMwYjE0Yjk3NTE3Njk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fbce402c-2b48-4a41-970f-a104390a3949","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ZjM0MGIzZmMwNjFiZDYwZTMyYThlYzcyNzZlYTg4Y2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9dd2a8fc-3f01-4835-90f8-ca531bf98354","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d06af075-3407-4aae-8483-bac6cf472520","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"282ba8e6-3bf7-478c-9573-63543a48f8fe","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1a601301-9b7f-4d22-b77c-0bbf16b7808a","artifactVersion":"2","generatedFromUUID":"77824abf-18fd-4ef1-a6ca-74a95e6a87ed"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"636d6027-0708-46bc-9eb3-522060d1bb0a","artifactVersion":"2","generatedFromUUID":"d06af075-3407-4aae-8483-bac6cf472520"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"77824abf-18fd-4ef1-a6ca-74a95e6a87ed","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e880f194-09c0-4d2d-99a3-0c5738fbe0ee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ODdjNmU5NDJjYjQzODRiNmUyZmU3ZTUxODQzZDc3OTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"be25f1f5-0b45-4fc5-b24c-4faebc78715c","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NTY5OThmM2NkMGFiYTJlZjc3ZGQ5MGZmNTdlNmU0MDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95a8714c-0693-4d51-866f-46a2f8105f93","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T07:55:48.741Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:55:48.742Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:55:48.747Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:55:48.747Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:48.847Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:55:48.849Z||pool-83-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-23T07:55:48.849Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:55:48.897Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:55:48.898Z||pool-83-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:55:49.748Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:55:49.748Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:55:49.750Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:55:49.750Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T07:55:49.851Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T07:55:49.851Z||pool-84-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-23T07:55:49.852Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:55:49.898Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:55:49.899Z||pool-84-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:55:50.751Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:55:50.752Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:55:50.754Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:55:50.754Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-23T07:55:50.854Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:55:50.855Z||pool-85-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-23T07:55:50.855Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:55:50.883Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:55:50.883Z||pool-85-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:55:51.755Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:55:51.756Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:55:51.758Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:55:51.758Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:51.858Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T07:55:51.859Z||pool-86-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-23T07:55:51.859Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:55:51.898Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:55:51.899Z||pool-86-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:55:52.759Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:55:52.760Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:55:52.762Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:55:52.762Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-23T07:55:52.862Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:55:52.863Z||pool-87-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-23T07:55:52.863Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:55:52.883Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:55:52.883Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:55:53.762Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:55:53.763Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:55:53.766Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:55:53.767Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-23T07:55:53.867Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-23T07:55:53.868Z||pool-88-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-23T07:55:53.868Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:55:53.894Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:55:53.895Z||pool-88-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:55:54.770Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:55:54.771Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:55:54.773Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:55:54.773Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-23T07:55:54.874Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T07:55:54.875Z||pool-89-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-23T07:55:54.875Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:55:54.901Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:55:54.902Z||pool-89-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:55:55.774Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:55:55.775Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:55:55.777Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:55:55.777Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:55.877Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:55:55.878Z||pool-90-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-23T07:55:55.878Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:55:55.909Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:55:55.909Z||pool-90-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:55:56.778Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:55:56.779Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:55:56.782Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:55:56.782Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:55:56.882Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:55:56.883Z||pool-91-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-23T07:55:56.883Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:55:56.900Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:55:56.901Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-09-23T07:55:57.782Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:55:57.783Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:55:57.785Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:55:57.786Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:55:57.886Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:55:57.886Z||pool-92-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-23T07:55:57.887Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:55:57.907Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:55:57.907Z||pool-92-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:55:58.787Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "768ba5f3-d335-46d0-8284-6fdfa74ec31f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6f899d68-0f57-4c79-afd3-f656fef251b2",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1960a46-525f-4c09-9102-08b1534b4889",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6a859e7d-5b51-4931-bd61-c82d2375d24a",
      "resourceInvariantUUID": "5f9630d9-c4bc-4623-8cc2-9664991a6d43",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "ZjM0MGIzZmMwNjFiZDYwZTMyYThlYzcyNzZlYTg4Y2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9dd2a8fc-3f01-4835-90f8-ca531bf98354",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d06af075-3407-4aae-8483-bac6cf472520",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "636d6027-0708-46bc-9eb3-522060d1bb0a",
            "generatedFromUUID": "d06af075-3407-4aae-8483-bac6cf472520"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1a601301-9b7f-4d22-b77c-0bbf16b7808a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "636d6027-0708-46bc-9eb3-522060d1bb0a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "77824abf-18fd-4ef1-a6ca-74a95e6a87ed",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NTY5OThmM2NkMGFiYTJlZjc3ZGQ5MGZmNTdlNmU0MDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "95a8714c-0693-4d51-866f-46a2f8105f93"
    }
  ],
  "workloadContext": "Production"
}
2022-09-23T07:55:58.788Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T07:55:58.788Z|75fe3ef3-e736-4eb5-8041-b1a31a3a0796|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 768ba5f3-d335-46d0-8284-6fdfa74ec31f ASDC
2022-09-23T07:55:58.789Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:768ba5f3-d335-46d0-8284-6fdfa74ec31f
ServiceInvariantUUID:6f899d68-0f57-4c79-afd3-f656fef251b2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:95a8714c-0693-4d51-866f-46a2f8105f93
ArtifactChecksum:NTY5OThmM2NkMGFiYTJlZjc3ZGQ5MGZmNTdlNmU0MDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1960a46-525f-4c09-9102-08b1534b4889
ResourceInvariantUUID:5f9630d9-c4bc-4623-8cc2-9664991a6d43
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:6a859e7d-5b51-4931-bd61-c82d2375d24a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:9dd2a8fc-3f01-4835-90f8-ca531bf98354
ArtifactChecksum:ZjM0MGIzZmMwNjFiZDYwZTMyYThlYzcyNzZlYTg4Y2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:d06af075-3407-4aae-8483-bac6cf472520
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:636d6027-0708-46bc-9eb3-522060d1bb0a
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:1a601301-9b7f-4d22-b77c-0bbf16b7808a
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:636d6027-0708-46bc-9eb3-522060d1bb0a
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:77824abf-18fd-4ef1-a6ca-74a95e6a87ed
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-23T07:55:58.790Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 768ba5f3-d335-46d0-8284-6fdfa74ec31f 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-23T07:55:58.853Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T07:55:58.854Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T07:55:58.854Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T07:55:58.854Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 95a8714c-0693-4d51-866f-46a2f8105f93 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-23T07:55:58.855Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T07:55:58.855Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-23T07:55:58.922Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T07:55:58.925Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 95a8714c-0693-4d51-866f-46a2f8105f93 162982
2022-09-23T07:55:58.926Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-09-23T07:55:58.926Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-23T07:55:58.926Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:55:58.927Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:55:58.930Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:55:58.931Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919758926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:55:59.031Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:55:59.032Z||pool-93-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-23T07:55:59.032Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:55:59.051Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:55:59.052Z||pool-93-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:55:59.932Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T07:55:59.933Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T07:55:59.933Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 95a8714c-0693-4d51-866f-46a2f8105f93, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-23T07:55:59.934Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-09-23T07:55:59.935Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-23T07:55:59.935Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-23T07:56:00.104Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12495882483744795382/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-09-23T07:56:01.404Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-23T07:56:01.405Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-23T07:56:01.405Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-23T07:56:01.405Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-23T07:56:01.405Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|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-BasicCnfMacro-csar.csar
2022-09-23T07:56:01.405Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-23T07:56:01.406Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-23T07:56:01.406Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-23T07:56:01.406Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-23T07:56:01.407Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:01.407Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:56:01.407Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T07:56:01.408Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-23T07:56:01.408Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T07:56:01.409Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:01.409Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:56:01.409Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T07:56:01.410Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-23T07:56:01.410Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T07:56:01.410Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:01.410Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:56:01.411Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:01.411Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-23T07:56:01.412Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-09-23T07:56:01.412Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-09-23T07:56:01.412Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-23T07:56:01.412Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:01.413Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T07:56:01.413Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:01.413Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T07:56:01.414Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:56:01.414Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:01.414Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T07:56:01.415Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:56:01.415Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:01.416Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T07:56:01.416Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:56:01.416Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:01.417Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T07:56:01.417Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:56:01.417Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:01.418Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-23T07:56:01.418Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-09-23T07:56:01.419Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c1d02deb-9adb-460d-b559-633affceb139
2022-09-23T07:56:01.419Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:01.419Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:56:01.419Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:01.420Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:56:01.420Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:01.420Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:56:01.420Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:01.421Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:56:01.421Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:768ba5f3-d335-46d0-8284-6fdfa74ec31f
Model Version:NULL
Model InvariantUuid:6f899d68-0f57-4c79-afd3-f656fef251b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8f0efadf-ec7d-4820-b570-f5892c7ee10e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5f9630d9-c4bc-4623-8cc2-9664991a6d43
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1960a46-525f-4c09-9102-08b1534b4889
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6a153420-07bc-44fa-ad66-71edd39a6c7f
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:889924a0-9bd4-4733-8562-5c0964c941b8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:49396fd2-41a5-46e4-90bd-023f0fb4df3d
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:eb00e872-f0f1-4d32-a761-3cc9b27183b3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c1d02deb-9adb-460d-b559-633affceb139
ModelInvariantUuid:914073c1-7d72-4878-84cb-a7c5ba36e940
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:a93e79b3-e8d4-4b8e-933b-a76831f30e56
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:2ad2b3ae-5fc9-47b2-8d2e-e548af6bb6a8
ModelInvariantUuid:a670ebad-e791-4223-b4b0-55613268eb8b
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:40a1f043-dfd0-47cb-a3bd-94db2e81df89
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-23T07:56:01.432Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 6a859e7d-5b51-4931-bd61-c82d2375d24a
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-23T07:56:01.437Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2022-09-23T07:56:01.437Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6a859e7d-5b51-4931-bd61-c82d2375d24a
2022-09-23T07:56:01.437Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9dd2a8fc-3f01-4835-90f8-ca531bf98354 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-23T07:56:01.437Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T07:56:01.438Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-23T07:56:01.511Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T07:56:01.512Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 9dd2a8fc-3f01-4835-90f8-ca531bf98354 1565
2022-09-23T07:56:01.512Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-09-23T07:56:01.512Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-23T07:56:01.513Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:56:01.513Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:56:01.515Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:56:01.515Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919761512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:56:01.615Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:56:01.616Z||pool-94-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-23T07:56:01.616Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:56:01.645Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:56:01.645Z||pool-94-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:56:02.516Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "49396fd2-41a5-46e4-90bd-023f0fb4df3d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eb00e872-f0f1-4d32-a761-3cc9b27183b3",
    "vfModuleModelCustomizationUUID": "d72237dd-a9e9-47ff-82ef-2804f3260726",
    "isBase": true,
    "artifacts": [
      "d06af075-3407-4aae-8483-bac6cf472520",
      "636d6027-0708-46bc-9eb3-522060d1bb0a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "6a153420-07bc-44fa-ad66-71edd39a6c7f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "889924a0-9bd4-4733-8562-5c0964c941b8",
    "vfModuleModelCustomizationUUID": "6ad5bd85-c1e8-4d44-8b4f-6d920ad276ee",
    "isBase": false,
    "artifacts": [
      "77824abf-18fd-4ef1-a6ca-74a95e6a87ed"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-23T07:56:02.521Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eb00e872-f0f1-4d32-a761-3cc9b27183b3
VfModuleModelInvariantUUID:49396fd2-41a5-46e4-90bd-023f0fb4df3d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d06af075-3407-4aae-8483-bac6cf472520
,
636d6027-0708-46bc-9eb3-522060d1bb0a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:889924a0-9bd4-4733-8562-5c0964c941b8
VfModuleModelInvariantUUID:6a153420-07bc-44fa-ad66-71edd39a6c7f
VfModuleModelDescription:NULL
Artifacts UUID List:{
77824abf-18fd-4ef1-a6ca-74a95e6a87ed

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-09-23T07:56:02.524Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "49396fd2-41a5-46e4-90bd-023f0fb4df3d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eb00e872-f0f1-4d32-a761-3cc9b27183b3",
    "vfModuleModelCustomizationUUID": "d72237dd-a9e9-47ff-82ef-2804f3260726",
    "isBase": true,
    "artifacts": [
      "d06af075-3407-4aae-8483-bac6cf472520",
      "636d6027-0708-46bc-9eb3-522060d1bb0a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "6a153420-07bc-44fa-ad66-71edd39a6c7f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "889924a0-9bd4-4733-8562-5c0964c941b8",
    "vfModuleModelCustomizationUUID": "6ad5bd85-c1e8-4d44-8b4f-6d920ad276ee",
    "isBase": false,
    "artifacts": [
      "77824abf-18fd-4ef1-a6ca-74a95e6a87ed"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-23T07:56:02.525Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eb00e872-f0f1-4d32-a761-3cc9b27183b3
VfModuleModelInvariantUUID:49396fd2-41a5-46e4-90bd-023f0fb4df3d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d06af075-3407-4aae-8483-bac6cf472520
,
636d6027-0708-46bc-9eb3-522060d1bb0a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:889924a0-9bd4-4733-8562-5c0964c941b8
VfModuleModelInvariantUUID:6a153420-07bc-44fa-ad66-71edd39a6c7f
VfModuleModelDescription:NULL
Artifacts UUID List:{
77824abf-18fd-4ef1-a6ca-74a95e6a87ed

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-09-23T07:56:02.525Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d06af075-3407-4aae-8483-bac6cf472520 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-23T07:56:02.525Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T07:56:02.525Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-23T07:56:02.581Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T07:56:02.582Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml d06af075-3407-4aae-8483-bac6cf472520 914
2022-09-23T07:56:02.582Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-09-23T07:56:02.583Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-23T07:56:02.583Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:56:02.583Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:56:02.585Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:56:02.585Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919762582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:56:02.685Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:56:02.686Z||pool-95-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-23T07:56:02.686Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:56:02.703Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:56:02.703Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:56:03.586Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1a601301-9b7f-4d22-b77c-0bbf16b7808a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-23T07:56:03.587Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T07:56:03.588Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-23T07:56:03.698Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T07:56:03.699Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 1a601301-9b7f-4d22-b77c-0bbf16b7808a 12
2022-09-23T07:56:03.699Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-09-23T07:56:03.700Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-23T07:56:03.700Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:56:03.700Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:56:03.703Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:56:03.703Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919763699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:56:03.803Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:56:03.803Z||pool-96-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-23T07:56:03.804Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:56:03.827Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:56:03.827Z||pool-96-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:56:04.704Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 636d6027-0708-46bc-9eb3-522060d1bb0a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-23T07:56:04.705Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T07:56:04.705Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-23T07:56:04.877Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T07:56:04.878Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 636d6027-0708-46bc-9eb3-522060d1bb0a 96
2022-09-23T07:56:04.878Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-09-23T07:56:04.878Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-23T07:56:04.879Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:56:04.879Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:56:04.881Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:56:04.881Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919764878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:56:04.981Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:56:04.982Z||pool-97-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-23T07:56:04.983Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:56:05.002Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:56:05.003Z||pool-97-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:56:05.882Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 77824abf-18fd-4ef1-a6ca-74a95e6a87ed from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-23T07:56:05.882Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T07:56:05.883Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-23T07:56:05.978Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T07:56:05.979Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 77824abf-18fd-4ef1-a6ca-74a95e6a87ed 20206
2022-09-23T07:56:05.979Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-09-23T07:56:05.979Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-23T07:56:05.979Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:56:05.980Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:56:05.981Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:56:05.982Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919765979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:56:06.082Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:56:06.083Z||pool-98-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-23T07:56:06.083Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:56:06.100Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:56:06.100Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:56:06.988Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 768ba5f3-d335-46d0-8284-6fdfa74ec31f
2022-09-23T07:56:06.988Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 6a859e7d-5b51-4931-bd61-c82d2375d24a 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 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-23T07:56:07.000Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d00ddcb, org.onap.sdc.toscaparser.api.parameters.Input@29508df9, org.onap.sdc.toscaparser.api.parameters.Input@6f5c002a, org.onap.sdc.toscaparser.api.parameters.Input@69acaf5, org.onap.sdc.toscaparser.api.parameters.Input@1d6fb168]
2022-09-23T07:56:07.002Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:07.002Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:56:07.003Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-09-23T07:56:07.003Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= e1960a46-525f-4c09-9102-08b1534b4889
2022-09-23T07:56:07.004Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e1960a46-525f-4c09-9102-08b1534b4889 matches Tosca VF Customization UUID: e1960a46-525f-4c09-9102-08b1534b4889
2022-09-23T07:56:07.004Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: e1960a46-525f-4c09-9102-08b1534b4889  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-23T07:56:07.007Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:07.007Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:56:07.008Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id e1960a46-525f-4c09-9102-08b1534b4889: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-09-23T07:56:07.008Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f326b6e
2022-09-23T07:56:07.008Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:07.008Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T07:56:07.009Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6ad5bd85-c1e8-4d44-8b4f-6d920ad276ee
2022-09-23T07:56:07.009Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6ad5bd85-c1e8-4d44-8b4f-6d920ad276ee
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-23T07:56:07.013Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:07.014Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T07:56:07.014Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:56:07.015Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:07.015Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T07:56:07.015Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:56:07.016Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:07.016Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-23T07:56:07.016Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e1960a46-525f-4c09-9102-08b1534b4889
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-23T07:56:07.019Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:07.019Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:56:07.020Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 768ba5f3-d335-46d0-8284-6fdfa74ec31f: basic_cnf_macro
2022-09-23T07:56:07.020Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:07.020Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:56:07.021Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:07.021Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:56:07.022Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:07.022Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:56:07.022Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:07.022Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:56:07.023Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:56:07.023Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:56:07.023Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro 
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 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: 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 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-23T07:56:07.078Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 6a859e7d-5b51-4931-bd61-c82d2375d24a 2 ASDC deployResourceStructure
2022-09-23T07:56:07.079Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-09-23T07:56:07.079Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-23T07:56:07.080Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:56:07.081Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:56:07.084Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:56:07.084Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919767079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T07:56:07.184Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:56:07.185Z||pool-99-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-23T07:56:07.185Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:56:07.217Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:56:07.217Z||pool-99-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-09-23T07:56:08.087Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-09-23T07:56:08.087Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-23T07:56:08.087Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:56:08.087Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:56:08.089Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:56:08.089Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919768085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T07:56:08.189Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:56:08.190Z||pool-100-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-23T07:56:08.190Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:56:08.213Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:56:08.213Z||pool-100-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:56:09.099Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-09-23T07:56:09.099Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-09-23T07:56:09.100Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-23T07:56:09.100Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:56:09.101Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:56:09.101Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919769094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-23T07:56:09.202Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:56:09.203Z||pool-101-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-23T07:56:09.203Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:56:09.248Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:56:09.249Z||pool-101-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":5,"count":1}
2022-09-23T07:56:10.103Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-09-23T07:56:10.103Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-23T07:56:10.103Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:56:10.103Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:56:10.105Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:56:10.105Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919770103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-23T07:56:10.205Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:56:10.206Z||pool-102-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-23T07:56:10.206Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:56:10.253Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:56:10.253Z||pool-102-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:56:11.106Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-09-23T07:56:11.106Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-09-23T07:56:11.106Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-23T07:56:11.106Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:56:11.108Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:56:11.108Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919771106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-23T07:56:11.208Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:56:11.209Z||pool-103-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-23T07:56:11.209Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:56:11.229Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:56:11.230Z||pool-103-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:56:12.109Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-09-23T07:56:12.110Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-23T07:56:12.110Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:56:12.110Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:56:12.112Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:56:12.113Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919772109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:56:12.213Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:56:12.214Z||pool-104-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-23T07:56:12.214Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:56:12.232Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:56:12.233Z||pool-104-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1}
2022-09-23T07:56:13.114Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c
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-23T07:56:13.127Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c
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-23T07:56:13.129Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:56:13.129Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:56:13.130Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:56:43.130Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c
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-23T07:56:43.146Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c
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-23T07:56:43.149Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:56:43.149Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:56:43.149Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:56:48.027Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:56:48.028Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-23T07:56:48.029Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:56:48.241Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:56:48.241Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-23T07:56:48.242Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919736735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:56:48.243Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:13.149Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c
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-23T07:57:13.162Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c
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-23T07:57:13.165Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:57:13.165Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:57:13.166Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:57:43.166Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c
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-23T07:57:43.184Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c
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-23T07:57:43.189Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:57:43.189Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T07:57:43.189Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T07:57:48.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:57:48.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-23T07:57:48.029Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:57:48.075Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:57:48.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "cds",
  "timestamp": 1663919742982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "aai-ml",
  "timestamp": 1663919744603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919736735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "cds",
  "timestamp": 1663919742982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "aai-ml",
  "timestamp": 1663919744603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919752367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "cds",
  "timestamp": 1663919742982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919736735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "aai-ml",
  "timestamp": 1663919744603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919752367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "cds",
  "timestamp": 1663919742982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919736735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "aai-ml",
  "timestamp": 1663919744603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919752367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "cds",
  "timestamp": 1663919742982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919736735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "aai-ml",
  "timestamp": 1663919744603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919752367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "cds",
  "timestamp": 1663919758307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919753798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919752367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "aai-ml",
  "timestamp": 1663919755373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.086Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919752367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "aai-ml",
  "timestamp": 1663919756380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T07:57:48.087Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919752367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "aai-ml",
  "timestamp": 1663919757387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T07:57:48.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919756119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:57:48.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919752367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "aai-ml",
  "timestamp": 1663919758391,
  "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-23T07:57:48.100Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c
2022-09-23T07:57:48.100Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c 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-23T07:57:48.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919757122,
  "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-23T07:57:48.119Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c
2022-09-23T07:57:48.119Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c 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-23T07:57:48.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919748022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919752367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919752367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919758926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919763169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919764259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919761512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919765327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919762582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919766403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919763699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919767500,
  "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-23T07:57:48.139Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c
2022-09-23T07:57:48.139Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c 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-23T07:57:48.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919764878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.149Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919768504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T07:57:48.149Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919765979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.149Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919767079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T07:57:48.149Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919768085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T07:57:48.150Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919769094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-23T07:57:48.150Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919770103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-23T07:57:48.150Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919771106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-23T07:57:48.151Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919772109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:57:48.151Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "aai-ml",
  "timestamp": 1663919774603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.151Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "aai-ml",
  "timestamp": 1663919774603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "aai-ml",
  "timestamp": 1663919774603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "cds",
  "timestamp": 1663919787981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "aai-ml",
  "timestamp": 1663919774603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.153Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "cds",
  "timestamp": 1663919787981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.153Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "aai-ml",
  "timestamp": 1663919774603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.153Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "cds",
  "timestamp": 1663919787981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "aai-ml",
  "timestamp": 1663919774603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "cds",
  "timestamp": 1663919787981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "aai-ml",
  "timestamp": 1663919774603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "cds",
  "timestamp": 1663919787981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "aai-ml",
  "timestamp": 1663919774603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "cds",
  "timestamp": 1663919787981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "aai-ml",
  "timestamp": 1663919791209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919792364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "cds",
  "timestamp": 1663919787981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "aai-ml",
  "timestamp": 1663919792216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T07:57:48.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919792364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "cds",
  "timestamp": 1663919787981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "aai-ml",
  "timestamp": 1663919793221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-09-23T07:57:48.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919792364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "cds",
  "timestamp": 1663919796732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "aai-ml",
  "timestamp": 1663919794225,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-23T07:57:48.174Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 11a9528c-3e8c-4b42-8e90-8180db312998
2022-09-23T07:57:48.174Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11a9528c-3e8c-4b42-8e90-8180db312998 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-23T07:57:48.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919792364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919792364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919792364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919792364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919792364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919796735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919801178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.185Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919796735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919802248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919796735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919803333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919796735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919804363,
  "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-23T07:57:48.193Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11a9528c-3e8c-4b42-8e90-8180db312998
2022-09-23T07:57:48.194Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11a9528c-3e8c-4b42-8e90-8180db312998 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-23T07:57:48.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919796735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1663919805367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T07:57:48.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919796735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919796735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:57:48.205Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919796735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:57:48.205Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-23T07:57:48.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919805698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:57:48.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:57:48.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:57:48.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919807903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:57:48.206Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:58:13.190Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c
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-23T07:58:13.209Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c
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-23T07:58:13.213Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:58:13.213Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T07:58:13.213Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T07:58:13.214Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T07:58:13.214Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-23T07:58:13.214Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|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-23T07:58:13.223Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T07:58:43.223Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c 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-23T07:58:43.230Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c and serviceModelVersionId: 768ba5f3-d335-46d0-8284-6fdfa74ec31f
2022-09-23T07:58:43.230Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f899d68-0f57-4c79-afd3-f656fef251b2
2022-09-23T07:58:43.233Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f?depth=0
2022-09-23T07:58:43.243Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-09-23T07:58:43.298Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f?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-23T07:58:43.301Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f?depth=0|INFO|500||Invoke
2022-09-23T07:58:43.306Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-23T07:58:43.348Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f?depth=0|INFO|404|Not Found|InvokeReturn
2022-09-23T07:58:43.349Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f?depth=0 has http status code:404 and response headers:{date=[Fri, 23 Sep 2022 07:58:43 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[38], x-aai-txid=[0-aai-resources-220923-07:58:43:313-44457], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-09-23T07:58:43.352Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f","ERR.5.4.6114"]}}}

2022-09-23T07:58:43.359Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f) (ec=ERR.5.4.6114)
2022-09-23T07:58:43.360Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-23T07:58:43.361Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f) (ec=ERR.5.4.6114)
2022-09-23T07:58:43.361Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-23T07:58:43.368Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|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-23T07:58:43.368Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f) (ec=ERR.5.4.6114)
2022-09-23T07:58:43.368Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T07:58:43.369Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:58:43.371Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:58:43.371Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919923368,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f) (ec\u003dERR.5.4.6114)"
}
2022-09-23T07:58:43.472Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T07:58:43.473Z||pool-105-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-23T07:58:43.473Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:58:43.494Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:58:43.495Z||pool-105-thread-1|||||INFO|500||cambria reply ok (23 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-23T07:58:44.386Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:58:44.386Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|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-23T07:58:44.386Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:58:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:58:48.028Z||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-23T07:58:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:58:48.062Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:58:48.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-23T07:58:48.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1663919808906,
  "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-23T07:58:48.072Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 11a9528c-3e8c-4b42-8e90-8180db312998
2022-09-23T07:58:48.072Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11a9528c-3e8c-4b42-8e90-8180db312998 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-23T07:58:48.891Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:58:48.892Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-23T07:58:48.892Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"11a9528c-3e8c-4b42-8e90-8180db312998","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"89dde104-5a12-4a82-a7bb-9b75e5d8a464","serviceDescription":"service","serviceInvariantUUID":"3739eb30-a006-4fdf-8b5b-e46d41c84d01","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7b5d827b-38d3-4a61-a3a6-37e89837c617","resourceInvariantUUID":"927b5551-dee8-419b-ad48-73648520cebe","resourceCustomizationUUID":"3a10f7fb-8026-45c8-8bd6-7e5b648e9b18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MWY4M2UwYWIyNGE0ZTk2NjI0OWUzMTcxNDcwODM1NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a8426df8-1eb9-44d9-9b9b-0f56e7e618b9","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"M2Q0M2VmNDgxOTRjYWExN2IxMTZiMjViODBiMDQ4MTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"271d4506-2bde-4457-a701-2c4e4e0c3bf1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6ce2781a-186c-4fa5-9308-502638cda134","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"59e5c534-2727-4944-8da5-93001936ed00","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"57f5b126-8d6f-4389-bd0d-f0edeb06ad4c","artifactVersion":"2","generatedFromUUID":"6ce2781a-186c-4fa5-9308-502638cda134"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"YTE1ZTdiMmNmYjI3YWY4NmM1NTk3NmVjMDEwZWZmZmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"18c1e5a9-868f-4c06-a314-2009290e3c3e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ODQwYTE3Yjk1OGJlNTcyNWMyOGE4ZTI1MTJhNTEzMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ddc0eff-3161-407a-ad4f-ccd78e55ef6f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzY0OTQzODI4ZjllOWRkOGIzMTNmNGVkNTFjMDY2NDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01f1b1d0-38d4-464d-a4bb-4e576e42f4bb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T07:58:48.894Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:58:48.895Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:58:48.897Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:58:48.897Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919924386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:58:48.997Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:58:48.998Z||pool-106-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-23T07:58:48.998Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:58:49.031Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:58:49.031Z||pool-106-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:58:49.897Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:58:49.898Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:58:49.900Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:58:49.900Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919924386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T07:58:50.000Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:58:50.001Z||pool-107-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-23T07:58:50.001Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:58:50.018Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:58:50.018Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:58:50.901Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:58:50.902Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:58:50.904Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:58:50.904Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919924386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-23T07:58:51.004Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:58:51.005Z||pool-108-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-23T07:58:51.005Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:58:51.030Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:58:51.031Z||pool-108-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:58:51.904Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:58:51.905Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:58:51.907Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:58:51.907Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919924386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:58:52.007Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:58:52.008Z||pool-109-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-23T07:58:52.008Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:58:52.031Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:58:52.031Z||pool-109-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:58:52.908Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:58:52.908Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:58:52.910Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:58:52.911Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919924386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-23T07:58:53.011Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:58:53.012Z||pool-110-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-23T07:58:53.012Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:58:53.031Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:58:53.032Z||pool-110-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-23T07:58:53.911Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:58:53.912Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:58:53.914Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:58:53.914Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919924386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:58:54.014Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:58:54.015Z||pool-111-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-23T07:58:54.015Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:58:54.046Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:58:54.046Z||pool-111-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:58:54.914Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:58:54.915Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:58:54.917Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:58:54.917Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919924386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T07:58:55.017Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:58:55.018Z||pool-112-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-23T07:58:55.018Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:58:55.045Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:58:55.045Z||pool-112-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:58:55.917Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T07:58:55.918Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:58:55.920Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:58:55.920Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919924386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T07:58:56.020Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:58:56.021Z||pool-113-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-23T07:58:56.021Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:58:56.041Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:58:56.041Z||pool-113-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:58:56.921Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "89dde104-5a12-4a82-a7bb-9b75e5d8a464",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3739eb30-a006-4fdf-8b5b-e46d41c84d01",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "3a10f7fb-8026-45c8-8bd6-7e5b648e9b18",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7b5d827b-38d3-4a61-a3a6-37e89837c617",
      "resourceInvariantUUID": "927b5551-dee8-419b-ad48-73648520cebe",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "M2Q0M2VmNDgxOTRjYWExN2IxMTZiMjViODBiMDQ4MTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "271d4506-2bde-4457-a701-2c4e4e0c3bf1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6ce2781a-186c-4fa5-9308-502638cda134",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "57f5b126-8d6f-4389-bd0d-f0edeb06ad4c",
            "generatedFromUUID": "6ce2781a-186c-4fa5-9308-502638cda134"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "57f5b126-8d6f-4389-bd0d-f0edeb06ad4c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NzY0OTQzODI4ZjllOWRkOGIzMTNmNGVkNTFjMDY2NDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01f1b1d0-38d4-464d-a4bb-4e576e42f4bb"
    }
  ],
  "workloadContext": "Production"
}
2022-09-23T07:58:56.921Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T07:58:56.922Z|2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 89dde104-5a12-4a82-a7bb-9b75e5d8a464 ASDC
2022-09-23T07:58:56.922Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:11a9528c-3e8c-4b42-8e90-8180db312998
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:89dde104-5a12-4a82-a7bb-9b75e5d8a464
ServiceInvariantUUID:3739eb30-a006-4fdf-8b5b-e46d41c84d01
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:01f1b1d0-38d4-464d-a4bb-4e576e42f4bb
ArtifactChecksum:NzY0OTQzODI4ZjllOWRkOGIzMTNmNGVkNTFjMDY2NDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:3a10f7fb-8026-45c8-8bd6-7e5b648e9b18
ResourceInvariantUUID:927b5551-dee8-419b-ad48-73648520cebe
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:7b5d827b-38d3-4a61-a3a6-37e89837c617
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:271d4506-2bde-4457-a701-2c4e4e0c3bf1
ArtifactChecksum:M2Q0M2VmNDgxOTRjYWExN2IxMTZiMjViODBiMDQ4MTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:6ce2781a-186c-4fa5-9308-502638cda134
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:57f5b126-8d6f-4389-bd0d-f0edeb06ad4c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:57f5b126-8d6f-4389-bd0d-f0edeb06ad4c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-23T07:58:56.922Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89dde104-5a12-4a82-a7bb-9b75e5d8a464 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-23T07:58:56.970Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T07:58:56.971Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T07:58:56.971Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T07:58:56.971Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 01f1b1d0-38d4-464d-a4bb-4e576e42f4bb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-23T07:58:56.971Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T07:58:56.972Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-23T07:58:57.046Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T07:58:57.047Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 01f1b1d0-38d4-464d-a4bb-4e576e42f4bb 82477
2022-09-23T07:58:57.047Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-23T07:58:57.047Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-23T07:58:57.047Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:58:57.048Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:58:57.050Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:58:57.050Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919937047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:58:57.150Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:58:57.151Z||pool-114-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-23T07:58:57.151Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:58:57.169Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:58:57.170Z||pool-114-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:58:58.051Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T07:58:58.052Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T07:58:58.053Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 01f1b1d0-38d4-464d-a4bb-4e576e42f4bb, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-23T07:58:58.053Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-09-23T07:58:58.054Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-23T07:58:58.054Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-23T07:58:58.194Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7311224760822939516/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-23T07:58:59.368Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-23T07:58:59.368Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-23T07:58:59.368Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-23T07:58:59.368Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-23T07:58:59.368Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-23T07:58:59.369Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-BasicVmMacro-csar.csar
2022-09-23T07:58:59.369Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-23T07:58:59.369Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-BasicVmMacro-csar.csar
2022-09-23T07:58:59.369Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-BasicVmMacro-csar.csar
2022-09-23T07:58:59.369Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||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-BasicVmMacro-csar.csar
2022-09-23T07:58:59.369Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-23T07:58:59.369Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-23T07:58:59.369Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:58:59.369Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:58:59.370Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T07:58:59.370Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-23T07:58:59.370Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T07:58:59.370Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:58:59.370Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:58:59.370Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T07:58:59.371Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-23T07:58:59.371Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T07:58:59.371Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:58:59.371Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:58:59.371Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:58:59.371Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-23T07:58:59.371Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-23T07:58:59.372Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-23T07:58:59.372Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-23T07:58:59.372Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-23T07:58:59.372Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-23T07:58:59.372Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:58:59.372Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T07:58:59.372Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:58:59.372Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T07:58:59.373Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:58:59.373Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:58:59.373Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T07:58:59.373Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:58:59.373Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:58:59.374Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T07:58:59.374Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:58:59.374Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:58:59.374Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-23T07:58:59.374Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-23T07:58:59.374Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-23T07:58:59.374Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=01a1e780-ef46-48d8-b775-90937e17ee59
2022-09-23T07:58:59.375Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:58:59.375Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:58:59.375Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:58:59.375Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:58:59.375Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:58:59.376Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:58:59.376Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:58:59.376Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:58:59.376Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:89dde104-5a12-4a82-a7bb-9b75e5d8a464
Model Version:NULL
Model InvariantUuid:3739eb30-a006-4fdf-8b5b-e46d41c84d01
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:92b4528d-00cb-40fb-a47a-944a42fc9c6c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:927b5551-dee8-419b-ad48-73648520cebe
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3a10f7fb-8026-45c8-8bd6-7e5b648e9b18
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8332c726-7ea7-4169-83b7-ae8ca8ebbe3e
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:dab7c2a9-0c6b-46de-b8d4-5c3273474468
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:01a1e780-ef46-48d8-b775-90937e17ee59
ModelInvariantUuid:6ea76fa9-486d-425b-8d12-7c8ad1bc5d39
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:3436a5ca-1fb7-42a2-bd3b-1da5762dca56
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:08b6f97a-99a6-440d-9eee-8cbec330183e
ModelInvariantUuid:3f0ad7ff-e268-43c7-a063-94c21acd7d8c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:b708d74e-9086-40b1-be1a-335fe5891ecd
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-23T07:58:59.387Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7b5d827b-38d3-4a61-a3a6-37e89837c617
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-23T07:58:59.390Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2022-09-23T07:58:59.390Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7b5d827b-38d3-4a61-a3a6-37e89837c617
2022-09-23T07:58:59.391Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 271d4506-2bde-4457-a701-2c4e4e0c3bf1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-23T07:58:59.391Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T07:58:59.391Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-23T07:58:59.461Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T07:58:59.461Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 271d4506-2bde-4457-a701-2c4e4e0c3bf1 792
2022-09-23T07:58:59.462Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-09-23T07:58:59.462Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-23T07:58:59.462Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:58:59.462Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:58:59.464Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:58:59.464Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919939462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:58:59.564Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:58:59.565Z||pool-115-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-23T07:58:59.565Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:58:59.583Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:58:59.583Z||pool-115-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-23T07:59:00.464Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8332c726-7ea7-4169-83b7-ae8ca8ebbe3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dab7c2a9-0c6b-46de-b8d4-5c3273474468",
    "vfModuleModelCustomizationUUID": "edc949fa-5950-415b-91b0-508fe51f5585",
    "isBase": true,
    "artifacts": [
      "6ce2781a-186c-4fa5-9308-502638cda134",
      "57f5b126-8d6f-4389-bd0d-f0edeb06ad4c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "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-23T07:59:00.468Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dab7c2a9-0c6b-46de-b8d4-5c3273474468
VfModuleModelInvariantUUID:8332c726-7ea7-4169-83b7-ae8ca8ebbe3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ce2781a-186c-4fa5-9308-502638cda134
,
57f5b126-8d6f-4389-bd0d-f0edeb06ad4c

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-23T07:59:00.470Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8332c726-7ea7-4169-83b7-ae8ca8ebbe3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dab7c2a9-0c6b-46de-b8d4-5c3273474468",
    "vfModuleModelCustomizationUUID": "edc949fa-5950-415b-91b0-508fe51f5585",
    "isBase": true,
    "artifacts": [
      "6ce2781a-186c-4fa5-9308-502638cda134",
      "57f5b126-8d6f-4389-bd0d-f0edeb06ad4c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "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-23T07:59:00.470Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dab7c2a9-0c6b-46de-b8d4-5c3273474468
VfModuleModelInvariantUUID:8332c726-7ea7-4169-83b7-ae8ca8ebbe3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ce2781a-186c-4fa5-9308-502638cda134
,
57f5b126-8d6f-4389-bd0d-f0edeb06ad4c

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-23T07:59:00.471Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6ce2781a-186c-4fa5-9308-502638cda134 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-23T07:59:00.471Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T07:59:00.471Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-23T07:59:00.538Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T07:59:00.539Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6ce2781a-186c-4fa5-9308-502638cda134 5033
2022-09-23T07:59:00.540Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-23T07:59:00.540Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-23T07:59:00.540Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:59:00.540Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:59:00.542Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:59:00.543Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919940540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:59:00.643Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:59:00.643Z||pool-116-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-23T07:59:00.644Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:59:00.669Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:59:00.669Z||pool-116-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-23T07:59:01.545Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 57f5b126-8d6f-4389-bd0d-f0edeb06ad4c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-23T07:59:01.545Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T07:59:01.545Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-23T07:59:01.610Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T07:59:01.610Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 57f5b126-8d6f-4389-bd0d-f0edeb06ad4c 903
2022-09-23T07:59:01.611Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-23T07:59:01.611Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-23T07:59:01.612Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T07:59:01.612Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:59:01.614Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:59:01.614Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919941611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T07:59:01.715Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T07:59:01.716Z||pool-117-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-23T07:59:01.716Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:59:01.754Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:59:01.755Z||pool-117-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:59:02.614Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 89dde104-5a12-4a82-a7bb-9b75e5d8a464
2022-09-23T07:59:02.615Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 7b5d827b-38d3-4a61-a3a6-37e89837c617 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-23T07:59:02.631Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79dfda37, org.onap.sdc.toscaparser.api.parameters.Input@25c0c9, org.onap.sdc.toscaparser.api.parameters.Input@cea43bf, org.onap.sdc.toscaparser.api.parameters.Input@30a616d3, org.onap.sdc.toscaparser.api.parameters.Input@372f7c92]
2022-09-23T07:59:02.632Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:59:02.633Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:59:02.633Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-09-23T07:59:02.633Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 3a10f7fb-8026-45c8-8bd6-7e5b648e9b18
2022-09-23T07:59:02.633Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3a10f7fb-8026-45c8-8bd6-7e5b648e9b18 matches Tosca VF Customization UUID: 3a10f7fb-8026-45c8-8bd6-7e5b648e9b18
2022-09-23T07:59:02.633Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 3a10f7fb-8026-45c8-8bd6-7e5b648e9b18  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-23T07:59:02.636Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:59:02.637Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:59:02.637Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 3a10f7fb-8026-45c8-8bd6-7e5b648e9b18: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-09-23T07:59:02.637Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@471b08aa
2022-09-23T07:59:02.638Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:59:02.638Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T07:59:02.638Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : edc949fa-5950-415b-91b0-508fe51f5585
2022-09-23T07:59:02.638Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID edc949fa-5950-415b-91b0-508fe51f5585
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-23T07:59:02.641Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:59:02.641Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T07:59:02.642Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:59:02.642Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:59:02.643Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T07:59:02.643Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:59:02.643Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:59:02.644Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-23T07:59:02.644Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-23T07:59:02.644Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-23T07:59:02.645Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=01a1e780-ef46-48d8-b775-90937e17ee59
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-23T07:59:02.648Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:59:02.649Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T07:59:02.649Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T07:59:02.649Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:59:02.650Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-23T07:59:02.650Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=3a10f7fb-8026-45c8-8bd6-7e5b648e9b18
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-23T07:59:02.655Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:59:02.655Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:59:02.656Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 89dde104-5a12-4a82-a7bb-9b75e5d8a464: basic_vm_macro
2022-09-23T07:59:02.656Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:59:02.656Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:59:02.657Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:59:02.657Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:59:02.657Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:59:02.658Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:59:02.658Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:59:02.658Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:59:02.659Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-23T07:59:02.659Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T07:59:02.659Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
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: 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 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 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-23T07:59:02.785Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 7b5d827b-38d3-4a61-a3a6-37e89837c617 1 ASDC deployResourceStructure
2022-09-23T07:59:02.786Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-09-23T07:59:02.786Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-23T07:59:02.786Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:59:02.786Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:59:02.788Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:59:02.788Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919942786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T07:59:02.888Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T07:59:02.889Z||pool-118-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-23T07:59:02.889Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:59:02.904Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:59:02.904Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:59:03.789Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-23T07:59:03.790Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-23T07:59:03.790Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:59:03.790Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:59:03.792Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:59:03.792Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919943789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T07:59:03.892Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:59:03.893Z||pool-119-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-23T07:59:03.893Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:59:03.925Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:59:03.926Z||pool-119-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:59:04.793Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-23T07:59:04.793Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-23T07:59:04.793Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:59:04.794Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:59:04.795Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:59:04.796Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919944793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-23T07:59:04.896Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:59:04.896Z||pool-120-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-23T07:59:04.897Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:59:04.933Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:59:04.934Z||pool-120-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:59:05.796Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-23T07:59:05.797Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-23T07:59:05.797Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T07:59:05.797Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:59:05.799Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:59:05.799Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919945796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T07:59:05.899Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:59:05.900Z||pool-121-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-23T07:59:05.900Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:59:05.935Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:59:05.936Z||pool-121-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-23T07:59:06.800Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11a9528c-3e8c-4b42-8e90-8180db312998
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-23T07:59:06.813Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11a9528c-3e8c-4b42-8e90-8180db312998
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-23T07:59:06.816Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T07:59:06.816Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T07:59:06.816Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T07:59:06.817Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T07:59:06.817Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-09-23T07:59:06.817Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T07:59:06.823Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T07:59:36.823Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 11a9528c-3e8c-4b42-8e90-8180db312998 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-23T07:59:36.832Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 11a9528c-3e8c-4b42-8e90-8180db312998 and serviceModelVersionId: 89dde104-5a12-4a82-a7bb-9b75e5d8a464
2022-09-23T07:59:36.832Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3739eb30-a006-4fdf-8b5b-e46d41c84d01
2022-09-23T07:59:36.832Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464?depth=0
2022-09-23T07:59:36.836Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-09-23T07:59:36.882Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464?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-23T07:59:36.885Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464?depth=0|INFO|500||Invoke
2022-09-23T07:59:36.889Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-09-23T07:59:36.931Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464?depth=0|INFO|404|Not Found|InvokeReturn
2022-09-23T07:59:36.932Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464?depth=0 has http status code:404 and response headers:{date=[Fri, 23 Sep 2022 07:59:36 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[38], x-aai-txid=[0-aai-resources-220923-07:59:36:901-52833], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-09-23T07:59:36.934Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464","ERR.5.4.6114"]}}}

2022-09-23T07:59:36.938Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=11a9528c-3e8c-4b42-8e90-8180db312998 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464) (ec=ERR.5.4.6114)
2022-09-23T07:59:36.938Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=11a9528c-3e8c-4b42-8e90-8180db312998 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-23T07:59:36.939Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=11a9528c-3e8c-4b42-8e90-8180db312998 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464) (ec=ERR.5.4.6114)
2022-09-23T07:59:36.939Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=11a9528c-3e8c-4b42-8e90-8180db312998 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-23T07:59:36.944Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T07:59:36.944Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 11a9528c-3e8c-4b42-8e90-8180db312998 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=11a9528c-3e8c-4b42-8e90-8180db312998 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464) (ec=ERR.5.4.6114)
2022-09-23T07:59:36.945Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T07:59:36.945Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T07:59:36.947Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T07:59:36.947Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919976945,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d11a9528c-3e8c-4b42-8e90-8180db312998 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464) (ec\u003dERR.5.4.6114)"
}
2022-09-23T07:59:37.047Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T07:59:37.048Z||pool-122-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-23T07:59:37.049Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:59:37.082Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:59:37.083Z||pool-122-thread-1|||||INFO|500||cambria reply ok (35 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-23T07:59:37.961Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:59:37.962Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T07:59:37.962Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:59:47.533Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:59:47.533Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:59:47.533Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T07:59:47.534Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T07:59:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:59:48.028Z||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-23T07:59:48.029Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T07:59:48.081Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:59:48.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-23T07:59:48.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919923368,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d2d7b5900-63a4-4bdf-b8e6-c8fdbf4e0b9c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6f899d68-0f57-4c79-afd3-f656fef251b2/model-vers/model-ver/768ba5f3-d335-46d0-8284-6fdfa74ec31f) (ec\u003dERR.5.4.6114)"
}
2022-09-23T07:59:48.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T07:59:57.096Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T07:59:57.097Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T07:59:57.097Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T07:59:57.097Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:00:06.645Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:00:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:00:48.024Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T08:00:48.024Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:00:48.027Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:00:48.028Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|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-23T08:00:48.028Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:00:48.588Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:00:48.589Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T08:00:48.589Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919924386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T08:00:48.590Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T08:00:48.590Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T08:00:48.590Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919924386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-23T08:00:48.590Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T08:00:48.590Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T08:00:48.590Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919924386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-23T08:00:48.591Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T08:00:48.591Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T08:00:48.591Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919924386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T08:00:48.591Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T08:00:48.591Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T08:00:48.591Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919924386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-23T08:00:48.591Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T08:00:48.591Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T08:00:48.591Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919924386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-23T08:00:48.591Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T08:00:48.591Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T08:00:48.591Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919924386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-23T08:00:48.591Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T08:00:48.592Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T08:00:48.592Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919924386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-23T08:00:48.592Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-23T08:00:48.592Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T08:00:48.592Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919937047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-23T08:00:48.592Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T08:00:48.592Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T08:00:48.592Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919939462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-23T08:00:48.592Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T08:00:48.592Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T08:00:48.592Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919940540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-23T08:00:48.593Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T08:00:48.593Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T08:00:48.593Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919941611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-23T08:00:48.593Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T08:00:48.593Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T08:00:48.593Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919942786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-23T08:00:48.593Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T08:00:48.593Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T08:00:48.593Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919943789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-23T08:00:48.593Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T08:00:48.593Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T08:00:48.593Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919944793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-23T08:00:48.593Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T08:00:48.594Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T08:00:48.594Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919945796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-23T08:00:48.594Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T08:00:48.594Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-23T08:00:48.594Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11a9528c-3e8c-4b42-8e90-8180db312998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1663919976945,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d11a9528c-3e8c-4b42-8e90-8180db312998 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3739eb30-a006-4fdf-8b5b-e46d41c84d01/model-vers/model-ver/89dde104-5a12-4a82-a7bb-9b75e5d8a464) (ec\u003dERR.5.4.6114)"
}
2022-09-23T08:00:48.594Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T08:00:57.591Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:01:48.022Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:01:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T08:01:48.024Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:01:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:01:48.028Z||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-23T08:01:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:01:57.597Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:01:57.597Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:02:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:02:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T08:02:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:02:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:02:48.028Z||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-23T08:02:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:02:57.638Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:02:57.668Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:03:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:03:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T08:03:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:03:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:03:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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-23T08:03:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:03:57.624Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:03:57.633Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:04:48.022Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:04:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T08:04:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:04:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:04:48.028Z||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-23T08:04:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:04:57.589Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:04:57.596Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:05:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:05:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T08:05:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:05:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:05:48.028Z||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-23T08:05:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:05:57.594Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:05:57.609Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:06:48.022Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:06:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T08:06:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:06:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:06:48.028Z||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-23T08:06:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:06:57.629Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:06:57.629Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:07:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:07:48.025Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T08:07:48.025Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:07:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:07:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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-23T08:07:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:07:57.615Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:07:57.658Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:08:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:08:48.024Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T08:08:48.024Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:08:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:08:48.028Z||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-23T08:08:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:08:57.595Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:08:57.601Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:09:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:09:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T08:09:48.024Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:09:48.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:09:48.028Z||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-23T08:09:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:09:57.601Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:09:57.602Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:10:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:10:48.023Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T08:10:48.024Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:10:48.027Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:10:48.028Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-23T08:10:48.028Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:10:57.610Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:10:57.610Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:11:48.023Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:11:48.024Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-23T08:11:48.024Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:11:48.027Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:11:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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-23T08:11:48.028Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:11:57.594Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:11:57.608Z|f81695cf-c3a4-4b60-8f0f-d4a1e66eeb0b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:12:48.023Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:12:48.024Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-23T08:12:48.024Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:12:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:12:48.028Z||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-23T08:12:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:12:57.632Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:12:57.639Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:13:48.023Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:13:48.023Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-23T08:13:48.024Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:13:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:13:48.028Z||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-23T08:13:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:13:57.619Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:13:57.637Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:14:48.023Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:14:48.024Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-23T08:14:48.024Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:14:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:14:48.028Z||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-23T08:14:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:14:57.593Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:14:57.605Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:15:48.023Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:15:48.024Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-23T08:15:48.024Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:15:48.027Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:15:48.028Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T08:15:48.028Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:15:57.604Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:15:57.631Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:16:48.022Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:16:48.023Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-23T08:16:48.023Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:16:48.027Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:16:48.028Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T08:16:48.028Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:16:57.593Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:16:57.596Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:17:48.023Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:17:48.023Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-23T08:17:48.023Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:17:48.027Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:17:48.028Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T08:17:48.028Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:17:57.590Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:17:57.606Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:18:48.023Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:18:48.024Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-23T08:18:48.024Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:18:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:18:48.028Z||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-23T08:18:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:18:57.614Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:18:57.619Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:19:48.023Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:19:48.025Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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-23T08:19:48.025Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:19:48.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:19:48.028Z||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-23T08:19:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:19:57.592Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:19:57.595Z|edd6bd44-0f1d-401a-9f6b-9cd7360a2cd0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:20:48.023Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:20:48.023Z||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-23T08:20:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:20:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:20:48.028Z||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-23T08:20:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:20:57.614Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:20:57.618Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:21:48.022Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:21:48.023Z||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-23T08:21:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:21:48.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:21:48.028Z||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-23T08:21:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:21:57.591Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:21:57.635Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:22:48.022Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:22:48.023Z||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-23T08:22:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:22:48.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:22:48.028Z||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-23T08:22:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:22:57.627Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:22:57.627Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:23:48.022Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:23:48.023Z||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-23T08:23:48.023Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:23:48.027Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:23:48.028Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|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-23T08:23:48.028Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:23:57.605Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:23:57.620Z|ca950aaa-302b-4d82-b778-77adbb9c3a4d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:24:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:24:48.024Z||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-23T08:24:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:24:48.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:24:48.028Z||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-23T08:24:48.029Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I8cKxE2lgQhWI17X) ...
2022-09-23T08:24:57.628Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:24:57.629Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:25:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:25:48.024Z||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-23T08:25:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:25:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:25:48.028Z||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-23T08:25:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:25:57.607Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:25:57.637Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:26:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:26:48.024Z||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-23T08:26:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:26:48.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:26:48.028Z||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-23T08:26:48.028Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:26:57.612Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:26:57.612Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:27:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:27:48.024Z||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-23T08:27:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:27:48.027Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:27:48.028Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T08:27:48.028Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:27:57.620Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:27:57.620Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-23T08:28:48.023Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:28:48.024Z||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-23T08:28:48.024Z||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 I8cKxE2lgQhWI17X) ...
2022-09-23T08:28:48.027Z|11a9528c-3e8c-4b42-8e90-8180db312998|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T08:28:48.028Z|11a9528c-3e8c-4b42-8e90-8180db312998|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-23T08:28:48.028Z|11a9528c-3e8c-4b42-8e90-8180db312998|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 I8cKxE2lgQhWI17X) ...