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-08T12:49:32.735Z||main|||||INFO|500||The following profiles are active: basic
2022-09-08T12:50:26.407Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-08T12:50:26.408Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-08T12:50:26.779Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-08T12:50:44.573Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-08T12:50:45.881Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-08T12:50:49.209Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-08T12:50:49.513Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-08T12:50:50.034Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-08T12:50:51.735Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-08T12:50:57.639Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-08T12:51:11.184Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-08T12:51:24.225Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-08T12:51:24.491Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-08T12:51:25.968Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-08T12:51:27.375Z||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-08T12:51:34.846Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-08T12:51:38.585Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-08T12:51:38.761Z||main|||||WARN|500||The sdc end point is not alive
2022-09-08T12:51:48.116Z||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-08T12:52:03.071Z||main|||||WARN|500||---
2022-09-08T12:52:03.072Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-08T12:52:03.072Z||main|||||WARN|500||---
2022-09-08T12:52:04.439Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-08T12:52:24.423Z||main|||||INFO|500||Started Application in 183.643 seconds (JVM running for 203.788)
2022-09-08T12:52:24.690Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-08T12:52:24.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-08T12:52:24.922Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-08T12:52:24.993Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-08T12:52:25.189Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 798b2ec0-7b72-4963-a589-2bf2cfcbbe0c url= /sdc/v1/artifactTypes
2022-09-08T12:52:25.190Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-08T12:52:25.904Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-08T12:52:25.916Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6a058cac
2022-09-08T12:52:25.924Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-08T12:52:26.116Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-08T12:52:26.120Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-08T12:52:26.131Z||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$$11d3d9e2.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-08T12:53:14.380Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-08T12:53:14.381Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-08T12:53:14.381Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-08T12:53:14.410Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-08T12:53:14.465Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b856d330-3175-4305-b70d-00481eb0257a url= /sdc/v1/artifactTypes
2022-09-08T12:53:14.466Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-08T12:53:14.517Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-08T12:53:14.518Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d702596
2022-09-08T12:53:14.518Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-08T12:53:14.518Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-08T12:53:14.519Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-08T12:53:14.519Z||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$$11d3d9e2.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-08T12:54:04.382Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-08T12:54:04.410Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-08T12:54:04.415Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-08T12:54:04.438Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-08T12:54:04.462Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 380517c4-3237-4eb4-8fbd-bd08e8b03258 url= /sdc/v1/artifactTypes
2022-09-08T12:54:04.463Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-08T12:54:04.474Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-08T12:54:04.476Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@112b7b59
2022-09-08T12:54:04.476Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-08T12:54:04.479Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-08T12:54:04.480Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-08T12:54:04.483Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at 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$$11d3d9e2.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-08T12:54:54.380Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-08T12:54:54.382Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-08T12:54:54.391Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-08T12:54:54.406Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-08T12:54:54.424Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b529e08a-5f19-4bd6-bd86-c61e22b5c14c url= /sdc/v1/artifactTypes
2022-09-08T12:54:54.425Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-08T12:54:54.439Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-08T12:54:54.440Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@211ba1fc
2022-09-08T12:54:54.440Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-08T12:54:54.441Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-08T12:54:54.441Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-08T12:54:54.442Z||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$$11d3d9e2.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-08T12:55:44.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-08T12:55:44.383Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-08T12:55:44.384Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-08T12:55:44.426Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-08T12:55:44.477Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c6d0ffe5-20a8-4612-bdd7-c2ed32b28d42 url= /sdc/v1/artifactTypes
2022-09-08T12:55:44.478Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-08T12:55:44.509Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-08T12:55:44.510Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57fe83a4
2022-09-08T12:55:44.511Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-08T12:55:44.511Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-08T12:55:44.512Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-08T12:55:44.513Z||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$$11d3d9e2.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-08T12:56:34.381Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-08T12:56:34.382Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-08T12:56:34.382Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-08T12:56:34.470Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-08T12:56:34.500Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 83ea1aa2-ca32-4a57-9c7f-b181ab0e6453 url= /sdc/v1/artifactTypes
2022-09-08T12:56:34.500Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-08T12:56:34.546Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-08T12:56:34.547Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24565956
2022-09-08T12:56:34.548Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-08T12:56:34.548Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-08T12:56:34.549Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-08T12:56:34.550Z||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$$11d3d9e2.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-08T12:57:24.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-08T12:57:24.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-08T12:57:24.384Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-08T12:57:24.389Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-08T12:57:24.447Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 20ce5a77-1553-45fe-9c75-597230a2b9bf url= /sdc/v1/artifactTypes
2022-09-08T12:57:24.447Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-08T12:57:24.508Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-08T12:57:24.515Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a244f01
2022-09-08T12:57:24.516Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-08T12:57:24.516Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-08T12:57:24.517Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-08T12:57:24.518Z||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$$11d3d9e2.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-08T12:58:14.391Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-08T12:58:14.392Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-08T12:58:14.405Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-08T12:58:14.430Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-08T12:58:14.540Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f8c1a20c-f729-4b30-8ff5-76c9d93b2ada url= /sdc/v1/artifactTypes
2022-09-08T12:58:14.569Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-08T12:58:14.630Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-08T12:58:14.631Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4aad8914
2022-09-08T12:58:14.632Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-08T12:58:14.633Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-08T12:58:14.633Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-08T12:58:14.635Z||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$$11d3d9e2.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-08T12:59:04.391Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-08T12:59:04.393Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-08T12:59:04.397Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-08T12:59:04.435Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-08T12:59:04.453Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d0f8cf92-22c3-485c-a17c-5f76c325d2ae url= /sdc/v1/artifactTypes
2022-09-08T12:59:04.453Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-08T12:59:04.476Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-08T12:59:04.478Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d0965f7
2022-09-08T12:59:04.492Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-08T12:59:04.495Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-08T12:59:04.495Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-08T12:59:04.497Z||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$$11d3d9e2.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-08T12:59:37.907Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-08T12:59:54.387Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-08T12:59:54.388Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-08T12:59:54.388Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-08T12:59:54.393Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-08T12:59:54.429Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cdda612a-0130-426e-ab6b-db396e0de3b6 url= /sdc/v1/artifactTypes
2022-09-08T12:59:54.430Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-08T12:59:54.510Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-08T12:59:54.511Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73ff840d
2022-09-08T12:59:54.512Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-08T12:59:54.512Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-08T12:59:54.513Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-08T12:59:54.515Z||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$$11d3d9e2.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-08T13:00:44.380Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-08T13:00:44.381Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-08T13:00:44.381Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-08T13:00:44.387Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-08T13:00:44.402Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6bf7eb33-01de-4d4d-aa47-5b319afeb36a url= /sdc/v1/artifactTypes
2022-09-08T13:00:44.403Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-08T13:00:44.414Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-08T13:00:44.415Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3cba7e5e
2022-09-08T13:00:44.418Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-08T13:00:44.419Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-08T13:00:44.420Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-08T13:00:44.421Z||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$$11d3d9e2.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-08T13:01:34.419Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-08T13:01:34.419Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-08T13:01:34.420Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-08T13:01:34.423Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-08T13:01:34.459Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c8d00c1-d0b0-4680-b426-adeb2729c237 url= /sdc/v1/artifactTypes
2022-09-08T13:01:34.459Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-08T13:01:34.485Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-08T13:01:34.486Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35bdae82
2022-09-08T13:01:34.486Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-08T13:01:34.487Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-08T13:01:34.487Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-08T13:01:34.490Z||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$$11d3d9e2.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-08T13:02:24.382Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-08T13:02:24.383Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-08T13:02:24.383Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-08T13:02:24.388Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-08T13:02:24.455Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d8f94fe4-c8d0-4bba-860e-c287b3557999 url= /sdc/v1/artifactTypes
2022-09-08T13:02:24.467Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-08T13:02:24.481Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-08T13:02:24.482Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@679f9b8a
2022-09-08T13:02:24.482Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-08T13:02:24.483Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-08T13:02:24.483Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-08T13:02:24.484Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$11d3d9e2.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-08T13:03:14.381Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-08T13:03:14.381Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-08T13:03:14.382Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-08T13:03:14.399Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-08T13:03:14.543Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 24e4b50f-f28a-4a9e-9aa3-9f17df1cb15a url= /sdc/v1/artifactTypes
2022-09-08T13:03:14.543Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-08T13:03:14.580Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-08T13:03:14.581Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d6b0551
2022-09-08T13:03:14.581Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-08T13:03:14.581Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-08T13:03:14.582Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-08T13:03:14.582Z||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$$11d3d9e2.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-08T13:04:04.381Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-08T13:04:04.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-08T13:04:04.385Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-08T13:04:04.389Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-08T13:04:04.396Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3898853f-590f-422b-a2ed-d541ecd53b9a url= /sdc/v1/artifactTypes
2022-09-08T13:04:04.397Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-08T13:04:04.403Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-08T13:04:04.404Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@613dd490
2022-09-08T13:04:04.404Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-08T13:04:04.404Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-08T13:04:04.405Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-08T13:04:04.406Z||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$$11d3d9e2.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-08T13:04:54.386Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-08T13:04:54.387Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-08T13:04:54.387Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-08T13:04:54.411Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-08T13:04:54.424Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6e6ef764-4cd4-43e7-afef-45db1ca92deb url= /sdc/v1/artifactTypes
2022-09-08T13:04:54.425Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-08T13:04:54.439Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-08T13:04:54.440Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@312492bc
2022-09-08T13:04:54.440Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-08T13:04:54.440Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-08T13:04:54.441Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-08T13:04:54.441Z||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$$11d3d9e2.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-08T13:05:44.380Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-08T13:05:44.381Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-08T13:05:44.381Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-08T13:05:44.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-08T13:05:44.409Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4ae8d3eb-a16d-41e4-b061-7d0384ce948d url= /sdc/v1/artifactTypes
2022-09-08T13:05:44.410Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-08T13:05:44.663Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-08T13:05:44.703Z||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-08T13:05:44.776Z||scheduling-1|||||DEBUG|500||create keys
2022-09-08T13:05:44.942Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-08T13:05:45.161Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:05:45.236Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d47ea2aa-3d5b-461c-ae0e-c29a056e3c94 url= /sdc/v1/registerForDistribution
2022-09-08T13:05:45.966Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d47ea2aa-3d5b-461c-ae0e-c29a056e3c94 url= /sdc/v1/registerForDistribution
2022-09-08T13:05:45.968Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-08T13:05:45.990Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:05:45.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:05:46.036Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-08T13:05:46.043Z||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-08T13:05:46.044Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:05:46.042Z||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-08T13:05:46.049Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:05:56.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:05:56.837Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:06:45.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:06:45.988Z||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-08T13:06:45.988Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:06:45.992Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:06:45.999Z||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-08T13:06:45.999Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:06:55.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:06:56.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:07:45.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:07:45.992Z||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-08T13:07:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:07:45.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:07:46.010Z||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-08T13:07:46.010Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:07:55.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:07:55.893Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:08:45.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:08:45.986Z||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-08T13:08:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:08:45.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:08:45.993Z||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-08T13:08:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:08:56.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:08:56.007Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:09:45.984Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:09:45.985Z||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-08T13:09:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:09:45.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:09:45.995Z||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-08T13:09:45.995Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:09:55.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:09:55.898Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:10:45.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:10:45.987Z||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-08T13:10:45.988Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:10:45.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:10:45.993Z||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-08T13:10:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:10:55.832Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:10:55.932Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:11:45.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:11:45.986Z||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-08T13:11:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:11:45.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:11:45.992Z||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-08T13:11:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:11:55.845Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:11:56.050Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:12:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:12:45.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:12:45.998Z||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-08T13:12:45.999Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:12:45.994Z||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-08T13:12:46.031Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:12:55.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:12:56.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:13:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:13:45.987Z||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-08T13:13:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:13:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:13:46.014Z||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-08T13:13:46.014Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:13:56.122Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:13:56.129Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:14:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:14:45.987Z||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-08T13:14:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:14:46.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:14:46.012Z||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-08T13:14:46.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 42bhlBgctBFHacA4) ...
2022-09-08T13:14:56.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:14:56.290Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:15:45.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:15:45.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:15:45.991Z||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-08T13:15:45.992Z||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-08T13:15:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:15:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:15:55.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:15:56.224Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:16:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:16:45.988Z||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-08T13:16:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:16:45.993Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:16:46.002Z||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-08T13:16:46.003Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:16:55.998Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:16:56.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:17:45.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:17:45.987Z||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-08T13:17:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:17:45.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:17:45.994Z||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-08T13:17:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:17:56.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:17:56.124Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:18:45.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:18:45.986Z||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-08T13:18:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:18:45.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:18:45.993Z||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-08T13:18:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:18:56.223Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:18:56.286Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:19:45.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:19:45.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:19:46.000Z||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-08T13:19:46.001Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:19:46.033Z||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-08T13:19:46.034Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:19:55.912Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:19:55.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:20:45.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:20:45.986Z||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-08T13:20:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:20:45.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:20:46.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-08T13:20:46.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 42bhlBgctBFHacA4) ...
2022-09-08T13:20:55.805Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:20:55.850Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:21:45.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:21:45.986Z||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-08T13:21:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:21:45.992Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:21:45.994Z||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-08T13:21:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:21:55.790Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:21:55.846Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:22:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:22:45.986Z||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-08T13:22:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:22:46.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:22:46.002Z||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-08T13:22:46.002Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:22:55.996Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:22:56.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:23:45.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:23:45.986Z||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-08T13:23:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:23:45.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:23:45.993Z||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-08T13:23:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:23:55.771Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:23:55.852Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:24:45.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:24:45.987Z||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-08T13:24:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:24:45.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:24:45.992Z||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-08T13:24:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:24:55.835Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:24:55.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:25:45.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:25:45.993Z||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-08T13:25:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:25:45.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:25:45.997Z||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-08T13:25:45.997Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:25:55.766Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:25:55.821Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:26:45.984Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:26:45.986Z||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-08T13:26:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:26:45.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:26:45.998Z||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-08T13:26:45.998Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:26:55.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:26:56.002Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:27:45.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:27:45.987Z||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-08T13:27:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:27:45.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:27:45.993Z||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-08T13:27:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:27:55.893Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:27:56.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:28:45.988Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:28:45.991Z||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-08T13:28:45.991Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:28:45.993Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:28:45.994Z||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-08T13:28:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:28:55.912Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:28:56.000Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:29:45.992Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:29:45.993Z||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-08T13:29:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:29:45.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:29:46.001Z||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-08T13:29:46.001Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:29:55.834Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:29:55.926Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:30:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:30:45.986Z||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-08T13:30:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:30:46.003Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:30:46.004Z||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-08T13:30:46.005Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:30:55.897Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:30:56.011Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:31:45.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:31:45.987Z||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-08T13:31:45.988Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:31:45.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:31:45.994Z||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-08T13:31:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:31:56.291Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:31:56.397Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:32:45.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:32:45.987Z||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-08T13:32:45.988Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:32:45.992Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:32:45.993Z||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-08T13:32:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:32:56.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:32:56.096Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:33:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:33:45.987Z||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-08T13:33:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:33:45.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:33:45.992Z||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-08T13:33:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:33:56.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:33:56.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:34:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:34:45.986Z||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-08T13:34:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:34:45.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:34:45.993Z||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-08T13:34:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:34:55.779Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:34:55.868Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:35:45.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:35:45.986Z||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-08T13:35:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:35:45.992Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:35:45.998Z||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-08T13:35:46.000Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:35:55.808Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:35:56.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:36:45.987Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:36:45.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:36:45.992Z||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-08T13:36:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:36:45.996Z||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-08T13:36:45.996Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:36:55.800Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:36:55.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:37:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:37:45.987Z||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-08T13:37:45.988Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:37:45.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:37:46.001Z||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-08T13:37:46.001Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:37:55.694Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:37:55.700Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:38:45.993Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:38:45.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:38:45.995Z||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-08T13:38:45.995Z||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-08T13:38:45.995Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:38:45.995Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:38:56.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:38:56.213Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:39:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:39:45.986Z||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-08T13:39:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:39:45.993Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:39:45.994Z||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-08T13:39:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:39:55.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:39:55.935Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:40:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:40:45.986Z||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-08T13:40:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:40:45.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:40:45.992Z||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-08T13:40:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:40:55.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:40:55.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:41:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:41:45.986Z||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-08T13:41:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:41:45.993Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:41:45.994Z||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-08T13:41:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:41:55.813Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:41:55.855Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:42:45.987Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:42:45.989Z||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-08T13:42:45.989Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:42:45.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:42:45.992Z||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-08T13:42:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:42:55.657Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:42:55.661Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:43:45.987Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:43:45.988Z||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-08T13:43:45.989Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:43:45.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:43:45.992Z||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-08T13:43:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:43:55.890Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:43:55.895Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:44:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:44:45.986Z||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-08T13:44:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:44:45.992Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:44:45.994Z||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-08T13:44:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:44:55.792Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:44:55.807Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:45:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:45:45.987Z||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-08T13:45:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:45:45.992Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:45:45.993Z||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-08T13:45:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:45:55.962Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:45:56.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:46:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:46:45.988Z||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-08T13:46:45.988Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:46:45.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:46:45.993Z||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-08T13:46:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:46:55.810Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:46:55.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:47:45.989Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:47:45.990Z||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-08T13:47:45.991Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:47:45.994Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:47:45.995Z||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-08T13:47:45.995Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:47:55.758Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:47:55.848Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:48:45.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:48:46.000Z||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-08T13:48:46.001Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:48:46.004Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:48:46.006Z||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-08T13:48:46.007Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:48:55.806Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:48:55.857Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:49:45.989Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:49:45.990Z||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-08T13:49:45.990Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:49:45.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:49:45.992Z||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-08T13:49:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:49:55.730Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:49:55.744Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:50:45.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:50:45.987Z||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-08T13:50:45.989Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:50:45.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:50:45.992Z||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-08T13:50:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:50:55.799Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:50:55.841Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:51:45.984Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:51:45.986Z||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-08T13:51:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:51:45.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:51:45.998Z||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-08T13:51:46.001Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:51:55.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:51:56.085Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:52:45.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:52:45.988Z||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-08T13:52:45.988Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:52:45.993Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:52:45.994Z||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-08T13:52:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:52:56.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:52:56.092Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:53:45.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:53:45.987Z||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-08T13:53:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:53:46.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:53:46.003Z||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-08T13:53:46.003Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:53:55.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:53:55.804Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:54:45.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:54:45.986Z||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-08T13:54:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:54:45.992Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:54:45.995Z||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-08T13:54:45.995Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:54:55.817Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:54:55.901Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:55:45.984Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:55:45.986Z||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-08T13:55:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:55:45.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:55:45.992Z||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-08T13:55:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:55:55.767Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:55:55.824Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:56:45.984Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:56:45.985Z||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-08T13:56:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:56:45.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:56:45.992Z||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-08T13:56:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:56:55.937Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:56:55.942Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:57:45.984Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:57:45.990Z||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-08T13:57:45.991Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:57:45.992Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:57:45.992Z||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-08T13:57:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:57:55.865Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:57:55.918Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:58:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:58:45.987Z||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-08T13:58:45.988Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:58:45.992Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:58:45.994Z||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-08T13:58:45.995Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:58:55.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:58:56.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:59:45.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:59:45.985Z||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-08T13:59:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:59:45.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T13:59:45.993Z||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-08T13:59:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T13:59:56.213Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T13:59:56.262Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:00:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:00:45.987Z||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-08T14:00:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:00:45.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:00:45.993Z||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-08T14:00:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:00:55.994Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:00:56.063Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:01:45.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:01:45.997Z||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-08T14:01:45.998Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:01:46.000Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:01:46.001Z||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-08T14:01:46.002Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:01:56.051Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:01:56.228Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:02:45.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:02:46.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:02:46.006Z||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-08T14:02:46.006Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:02:46.008Z||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-08T14:02:46.008Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:02:55.936Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:02:56.112Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:03:45.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:03:45.986Z||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-08T14:03:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:03:45.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:03:45.992Z||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-08T14:03:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:03:55.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:03:55.895Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:04:45.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:04:45.987Z||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-08T14:04:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:04:45.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:04:45.992Z||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-08T14:04:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:04:55.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:04:55.886Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:05:45.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:05:45.986Z||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-08T14:05:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:05:45.992Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:05:45.995Z||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-08T14:05:45.996Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:05:55.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:05:55.940Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:06:45.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:06:45.986Z||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-08T14:06:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:06:45.992Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:06:45.993Z||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-08T14:06:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:06:55.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:06:55.842Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:07:45.984Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:07:45.986Z||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-08T14:07:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:07:45.993Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:07:45.994Z||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-08T14:07:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:07:56.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:07:56.206Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:08:45.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:08:45.999Z||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-08T14:08:46.000Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:08:46.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:08:46.002Z||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-08T14:08:46.002Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:08:56.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:08:56.110Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:09:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:09:45.986Z||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-08T14:09:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:09:45.993Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:09:45.994Z||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-08T14:09:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:09:55.985Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:09:55.986Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:10:45.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:10:45.993Z||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-08T14:10:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:10:46.000Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:10:46.001Z||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-08T14:10:46.002Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:10:55.855Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:10:55.873Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:11:45.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:11:45.987Z||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-08T14:11:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:11:45.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:11:46.001Z||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-08T14:11:46.001Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:11:55.835Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:11:56.093Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:12:45.984Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:12:45.986Z||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-08T14:12:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:12:45.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:12:45.995Z||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-08T14:12:45.995Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:12:55.992Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:12:56.029Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:13:45.984Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:13:45.986Z||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-08T14:13:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:13:45.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:13:45.992Z||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-08T14:13:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:13:55.919Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:13:56.004Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:14:45.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:14:45.986Z||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-08T14:14:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:14:45.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:14:46.007Z||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-08T14:14:46.007Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:14:55.902Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:14:55.924Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:15:45.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:15:45.986Z||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-08T14:15:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:15:45.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:15:45.995Z||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-08T14:15:45.995Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:15:56.036Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:15:56.043Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:16:45.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:16:45.986Z||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-08T14:16:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:16:45.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:16:45.997Z||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-08T14:16:45.997Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:16:55.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:16:56.136Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:17:46.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:17:46.009Z||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-08T14:17:46.010Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:17:46.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:17:46.013Z||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-08T14:17:46.013Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:17:56.229Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:17:56.283Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:18:45.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:18:45.987Z||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-08T14:18:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:18:45.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:18:46.001Z||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-08T14:18:46.002Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:18:55.907Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:18:55.959Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:19:45.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:19:45.994Z||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-08T14:19:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:19:45.984Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:19:45.998Z||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-08T14:19:45.999Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:19:55.793Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:19:55.902Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:20:45.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:20:45.986Z||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-08T14:20:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:20:45.993Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:20:45.994Z||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-08T14:20:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:20:55.982Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:20:56.095Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:21:45.984Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:21:45.986Z||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-08T14:21:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:21:45.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:21:45.992Z||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-08T14:21:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:21:55.798Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:21:55.850Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:22:45.986Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:22:45.987Z||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-08T14:22:45.988Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:22:45.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:22:46.009Z||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-08T14:22:46.009Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:22:55.829Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:22:55.886Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:23:45.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:23:45.986Z||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-08T14:23:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:23:45.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:23:46.009Z||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-08T14:23:46.009Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:23:56.149Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:23:56.261Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:24:45.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:24:45.987Z||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-08T14:24:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:24:46.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:24:46.002Z||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-08T14:24:46.006Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:24:56.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:24:56.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:25:45.984Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:25:45.985Z||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-08T14:25:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:25:45.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:25:45.992Z||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-08T14:25:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:25:55.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:25:55.910Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:26:45.984Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:26:45.990Z||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-08T14:26:45.990Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:26:45.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:26:45.993Z||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-08T14:26:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:26:55.898Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:26:56.003Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:27:45.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:27:45.993Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:27:45.992Z||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-08T14:27:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:27:45.994Z||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-08T14:27:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:27:55.933Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:27:55.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:28:45.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:28:45.993Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:28:45.994Z||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-08T14:28:45.995Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:28:46.015Z||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-08T14:28:46.016Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:28:55.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:28:55.998Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:29:45.984Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:29:45.986Z||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-08T14:29:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:29:45.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:29:45.993Z||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-08T14:29:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:29:55.809Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:29:55.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:30:45.984Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:30:45.987Z||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-08T14:30:45.988Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:30:45.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:30:45.992Z||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-08T14:30:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:30:56.221Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:30:56.298Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:31:45.989Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:31:45.990Z||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-08T14:31:45.990Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:31:45.993Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:31:45.994Z||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-08T14:31:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:31:55.849Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:31:56.286Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:32:45.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:32:45.987Z||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-08T14:32:45.988Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:32:45.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:32:45.996Z||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-08T14:32:45.996Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:32:55.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:32:56.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:33:45.984Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:33:45.985Z||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-08T14:33:45.985Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:33:45.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:33:45.993Z||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-08T14:33:46.001Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:33:56.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:33:56.106Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:34:45.984Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:34:45.985Z||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-08T14:34:45.985Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:34:45.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:34:45.998Z||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-08T14:34:45.998Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:34:55.753Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:34:55.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:35:45.987Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:35:45.990Z||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-08T14:35:45.990Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:35:45.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:35:45.997Z||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-08T14:35:45.997Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:35:55.809Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:35:55.854Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:36:45.984Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:36:45.985Z||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-08T14:36:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:36:45.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:36:45.995Z||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-08T14:36:45.999Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:36:55.926Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:36:56.047Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:37:46.005Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:37:46.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:37:46.007Z||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-08T14:37:46.007Z||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-08T14:37:46.008Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:37:46.008Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:37:55.821Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:37:55.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:38:45.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:38:45.987Z||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-08T14:38:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:38:45.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:38:45.992Z||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-08T14:38:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:38:55.968Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:38:56.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:39:45.987Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:39:45.989Z||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-08T14:39:45.989Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:39:45.993Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:39:45.994Z||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-08T14:39:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:39:55.810Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:39:55.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:40:45.984Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:40:45.985Z||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-08T14:40:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:40:45.992Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:40:45.993Z||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-08T14:40:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:40:55.769Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:40:55.784Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:41:45.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:41:45.986Z||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-08T14:41:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:41:45.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:41:45.992Z||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-08T14:41:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:41:55.843Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:41:55.866Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:42:45.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:42:45.986Z||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-08T14:42:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:42:45.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:42:45.993Z||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-08T14:42:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:42:55.866Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:42:55.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:43:45.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:43:45.987Z||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-08T14:43:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:43:45.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:43:45.993Z||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-08T14:43:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:43:55.769Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:43:55.783Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:44:45.984Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:44:45.986Z||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-08T14:44:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:44:45.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:44:45.992Z||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-08T14:44:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:44:55.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:44:55.854Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:45:45.984Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:45:45.985Z||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-08T14:45:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:45:45.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:45:45.992Z||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-08T14:45:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:45:55.712Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:45:55.767Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:46:45.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:46:45.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:46:45.996Z||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-08T14:46:45.996Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:46:45.996Z||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-08T14:46:45.997Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:46:55.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:46:56.153Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:47:45.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:47:45.987Z||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-08T14:47:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:47:45.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:47:45.993Z||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-08T14:47:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:47:56.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:47:56.045Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:48:45.984Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:48:45.985Z||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-08T14:48:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:48:45.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:48:45.993Z||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-08T14:48:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:48:55.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:48:55.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:49:45.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:49:45.987Z||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-08T14:49:45.988Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:49:45.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:49:45.992Z||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-08T14:49:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:49:55.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:49:55.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:50:45.984Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:50:45.985Z||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-08T14:50:45.985Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:50:45.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:50:45.997Z||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-08T14:50:45.998Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:50:55.916Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:50:56.007Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:51:45.988Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:51:45.990Z||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-08T14:51:45.990Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:51:45.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:51:45.992Z||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-08T14:51:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:51:55.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:51:55.998Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:52:45.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:52:45.986Z||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-08T14:52:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:52:45.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:52:45.992Z||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-08T14:52:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:52:56.127Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:52:56.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:53:45.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:53:45.993Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:53:45.995Z||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-08T14:53:45.995Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:53:45.994Z||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-08T14:53:45.998Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:53:56.137Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:53:56.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:54:45.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:54:45.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:54:45.992Z||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-08T14:54:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:54:45.992Z||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-08T14:54:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:54:55.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:54:56.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:55:45.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:55:45.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:55:45.992Z||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-08T14:55:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:55:46.000Z||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-08T14:55:46.001Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:55:55.901Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:55:55.997Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:56:45.984Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:56:45.985Z||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-08T14:56:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:56:45.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:56:45.992Z||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-08T14:56:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:56:46.201Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:56:46.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "cds",
"timestamp": 1662648984857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:46.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662648992657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:46.278Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "cds",
"timestamp": 1662648984857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:46.279Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662648992657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json",
"status": "NOTIFIED"
}
2022-09-08T14:56:46.279Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "cds",
"timestamp": 1662648984857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:46.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662648992657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-08T14:56:46.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "cds",
"timestamp": 1662648984857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:46.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662648992657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:46.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "cds",
"timestamp": 1662648984857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:46.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662648992657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-08T14:56:46.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "cds",
"timestamp": 1662648984857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:46.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662648992657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:46.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "cds",
"timestamp": 1662648984857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T14:56:46.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "aai-ml",
"timestamp": 1662648999728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:46.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662648992657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T14:56:46.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "aai-ml",
"timestamp": 1662648999728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:46.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "cds",
"timestamp": 1662649002592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T14:56:46.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:56:46.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662649003432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-08T14:56:46.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:56:46.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "aai-ml",
"timestamp": 1662648999728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:46.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649002953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:46.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662649004803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-08T14:56:46.294Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:56:46.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "aai-ml",
"timestamp": 1662648999728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:46.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649002953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:46.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "aai-ml",
"timestamp": 1662648999728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:46.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:56:46.697Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:56:46.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-08T14:56:46.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"080d6652-a090-4ee3-9699-3b014cce377e","serviceName":"vFW 2022-09-08 14-54-13","serviceVersion":"1.0","serviceUUID":"2fc4599a-251b-47c9-86e6-6f14161a4d37","serviceDescription":"catalog service description","serviceInvariantUUID":"ef31eed9-a381-4e0d-a73c-4df8d2c670e8","resources":[{"resourceInstanceName":"vFW e6c0ae2f-a597 0","resourceName":"vFW e6c0ae2f-a597","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1d85d3b6-e3ba-43c4-9c53-6c7168854e15","resourceInvariantUUID":"dd2823e1-4336-4c29-bf43-5feabb391b1c","resourceCustomizationUUID":"696d321a-e9ba-4a21-a251-b40538ea40b0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vf-license-model.xml","artifactChecksum":"Yzg0ZGEwYjNjNjc2YjRiZmUyNTMwYTkzMzM0NTFkMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7abf44a1-cb09-44de-91e4-b6c7b5dcab06","artifactVersion":"1"},{"artifactName":"vfwe6c0ae2fa5970_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json","artifactChecksum":"YzI1YmZhNjAwYzRhNmU4YTc2NWQ3ZTMxMjE1OWJlZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"478f3533-c52e-4c85-b2cf-a0536bccc905","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"270301ff-4e73-433b-9696-50df34ff00e6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vendor-license-model.xml","artifactChecksum":"YWE4YjA1NzhhYzZiNTA3OWRlZjhhZjVmOWI5YjIxZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8617e877-3210-4c58-851d-d9702243e016","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"99e767f2-d8fa-4197-915a-2754869a3f09","artifactVersion":"2","generatedFromUUID":"270301ff-4e73-433b-9696-50df34ff00e6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220908145413-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-template.yml","artifactChecksum":"ZTk4OGY2ZmNiYTg5MDAzMDk4YTU0OWQ2ODVmMzg4YmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"20fdd0f0-f076-45f0-b485-9009e1684ee2","artifactVersion":"1"},{"artifactName":"service-Vfw20220908145413-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar","artifactChecksum":"NDMyMmI1OTM1Yjc3ODFhNzQxOWMyMDE5Nzk3MGQxN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5366fb7e-4ebd-4bb4-9740-1bb42bc64402","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-08T14:56:46.711Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T14:56:46.719Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-08T14:56:46.738Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T14:56:46.738Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649005984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:46.846Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-08T14:56:46.859Z||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-08T14:56:46.860Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T14:56:46.896Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:56:46.897Z||pool-3-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-09-08T14:56:47.749Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T14:56:47.749Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-08T14:56:47.762Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T14:56:47.763Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649005984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json",
"status": "NOTIFIED"
}
2022-09-08T14:56:47.862Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-08T14:56:47.864Z||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-08T14:56:47.864Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T14:56:47.947Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:56:47.948Z||pool-4-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":1,"count":1}
2022-09-08T14:56:48.765Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T14:56:48.766Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-08T14:56:48.773Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T14:56:48.801Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649005984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-08T14:56:48.876Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2022-09-08T14:56:48.877Z||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-08T14:56:48.877Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T14:56:48.974Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:56:48.975Z||pool-5-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":0,"count":1}
2022-09-08T14:56:49.805Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T14:56:49.805Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-08T14:56:49.809Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T14:56:49.809Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649005984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:49.909Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T14:56:49.910Z||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-08T14:56:49.910Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T14:56:50.076Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:56:50.077Z||pool-6-thread-1|||||INFO|500||cambria reply ok (168 ms):{"serverTimeMs":1,"count":1}
2022-09-08T14:56:50.810Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T14:56:50.812Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-08T14:56:50.817Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T14:56:50.818Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649005984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-08T14:56:50.929Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-09-08T14:56:50.930Z||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-08T14:56:50.930Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T14:56:51.097Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:56:51.098Z||pool-7-thread-1|||||INFO|500||cambria reply ok (169 ms):{"serverTimeMs":0,"count":1}
2022-09-08T14:56:51.821Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T14:56:51.829Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-08T14:56:51.832Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T14:56:51.833Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649005984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:56:51.939Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-08T14:56:51.940Z||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-08T14:56:51.940Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T14:56:52.093Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:56:52.094Z||pool-8-thread-1|||||INFO|500||cambria reply ok (155 ms):{"serverTimeMs":1,"count":1}
2022-09-08T14:56:52.839Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T14:56:52.840Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-08T14:56:52.875Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T14:56:52.889Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649005984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T14:56:52.982Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-09-08T14:56:52.983Z||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-08T14:56:52.983Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T14:56:53.405Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:56:53.406Z||pool-9-thread-1|||||INFO|500||cambria reply ok (424 ms):{"serverTimeMs":0,"count":1}
2022-09-08T14:56:53.905Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"serviceName": "vFW 2022-09-08 14-54-13",
"serviceVersion": "1.0",
"serviceUUID": "2fc4599a-251b-47c9-86e6-6f14161a4d37",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ef31eed9-a381-4e0d-a73c-4df8d2c670e8",
"resources": [
{
"resourceInstanceName": "vFW e6c0ae2f-a597 0",
"resourceCustomizationUUID": "696d321a-e9ba-4a21-a251-b40538ea40b0",
"resourceName": "vFW e6c0ae2f-a597",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1d85d3b6-e3ba-43c4-9c53-6c7168854e15",
"resourceInvariantUUID": "dd2823e1-4336-4c29-bf43-5feabb391b1c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe6c0ae2fa5970_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json",
"artifactChecksum": "YzI1YmZhNjAwYzRhNmU4YTc2NWQ3ZTMxMjE1OWJlZGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "478f3533-c52e-4c85-b2cf-a0536bccc905",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "270301ff-4e73-433b-9696-50df34ff00e6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "99e767f2-d8fa-4197-915a-2754869a3f09",
"generatedFromUUID": "270301ff-4e73-433b-9696-50df34ff00e6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "99e767f2-d8fa-4197-915a-2754869a3f09",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220908145413-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar",
"artifactChecksum": "NDMyMmI1OTM1Yjc3ODFhNzQxOWMyMDE5Nzk3MGQxN2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5366fb7e-4ebd-4bb4-9740-1bb42bc64402"
}
],
"workloadContext": "Production"
}
2022-09-08T14:56:53.955Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-08T14:56:53.956Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2fc4599a-251b-47c9-86e6-6f14161a4d37 ASDC
2022-09-08T14:56:54.750Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:080d6652-a090-4ee3-9699-3b014cce377e
ServiceName:vFW 2022-09-08 14-54-13
ServiceVersion:1.0
ServiceUUID:2fc4599a-251b-47c9-86e6-6f14161a4d37
ServiceInvariantUUID:ef31eed9-a381-4e0d-a73c-4df8d2c670e8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220908145413-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar
ArtifactUUID:5366fb7e-4ebd-4bb4-9740-1bb42bc64402
ArtifactChecksum:NDMyMmI1OTM1Yjc3ODFhNzQxOWMyMDE5Nzk3MGQxN2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e6c0ae2f-a597 0
ResourceCustomizationUUID:696d321a-e9ba-4a21-a251-b40538ea40b0
ResourceInvariantUUID:dd2823e1-4336-4c29-bf43-5feabb391b1c
ResourceName:vFW e6c0ae2f-a597
ResourceType:VF
ResourceUUID:1d85d3b6-e3ba-43c4-9c53-6c7168854e15
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe6c0ae2fa5970_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json
ArtifactUUID:478f3533-c52e-4c85-b2cf-a0536bccc905
ArtifactChecksum:YzI1YmZhNjAwYzRhNmU4YTc2NWQ3ZTMxMjE1OWJlZGU=
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/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml
ArtifactUUID:270301ff-4e73-433b-9696-50df34ff00e6
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/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env
ArtifactUUID:99e767f2-d8fa-4197-915a-2754869a3f09
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/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env
ArtifactUUID:99e767f2-d8fa-4197-915a-2754869a3f09
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-08T14:56:54.751Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fc4599a-251b-47c9-86e6-6f14161a4d37 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-08T14:56:55.964Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-08T14:56:55.965Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-08T14:56:55.975Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-08T14:56:55.975Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5366fb7e-4ebd-4bb4-9740-1bb42bc64402 from URL: /sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar
2022-09-08T14:56:55.986Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-08T14:56:56.000Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar
2022-09-08T14:56:56.345Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-08T14:56:56.370Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar 5366fb7e-4ebd-4bb4-9740-1bb42bc64402 100651
2022-09-08T14:56:56.371Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar ASDC sendASDCNotification
2022-09-08T14:56:56.371Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar
2022-09-08T14:56:56.385Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T14:56:56.389Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-08T14:56:56.425Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T14:56:56.426Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649016370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T14:56:56.527Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T14:56:56.528Z||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-08T14:56:56.528Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T14:56:56.627Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:56:56.628Z||pool-10-thread-1|||||INFO|500||cambria reply ok (101 ms):{"serverTimeMs":0,"count":1}
2022-09-08T14:56:57.427Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-08T14:56:57.440Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-08T14:56:57.441Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5366fb7e-4ebd-4bb4-9740-1bb42bc64402, URL: /sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar to file: /app/ASDC/1/service-Vfw20220908145413-csar.csar
2022-09-08T14:56:57.444Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220908145413-csar.csar
2022-09-08T14:56:57.845Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220908145413-csar.csar
2022-09-08T14:56:57.846Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220908145413-csar.csar
2022-09-08T14:57:00.933Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5791569797512201907/Definitions/service-Vfw20220908145413-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_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
2022-09-08T14:57:12.193Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-08T14:57:12.203Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-08T14:57:12.203Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220908145413-csar.csar
2022-09-08T14:57:12.203Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-08T14:57:12.203Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220908145413-csar.csar
2022-09-08T14:57:12.204Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220908145413-csar.csar
2022-09-08T14:57:12.204Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220908145413-csar.csar
2022-09-08T14:57:12.204Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220908145413-csar.csar
2022-09-08T14:57:12.204Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220908145413-csar.csar
2022-09-08T14:57:12.204Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220908145413-csar.csar
2022-09-08T14:57:12.205Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220908145413-csar.csar
2022-09-08T14:57:12.205Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220908145413-csar.csar
2022-09-08T14:57:12.205Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220908145413-csar.csar
2022-09-08T14:57:12.205Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220908145413-csar.csar
2022-09-08T14:57:12.205Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e6c0ae2f-a597 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-Vfw20220908145413-csar.csar
2022-09-08T14:57:12.205Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-08T14:57:12.239Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:12.243Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-08 14-54-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T14:57:12.311Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is matching search criteria
2022-09-08T14:57:12.311Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-08T14:57:12.342Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e6c0ae2f-a597 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-08T14:57:12.376Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:12.376Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-08 14-54-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T14:57:12.377Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is matching search criteria
2022-09-08T14:57:12.377Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-08T14:57:12.377Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e6c0ae2f-a597 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-08T14:57:12.377Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:12.378Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-08 14-54-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T14:57:12.439Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:12.440Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is not matching search criteria
2022-09-08T14:57:12.440Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T14:57:12.440Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T14:57:12.441Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T14:57:12.441Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T14:57:12.441Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T14:57:12.442Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T14:57:12.442Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T14:57:12.443Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T14:57:12.443Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T14:57:12.443Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T14:57:12.443Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T14:57:12.443Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T14:57:12.444Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T14:57:12.444Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T14:57:12.444Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T14:57:12.444Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-08T14:57:12.445Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:12.447Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-08 14-54-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-08T14:57:12.450Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:12.451Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is matching search criteria
2022-09-08T14:57:12.451Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e6c0ae2f-a597 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T14:57:12.452Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:12.452Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is matching search criteria
2022-09-08T14:57:12.453Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e6c0ae2f-a597 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T14:57:12.453Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:12.456Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is matching search criteria
2022-09-08T14:57:12.459Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e6c0ae2f-a597 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T14:57:12.463Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:12.463Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is not matching search criteria
2022-09-08T14:57:12.463Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T14:57:12.464Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-08T14:57:12.464Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T14:57:12.464Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T14:57:12.464Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T14:57:12.465Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T14:57:12.465Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T14:57:12.466Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T14:57:12.466Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T14:57:12.469Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T14:57:12.470Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T14:57:12.470Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1773c15c-573f-4f96-aaff-d24bd4ef6d7b
2022-09-08T14:57:12.476Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:12.477Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is not matching search criteria
2022-09-08T14:57:12.477Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T14:57:12.477Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T14:57:12.478Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T14:57:12.478Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T14:57:12.478Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T14:57:12.478Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T14:57:12.479Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T14:57:12.507Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-08T14:57:12.507Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T14:57:12.508Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T14:57:12.516Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T14:57:12.517Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T14:57:12.518Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d93b9f9e-1228-4744-af1b-bc8916e5dda0
2022-09-08T14:57:12.521Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:12.522Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is not matching search criteria
2022-09-08T14:57:12.522Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T14:57:12.522Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T14:57:12.523Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T14:57:12.523Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T14:57:12.523Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T14:57:12.523Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T14:57:12.524Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T14:57:12.524Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T14:57:12.524Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T14:57:12.524Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T14:57:12.525Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T14:57:12.525Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-08T14:57:12.527Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6564e747-511f-465b-9076-2aa7c80868a9
2022-09-08T14:57:12.528Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:12.528Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-08 14-54-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T14:57:12.534Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:12.535Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-08 14-54-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T14:57:12.535Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:12.535Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-08 14-54-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T14:57:12.536Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:12.536Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-08 14-54-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T14:57:12.536Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-08 14-54-13
Description:catalog service description
Model UUID:2fc4599a-251b-47c9-86e6-6f14161a4d37
Model Version:NULL
Model InvariantUuid:ef31eed9-a381-4e0d-a73c-4df8d2c670e8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e6c0ae2f-a597
Model UUID:2690505d-cbe0-454c-9cd5-ede980286992
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd2823e1-4336-4c29-bf43-5feabb391b1c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:696d321a-e9ba-4a21-a251-b40538ea40b0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1870ec2f-eed3-48f0-b742-f2c7c64d9fa8
ModelName:VfwE6c0ae2fA597..base_vfw..module-0
ModelUuid:f2b3b05b-c381-4a24-9ea8-433c4f9a0efb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1773c15c-573f-4f96-aaff-d24bd4ef6d7b
ModelInvariantUuid:7ed1dc8e-e5ec-4875-aafa-fabe618408fa
ModelName:vFW e6c0ae2f-a597-nodes.vfwCvfc
ModelUuid:d9d93a62-70a4-46d8-826d-5591cfee88aa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7057027a-138e-4286-9386-e99e237b2692
ModelInvariantUuid:d0d478bd-573c-4540-865b-a3fe18363a71
ModelName:VfwE6c0ae2fA597.compute.nodes.heat.vfw
ModelUuid:fedf051d-60f1-41e2-8cb3-78850f04c449
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d93b9f9e-1228-4744-af1b-bc8916e5dda0
ModelInvariantUuid:e192029e-770d-4d65-8d21-99b73a128445
ModelName:vFW e6c0ae2f-a597-nodes.vsnCvfc
ModelUuid:d8192410-407b-4ef0-99c9-7e19747fb2e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:32f9942f-e687-41f3-92e2-cc82d5ae0583
ModelInvariantUuid:cd28eb24-8981-4276-8157-3dba732f8b22
ModelName:VfwE6c0ae2fA597.compute.nodes.heat.vsn
ModelUuid:3a18c109-9fee-40b6-bc9a-ee95a948f26e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6564e747-511f-465b-9076-2aa7c80868a9
ModelInvariantUuid:136d4c52-51b1-4b8c-8249-cec9cd36a0db
ModelName:vFW e6c0ae2f-a597-nodes.vpgCvfc
ModelUuid:29012302-bdce-4b59-9e88-816e45188a47
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:466e29f3-94ce-4aa1-895c-993e87e03b2b
ModelInvariantUuid:faaa6a98-60dc-4430-8967-97135ab6c1a9
ModelName:VfwE6c0ae2fA597.compute.nodes.heat.vpg
ModelUuid:b460dfda-6152-475b-bcb8-6df3643e2779
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-08T14:57:12.806Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 1d85d3b6-e3ba-43c4-9c53-6c7168854e15
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-08T14:57:13.043Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||vFW e6c0ae2f-a597 0
2022-09-08T14:57:13.068Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1d85d3b6-e3ba-43c4-9c53-6c7168854e15
2022-09-08T14:57:13.069Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 478f3533-c52e-4c85-b2cf-a0536bccc905 from URL: /sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json
2022-09-08T14:57:13.075Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-08T14:57:13.075Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json
2022-09-08T14:57:13.407Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-08T14:57:13.407Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json 478f3533-c52e-4c85-b2cf-a0536bccc905 785
2022-09-08T14:57:13.408Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json ASDC sendASDCNotification
2022-09-08T14:57:13.408Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json
2022-09-08T14:57:13.408Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T14:57:13.408Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-08T14:57:13.424Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T14:57:13.424Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649033408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-08T14:57:13.518Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-09-08T14:57:13.520Z||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-08T14:57:13.521Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T14:57:13.943Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:57:13.944Z||pool-11-thread-1|||||INFO|500||cambria reply ok (425 ms):{"serverTimeMs":0,"count":1}
2022-09-08T14:57:14.426Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE6c0ae2fA597..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1870ec2f-eed3-48f0-b742-f2c7c64d9fa8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f2b3b05b-c381-4a24-9ea8-433c4f9a0efb",
"vfModuleModelCustomizationUUID": "ce129811-93e5-48c1-bc83-3bd5b48439bc",
"isBase": true,
"artifacts": [
"270301ff-4e73-433b-9696-50df34ff00e6",
"99e767f2-d8fa-4197-915a-2754869a3f09"
],
"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-08T14:57:14.490Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE6c0ae2fA597..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f2b3b05b-c381-4a24-9ea8-433c4f9a0efb
VfModuleModelInvariantUUID:1870ec2f-eed3-48f0-b742-f2c7c64d9fa8
VfModuleModelDescription:NULL
Artifacts UUID List:{
270301ff-4e73-433b-9696-50df34ff00e6
,
99e767f2-d8fa-4197-915a-2754869a3f09
}
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-08T14:57:14.496Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE6c0ae2fA597..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1870ec2f-eed3-48f0-b742-f2c7c64d9fa8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f2b3b05b-c381-4a24-9ea8-433c4f9a0efb",
"vfModuleModelCustomizationUUID": "ce129811-93e5-48c1-bc83-3bd5b48439bc",
"isBase": true,
"artifacts": [
"270301ff-4e73-433b-9696-50df34ff00e6",
"99e767f2-d8fa-4197-915a-2754869a3f09"
],
"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-08T14:57:14.496Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE6c0ae2fA597..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f2b3b05b-c381-4a24-9ea8-433c4f9a0efb
VfModuleModelInvariantUUID:1870ec2f-eed3-48f0-b742-f2c7c64d9fa8
VfModuleModelDescription:NULL
Artifacts UUID List:{
270301ff-4e73-433b-9696-50df34ff00e6
,
99e767f2-d8fa-4197-915a-2754869a3f09
}
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-08T14:57:14.497Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 270301ff-4e73-433b-9696-50df34ff00e6 from URL: /sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml
2022-09-08T14:57:14.497Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-08T14:57:14.497Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml
2022-09-08T14:57:14.798Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-08T14:57:14.799Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml 270301ff-4e73-433b-9696-50df34ff00e6 20368
2022-09-08T14:57:14.799Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-08T14:57:14.799Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml
2022-09-08T14:57:14.799Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T14:57:14.801Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-08T14:57:14.809Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T14:57:14.810Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649034799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-08T14:57:14.905Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-08T14:57:14.906Z||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-08T14:57:14.906Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T14:57:15.054Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:57:15.055Z||pool-12-thread-1|||||INFO|500||cambria reply ok (150 ms):{"serverTimeMs":1,"count":1}
2022-09-08T14:57:15.813Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 99e767f2-d8fa-4197-915a-2754869a3f09 from URL: /sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env
2022-09-08T14:57:15.813Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-08T14:57:15.814Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env
2022-09-08T14:57:16.218Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-08T14:57:16.218Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env 99e767f2-d8fa-4197-915a-2754869a3f09 2098
2022-09-08T14:57:16.219Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-08T14:57:16.219Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env
2022-09-08T14:57:16.219Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T14:57:16.219Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-08T14:57:16.222Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T14:57:16.223Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649036218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-08T14:57:16.327Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-08T14:57:16.328Z||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-08T14:57:16.328Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T14:57:16.425Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:57:16.426Z||pool-13-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":1,"count":1}
2022-09-08T14:57:17.237Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2fc4599a-251b-47c9-86e6-6f14161a4d37
2022-09-08T14:57:17.237Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e6c0ae2f-a597 0 1d85d3b6-e3ba-43c4-9c53-6c7168854e15 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-08T14:57:17.438Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@dc84c1c, org.onap.sdc.toscaparser.api.parameters.Input@6970c2c4, org.onap.sdc.toscaparser.api.parameters.Input@2c9cf4c2, org.onap.sdc.toscaparser.api.parameters.Input@7a3c1d67, org.onap.sdc.toscaparser.api.parameters.Input@355b0690]
2022-09-08T14:57:17.484Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.489Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-08 14-54-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T14:57:17.489Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-09-08T14:57:17.490Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 696d321a-e9ba-4a21-a251-b40538ea40b0
2022-09-08T14:57:17.491Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 696d321a-e9ba-4a21-a251-b40538ea40b0 matches Tosca VF Customization UUID: 696d321a-e9ba-4a21-a251-b40538ea40b0
2022-09-08T14:57:17.492Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 696d321a-e9ba-4a21-a251-b40538ea40b0 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-08T14:57:17.525Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.526Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-08 14-54-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T14:57:17.527Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 696d321a-e9ba-4a21-a251-b40538ea40b0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-08T14:57:17.528Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@361c75bc
2022-09-08T14:57:17.528Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.528Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-08 14-54-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-08T14:57:17.539Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ce129811-93e5-48c1-bc83-3bd5b48439bc
2022-09-08T14:57:17.542Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ce129811-93e5-48c1-bc83-3bd5b48439bc
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-08T14:57:17.566Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.566Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is matching search criteria
2022-09-08T14:57:17.567Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e6c0ae2f-a597 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T14:57:17.569Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.570Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is matching search criteria
2022-09-08T14:57:17.570Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e6c0ae2f-a597 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T14:57:17.571Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.571Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is not matching search criteria
2022-09-08T14:57:17.571Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T14:57:17.571Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-08T14:57:17.572Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T14:57:17.572Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T14:57:17.572Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T14:57:17.572Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T14:57:17.572Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T14:57:17.573Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T14:57:17.573Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T14:57:17.573Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T14:57:17.574Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T14:57:17.574Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1773c15c-573f-4f96-aaff-d24bd4ef6d7b
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-08T14:57:17.607Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.608Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is matching search criteria
2022-09-08T14:57:17.608Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e6c0ae2f-a597 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T14:57:17.609Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.609Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is not matching search criteria
2022-09-08T14:57:17.609Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T14:57:17.610Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T14:57:17.610Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T14:57:17.610Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T14:57:17.611Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T14:57:17.611Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T14:57:17.611Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T14:57:17.612Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-08T14:57:17.613Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T14:57:17.613Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T14:57:17.613Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T14:57:17.613Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T14:57:17.614Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d93b9f9e-1228-4744-af1b-bc8916e5dda0
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-08T14:57:17.618Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.618Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is matching search criteria
2022-09-08T14:57:17.618Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e6c0ae2f-a597 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T14:57:17.623Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.623Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is not matching search criteria
2022-09-08T14:57:17.623Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T14:57:17.624Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T14:57:17.624Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T14:57:17.624Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T14:57:17.624Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T14:57:17.625Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T14:57:17.625Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T14:57:17.625Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T14:57:17.625Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T14:57:17.626Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T14:57:17.626Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T14:57:17.626Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-08T14:57:17.626Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6564e747-511f-465b-9076-2aa7c80868a9
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-08T14:57:17.637Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.638Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is matching search criteria
2022-09-08T14:57:17.638Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e6c0ae2f-a597 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T14:57:17.638Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.641Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Node template vFW e6c0ae2f-a597 0 is matching search criteria
2022-09-08T14:57:17.641Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e6c0ae2f-a597 0] matching following query criteria: sdcType=VF, customizationUUID=696d321a-e9ba-4a21-a251-b40538ea40b0
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-08T14:57:17.649Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.650Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-08 14-54-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T14:57:17.650Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2fc4599a-251b-47c9-86e6-6f14161a4d37: vFW e6c0ae2f-a597
2022-09-08T14:57:17.651Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.651Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-08 14-54-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T14:57:17.651Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.651Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-08 14-54-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T14:57:17.651Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.652Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-08 14-54-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T14:57:17.652Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.652Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-08 14-54-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T14:57:17.653Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T14:57:17.653Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-09-08 14-54-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T14:57:17.653Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-09-08 14-54-13
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-08T14:57:19.538Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e6c0ae2f-a597 1d85d3b6-e3ba-43c4-9c53-6c7168854e15 1 ASDC deployResourceStructure
2022-09-08T14:57:19.539Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json ASDC sendASDCNotification
2022-09-08T14:57:19.539Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json
2022-09-08T14:57:19.539Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-08T14:57:19.540Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-08T14:57:19.545Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T14:57:19.545Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649039539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json",
"status": "DEPLOY_OK"
}
2022-09-08T14:57:19.643Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-08T14:57:19.648Z||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-08T14:57:19.649Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T14:57:19.821Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:57:19.822Z||pool-14-thread-1|||||INFO|500||cambria reply ok (174 ms):{"serverTimeMs":0,"count":1}
2022-09-08T14:57:20.546Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-08T14:57:20.547Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml
2022-09-08T14:57:20.547Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-08T14:57:20.548Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-08T14:57:20.553Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T14:57:20.553Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649040546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-08T14:57:20.670Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms
2022-09-08T14:57:20.671Z||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-08T14:57:20.672Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T14:57:20.758Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:57:20.759Z||pool-15-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":3,"count":1}
2022-09-08T14:57:21.554Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-08T14:57:21.555Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env
2022-09-08T14:57:21.555Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-08T14:57:21.556Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-08T14:57:21.563Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T14:57:21.563Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649041554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-08T14:57:21.661Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-08T14:57:21.662Z||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-08T14:57:21.662Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T14:57:21.719Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:57:21.720Z||pool-16-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-09-08T14:57:22.565Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar ASDC sendASDCNotification
2022-09-08T14:57:22.566Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar
2022-09-08T14:57:22.566Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-08T14:57:22.566Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-08T14:57:22.587Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T14:57:22.588Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649042565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-08T14:57:22.672Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2022-09-08T14:57:22.673Z||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-08T14:57:22.673Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T14:57:22.818Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:57:22.818Z||pool-17-thread-1|||||INFO|500||cambria reply ok (145 ms):{"serverTimeMs":0,"count":1}
2022-09-08T14:57:23.599Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080d6652-a090-4ee3-9699-3b014cce377e
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-08T14:57:23.804Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080d6652-a090-4ee3-9699-3b014cce377e
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-08T14:57:23.823Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T14:57:23.824Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-08T14:57:23.824Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-08T14:57:45.992Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:57:45.996Z||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-08T14:57:45.996Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:57:46.065Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:57:46.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:57:46.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649002953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:57:46.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:57:53.825Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080d6652-a090-4ee3-9699-3b014cce377e
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-08T14:57:53.857Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080d6652-a090-4ee3-9699-3b014cce377e
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-08T14:57:53.868Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T14:57:53.868Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-08T14:57:53.868Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-08T14:58:23.869Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080d6652-a090-4ee3-9699-3b014cce377e
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-08T14:58:23.902Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080d6652-a090-4ee3-9699-3b014cce377e
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-08T14:58:23.908Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T14:58:23.909Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-08T14:58:23.909Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-08T14:58:45.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:58:45.992Z||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-08T14:58:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:58:46.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:58:46.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:58:46.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662649006066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-08T14:58:46.074Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:58:53.913Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080d6652-a090-4ee3-9699-3b014cce377e
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-08T14:58:54.022Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080d6652-a090-4ee3-9699-3b014cce377e
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-08T14:58:54.036Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T14:58:54.037Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-08T14:58:54.037Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-08T14:59:24.037Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080d6652-a090-4ee3-9699-3b014cce377e
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-08T14:59:24.118Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080d6652-a090-4ee3-9699-3b014cce377e
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-08T14:59:24.137Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T14:59:24.138Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-08T14:59:24.138Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-08T14:59:45.998Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T14:59:46.000Z||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-08T14:59:46.000Z||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 42bhlBgctBFHacA4) ...
2022-09-08T14:59:46.548Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T14:59:46.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649005984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:59:46.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:59:46.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "aai-ml",
"timestamp": 1662648999728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:59:46.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:59:46.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649002953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:59:46.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:59:46.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662649007491,
"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-08T14:59:46.668Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 080d6652-a090-4ee3-9699-3b014cce377e
2022-09-08T14:59:46.669Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080d6652-a090-4ee3-9699-3b014cce377e 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-08T14:59:46.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649005984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json",
"status": "NOTIFIED"
}
2022-09-08T14:59:46.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:59:46.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "aai-ml",
"timestamp": 1662648999728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T14:59:46.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:59:46.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649002953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:59:46.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:59:46.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662649008527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json",
"status": "DEPLOY_OK"
}
2022-09-08T14:59:46.716Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:59:46.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649005984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-08T14:59:46.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:59:46.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649002953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:59:46.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:59:46.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "aai-ml",
"timestamp": 1662649008096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T14:59:46.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:59:46.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649005984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:59:46.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:59:46.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649002953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T14:59:46.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:59:46.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "aai-ml",
"timestamp": 1662649009141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-08T14:59:46.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:59:46.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649005984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-08T14:59:46.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:59:46.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649011347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T14:59:46.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:59:46.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "aai-ml",
"timestamp": 1662649010160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-08T14:59:46.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:59:46.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649005984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T14:59:46.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:59:46.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "aai-ml",
"timestamp": 1662649011166,
"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-08T14:59:46.756Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 080d6652-a090-4ee3-9699-3b014cce377e
2022-09-08T14:59:46.756Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080d6652-a090-4ee3-9699-3b014cce377e 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-08T14:59:46.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649005984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T14:59:46.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-08T14:59:46.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649016370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T14:59:46.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:59:46.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649032648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-08T14:59:46.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:59:46.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649033408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-08T14:59:46.841Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:59:46.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649033697,
"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-08T14:59:46.906Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 080d6652-a090-4ee3-9699-3b014cce377e
2022-09-08T14:59:46.920Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080d6652-a090-4ee3-9699-3b014cce377e 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-08T14:59:46.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649034799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-08T14:59:46.993Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:59:46.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649036218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-08T14:59:46.993Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:59:46.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649039539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/vfwe6c0ae2fa5970_modules.json",
"status": "DEPLOY_OK"
}
2022-09-08T14:59:46.994Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:59:46.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649040546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-08T14:59:46.994Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:59:46.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649041554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/resourceInstances/vfwe6c0ae2fa5970/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-08T14:59:46.995Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:59:46.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-08T14:59:46.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649042565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908145413/1.0/artifacts/service-Vfw20220908145413-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-08T14:59:46.995Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T14:59:54.139Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080d6652-a090-4ee3-9699-3b014cce377e
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-08T14:59:54.252Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080d6652-a090-4ee3-9699-3b014cce377e
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-08T14:59:54.281Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T14:59:54.282Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-08T14:59:54.282Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-08T14:59:54.282Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-08T14:59:54.282Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-08T14:59:54.282Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-08T14:59:54.337Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-08T15:00:24.338Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 080d6652-a090-4ee3-9699-3b014cce377e 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-08T15:00:24.421Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 080d6652-a090-4ee3-9699-3b014cce377e and serviceModelVersionId: 2fc4599a-251b-47c9-86e6-6f14161a4d37
2022-09-08T15:00:24.421Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef31eed9-a381-4e0d-a73c-4df8d2c670e8
2022-09-08T15:00:45.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:00:45.992Z||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-08T15:00:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:00:55.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:00:58.647Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef31eed9-a381-4e0d-a73c-4df8d2c670e8/model-vers/model-ver/2fc4599a-251b-47c9-86e6-6f14161a4d37?depth=0
2022-09-08T15:00:58.901Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-09-08T15:01:00.060Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ef31eed9-a381-4e0d-a73c-4df8d2c670e8/model-vers/model-ver/2fc4599a-251b-47c9-86e6-6f14161a4d37?depth=0|INFO|500||Invoke
2022-09-08T15:01:00.074Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ef31eed9-a381-4e0d-a73c-4df8d2c670e8/model-vers/model-ver/2fc4599a-251b-47c9-86e6-6f14161a4d37?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ef31eed9-a381-4e0d-a73c-4df8d2c670e8/model-vers/model-ver/2fc4599a-251b-47c9-86e6-6f14161a4d37?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[080d6652-a090-4ee3-9699-3b014cce377e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d0fb1f1-ff5b-4a9e-8cc9-99faef9ddb5e], X-ECOMP-RequestID=[080d6652-a090-4ee3-9699-3b014cce377e], X-TransactionId=[], X-ONAP-RequestID=[080d6652-a090-4ee3-9699-3b014cce377e], Content-Type=[application/merge-patch+json]}
2022-09-08T15:01:00.116Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ef31eed9-a381-4e0d-a73c-4df8d2c670e8/model-vers/model-ver/2fc4599a-251b-47c9-86e6-6f14161a4d37?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-09-08T15:01:00.171Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ef31eed9-a381-4e0d-a73c-4df8d2c670e8/model-vers/model-ver/2fc4599a-251b-47c9-86e6-6f14161a4d37?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ef31eed9-a381-4e0d-a73c-4df8d2c670e8/model-vers/model-ver/2fc4599a-251b-47c9-86e6-6f14161a4d37?depth=0 has http status code:503 and response headers:{date=[Thu, 08 Sep 2022 15:00:59 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-08T15:01:00.175Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ef31eed9-a381-4e0d-a73c-4df8d2c670e8/model-vers/model-ver/2fc4599a-251b-47c9-86e6-6f14161a4d37?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-08T15:01:00.177Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/ef31eed9-a381-4e0d-a73c-4df8d2c670e8/model-vers/model-ver/2fc4599a-251b-47c9-86e6-6f14161a4d37?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-08T15:01:00.223Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=080d6652-a090-4ee3-9699-3b014cce377e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-08T15:01:00.226Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=080d6652-a090-4ee3-9699-3b014cce377e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-08T15:01:00.228Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=080d6652-a090-4ee3-9699-3b014cce377e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-08T15:01:00.230Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=080d6652-a090-4ee3-9699-3b014cce377e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-08T15:01:00.248Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-08T15:01:00.250Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 080d6652-a090-4ee3-9699-3b014cce377e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=080d6652-a090-4ee3-9699-3b014cce377e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-08T15:01:00.252Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-08T15:01:00.254Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:01:00.260Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:01:00.260Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649260250,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d080d6652-a090-4ee3-9699-3b014cce377e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-08T15:01:00.359Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-08T15:01:00.361Z||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-08T15:01:00.361Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:01:00.390Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:01:00.392Z||pool-18-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-08T15:01:01.319Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:01:01.321Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:01:01.321Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:01:11.622Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:01:11.623Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:01:11.624Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:01:11.624Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:01:21.504Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:01:21.506Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:01:21.508Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:01:21.508Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:01:31.238Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:01:31.239Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:01:31.240Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:01:31.240Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:01:41.036Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:01:45.987Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:01:45.989Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:01:45.989Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:01:45.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:01:45.992Z||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-08T15:01:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:01:46.702Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:01:46.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-08T15:01:46.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "080d6652-a090-4ee3-9699-3b014cce377e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649260250,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d080d6652-a090-4ee3-9699-3b014cce377e upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-08T15:01:46.704Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:01:55.868Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:02:45.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:02:45.995Z||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-08T15:02:45.996Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:02:46.008Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:02:46.010Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:02:46.010Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:02:55.910Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:02:55.957Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:03:45.984Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:03:45.986Z||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-08T15:03:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:03:45.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:03:45.993Z||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-08T15:03:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:03:55.934Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:03:56.042Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:04:45.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:04:45.987Z||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-08T15:04:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:04:45.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:04:45.992Z||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-08T15:04:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:04:55.704Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:04:55.853Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:05:45.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:05:45.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:05:45.992Z||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-08T15:05:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:05:45.993Z||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-08T15:05:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:05:55.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:05:55.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:06:45.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:06:45.987Z||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-08T15:06:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:06:45.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:06:45.992Z||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-08T15:06:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:06:55.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:06:55.942Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:07:45.984Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:07:45.985Z||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-08T15:07:45.985Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:07:45.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:07:45.998Z||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-08T15:07:45.998Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:07:55.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:07:55.882Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:08:45.993Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:08:45.994Z||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-08T15:08:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:08:45.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:08:46.001Z||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-08T15:08:46.002Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:08:55.718Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:08:55.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:09:45.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:09:45.986Z||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-08T15:09:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:09:45.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:09:45.992Z||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-08T15:09:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:09:55.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:09:55.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:10:45.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:10:45.986Z||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-08T15:10:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:10:45.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:10:45.992Z||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-08T15:10:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:10:55.890Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:10:56.048Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:11:45.987Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:11:45.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:11:45.997Z||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-08T15:11:45.997Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:11:46.004Z||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-08T15:11:46.005Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:11:47.409Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:11:47.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-08T15:11:47.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9505e4da-1831-4e08-b3c2-9c81fabdaa7c","serviceName":"vFW 2022-09-08 15-09-25","serviceVersion":"1.0","serviceUUID":"6b29419c-9ec1-4f03-9858-13a65526c08d","serviceDescription":"catalog service description","serviceInvariantUUID":"39c98461-1338-4753-9e51-0e2c1ad77ccf","resources":[{"resourceInstanceName":"vFW ee221109-6204 0","resourceName":"vFW ee221109-6204","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fabc7513-4a47-4c54-8d8a-06ef7234bc21","resourceInvariantUUID":"a7fb9768-423f-4dee-9850-33204722f155","resourceCustomizationUUID":"eb197883-c64a-4915-b069-2ff5ed9bf36d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vf-license-model.xml","artifactChecksum":"YzhhYTM5NjVmYmU5OTc0MzE5Nzk3NTIzZjFmMDg3ZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"109fbf70-d118-46bb-9824-4c3944571e7c","artifactVersion":"1"},{"artifactName":"vfwee22110962040_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json","artifactChecksum":"YWMwNzExOGRjMGU3NzM4NmQwMWFmOGM5MjZmZDJjYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a846dab5-8ff6-47f1-b776-3169e2a5271a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6103c70f-cb41-4e79-a0d5-d055a509c210","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vendor-license-model.xml","artifactChecksum":"MmFmODU3MTRiMzQ1ZmZhZWJjNGIyOTczY2U3NTRmZjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1c73f904-72ea-4e96-b9a2-323fe1b6b4ea","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"36d45fc3-d181-4206-a8ce-de76244087aa","artifactVersion":"2","generatedFromUUID":"6103c70f-cb41-4e79-a0d5-d055a509c210"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220908150925-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-template.yml","artifactChecksum":"Mzc2YWEzZGFkY2Y5ODIwMzQ2NDYzNjA4NmIyZWNkYjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"702f94be-51c6-4c33-9b4e-f883b04f487e","artifactVersion":"1"},{"artifactName":"service-Vfw20220908150925-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar","artifactChecksum":"ZGRjOTIwNjZmYThjNDhkMDM4YWM0NzYyNDBiYzEwMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dfb0c603-1f18-4238-9bc1-b9b38189db3b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-08T15:11:47.417Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T15:11:47.418Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:11:47.451Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:11:47.476Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649905986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:11:47.538Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 60 ms
2022-09-08T15:11:47.539Z||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-08T15:11:47.540Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:11:47.817Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:11:47.818Z||pool-19-thread-1|||||INFO|500||cambria reply ok (280 ms):{"serverTimeMs":0,"count":1}
2022-09-08T15:11:47.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:11:47.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:11:47.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "aai-ml",
"timestamp": 1662649899730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:11:47.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:11:48.484Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T15:11:48.486Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:11:48.496Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:11:48.497Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649905986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json",
"status": "NOTIFIED"
}
2022-09-08T15:11:48.597Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T15:11:48.599Z||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-08T15:11:48.600Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:11:48.850Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:11:48.851Z||pool-20-thread-1|||||INFO|500||cambria reply ok (252 ms):{"serverTimeMs":0,"count":1}
2022-09-08T15:11:49.501Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T15:11:49.502Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:11:49.519Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:11:49.520Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649905986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-08T15:11:49.629Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-09-08T15:11:49.630Z||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-08T15:11:49.630Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:11:49.922Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:11:49.925Z||pool-21-thread-1|||||INFO|500||cambria reply ok (296 ms):{"serverTimeMs":0,"count":1}
2022-09-08T15:11:50.527Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T15:11:50.528Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:11:50.539Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:11:50.540Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649905986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:11:50.633Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-09-08T15:11:50.635Z||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-08T15:11:50.635Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:11:50.738Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:11:50.739Z||pool-22-thread-1|||||INFO|500||cambria reply ok (105 ms):{"serverTimeMs":0,"count":1}
2022-09-08T15:11:51.541Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T15:11:51.542Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:11:51.549Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:11:51.549Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649905986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-08T15:11:51.645Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-08T15:11:51.649Z||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-08T15:11:51.650Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:11:51.865Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:11:51.866Z||pool-23-thread-1|||||INFO|500||cambria reply ok (218 ms):{"serverTimeMs":0,"count":1}
2022-09-08T15:11:52.569Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T15:11:52.570Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:11:52.585Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:11:52.585Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649905986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:11:52.709Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 123 ms
2022-09-08T15:11:52.710Z||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-08T15:11:52.710Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:11:52.930Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:11:52.931Z||pool-24-thread-1|||||INFO|500||cambria reply ok (222 ms):{"serverTimeMs":1,"count":1}
2022-09-08T15:11:53.590Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T15:11:53.599Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:11:53.630Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:11:53.630Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649905986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T15:11:53.715Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-09-08T15:11:53.738Z||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-08T15:11:53.739Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:11:54.083Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:11:54.084Z||pool-25-thread-1|||||INFO|500||cambria reply ok (369 ms):{"serverTimeMs":0,"count":1}
2022-09-08T15:11:54.669Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"serviceName": "vFW 2022-09-08 15-09-25",
"serviceVersion": "1.0",
"serviceUUID": "6b29419c-9ec1-4f03-9858-13a65526c08d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "39c98461-1338-4753-9e51-0e2c1ad77ccf",
"resources": [
{
"resourceInstanceName": "vFW ee221109-6204 0",
"resourceCustomizationUUID": "eb197883-c64a-4915-b069-2ff5ed9bf36d",
"resourceName": "vFW ee221109-6204",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fabc7513-4a47-4c54-8d8a-06ef7234bc21",
"resourceInvariantUUID": "a7fb9768-423f-4dee-9850-33204722f155",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwee22110962040_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json",
"artifactChecksum": "YWMwNzExOGRjMGU3NzM4NmQwMWFmOGM5MjZmZDJjYTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a846dab5-8ff6-47f1-b776-3169e2a5271a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6103c70f-cb41-4e79-a0d5-d055a509c210",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "36d45fc3-d181-4206-a8ce-de76244087aa",
"generatedFromUUID": "6103c70f-cb41-4e79-a0d5-d055a509c210"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "36d45fc3-d181-4206-a8ce-de76244087aa",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220908150925-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar",
"artifactChecksum": "ZGRjOTIwNjZmYThjNDhkMDM4YWM0NzYyNDBiYzEwMzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dfb0c603-1f18-4238-9bc1-b9b38189db3b"
}
],
"workloadContext": "Production"
}
2022-09-08T15:11:54.670Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-08T15:11:54.737Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6b29419c-9ec1-4f03-9858-13a65526c08d ASDC
2022-09-08T15:11:54.738Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9505e4da-1831-4e08-b3c2-9c81fabdaa7c
ServiceName:vFW 2022-09-08 15-09-25
ServiceVersion:1.0
ServiceUUID:6b29419c-9ec1-4f03-9858-13a65526c08d
ServiceInvariantUUID:39c98461-1338-4753-9e51-0e2c1ad77ccf
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220908150925-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar
ArtifactUUID:dfb0c603-1f18-4238-9bc1-b9b38189db3b
ArtifactChecksum:ZGRjOTIwNjZmYThjNDhkMDM4YWM0NzYyNDBiYzEwMzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ee221109-6204 0
ResourceCustomizationUUID:eb197883-c64a-4915-b069-2ff5ed9bf36d
ResourceInvariantUUID:a7fb9768-423f-4dee-9850-33204722f155
ResourceName:vFW ee221109-6204
ResourceType:VF
ResourceUUID:fabc7513-4a47-4c54-8d8a-06ef7234bc21
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwee22110962040_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json
ArtifactUUID:a846dab5-8ff6-47f1-b776-3169e2a5271a
ArtifactChecksum:YWMwNzExOGRjMGU3NzM4NmQwMWFmOGM5MjZmZDJjYTA=
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/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml
ArtifactUUID:6103c70f-cb41-4e79-a0d5-d055a509c210
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/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env
ArtifactUUID:36d45fc3-d181-4206-a8ce-de76244087aa
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/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env
ArtifactUUID:36d45fc3-d181-4206-a8ce-de76244087aa
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-08T15:11:54.738Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b29419c-9ec1-4f03-9858-13a65526c08d 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-08T15:11:55.246Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-08T15:11:55.248Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-08T15:11:55.248Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-08T15:11:55.248Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dfb0c603-1f18-4238-9bc1-b9b38189db3b from URL: /sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar
2022-09-08T15:11:55.266Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-08T15:11:55.266Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar
2022-09-08T15:11:55.754Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-08T15:11:55.781Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar dfb0c603-1f18-4238-9bc1-b9b38189db3b 100678
2022-09-08T15:11:55.781Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar ASDC sendASDCNotification
2022-09-08T15:11:55.782Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar
2022-09-08T15:11:55.782Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T15:11:55.782Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:11:55.785Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:11:55.786Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649915781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T15:11:55.893Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-09-08T15:11:55.894Z||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-08T15:11:55.894Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:11:56.073Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:11:56.079Z||pool-26-thread-1|||||INFO|500||cambria reply ok (186 ms):{"serverTimeMs":1,"count":1}
2022-09-08T15:11:56.786Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-08T15:11:56.787Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-08T15:11:56.788Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: dfb0c603-1f18-4238-9bc1-b9b38189db3b, URL: /sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar to file: /app/ASDC/1/service-Vfw20220908150925-csar.csar
2022-09-08T15:11:56.788Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220908150925-csar.csar
2022-09-08T15:11:56.790Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220908150925-csar.csar
2022-09-08T15:11:56.790Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220908150925-csar.csar
2022-09-08T15:11:57.433Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17659772275242271574/Definitions/service-Vfw20220908150925-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-08T15:12:05.486Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-08T15:12:05.488Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-08T15:12:05.488Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220908150925-csar.csar
2022-09-08T15:12:05.488Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-08T15:12:05.489Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220908150925-csar.csar
2022-09-08T15:12:05.489Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220908150925-csar.csar
2022-09-08T15:12:05.489Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220908150925-csar.csar
2022-09-08T15:12:05.489Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ee221109-6204 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-Vfw20220908150925-csar.csar
2022-09-08T15:12:05.489Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220908150925-csar.csar
2022-09-08T15:12:05.490Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220908150925-csar.csar
2022-09-08T15:12:05.490Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220908150925-csar.csar
2022-09-08T15:12:05.490Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220908150925-csar.csar
2022-09-08T15:12:05.490Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220908150925-csar.csar
2022-09-08T15:12:05.490Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220908150925-csar.csar
2022-09-08T15:12:05.491Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220908150925-csar.csar
2022-09-08T15:12:05.491Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-08T15:12:05.491Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:05.492Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 15-09-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:12:05.492Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is matching search criteria
2022-09-08T15:12:05.493Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-08T15:12:05.493Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ee221109-6204 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-08T15:12:05.494Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:05.494Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 15-09-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:12:05.525Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is matching search criteria
2022-09-08T15:12:05.525Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-08T15:12:05.526Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ee221109-6204 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-08T15:12:05.526Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:05.526Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 15-09-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:12:05.536Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:05.537Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is not matching search criteria
2022-09-08T15:12:05.558Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T15:12:05.558Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T15:12:05.558Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T15:12:05.559Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T15:12:05.559Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T15:12:05.559Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T15:12:05.559Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T15:12:05.559Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T15:12:05.560Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T15:12:05.560Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T15:12:05.560Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T15:12:05.560Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T15:12:05.560Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T15:12:05.560Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T15:12:05.561Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T15:12:05.561Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-08T15:12:05.561Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:05.561Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 15-09-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-08T15:12:05.562Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:05.562Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is matching search criteria
2022-09-08T15:12:05.562Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ee221109-6204 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T15:12:05.563Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:05.563Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is matching search criteria
2022-09-08T15:12:05.563Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ee221109-6204 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T15:12:05.563Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:05.564Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is matching search criteria
2022-09-08T15:12:05.564Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ee221109-6204 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T15:12:05.565Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:05.565Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is not matching search criteria
2022-09-08T15:12:05.565Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T15:12:05.565Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T15:12:05.566Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-08T15:12:05.566Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T15:12:05.567Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T15:12:05.567Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T15:12:05.567Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T15:12:05.567Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T15:12:05.568Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T15:12:05.568Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T15:12:05.568Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T15:12:05.568Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cb99aaa6-92bd-4d94-8108-2dd072b91d86
2022-09-08T15:12:05.573Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:05.573Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is not matching search criteria
2022-09-08T15:12:05.573Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T15:12:05.574Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T15:12:05.574Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T15:12:05.574Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T15:12:05.575Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T15:12:05.575Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T15:12:05.575Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T15:12:05.575Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-08T15:12:05.575Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T15:12:05.576Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T15:12:05.576Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T15:12:05.576Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T15:12:05.577Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a0367ee4-5786-46c3-b359-7c1bbfdc271c
2022-09-08T15:12:05.577Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:05.577Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is not matching search criteria
2022-09-08T15:12:05.578Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T15:12:05.578Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T15:12:05.578Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T15:12:05.578Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T15:12:05.578Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T15:12:05.579Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T15:12:05.580Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T15:12:05.580Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T15:12:05.580Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T15:12:05.581Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T15:12:05.581Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T15:12:05.581Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-08T15:12:05.582Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=370e6cf5-6d49-4353-84ec-fb6e564f4e8a
2022-09-08T15:12:05.583Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:05.583Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 15-09-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:12:05.583Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:05.584Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 15-09-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:12:05.584Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:05.584Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 15-09-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:12:05.587Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:05.587Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 15-09-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:12:05.587Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-08 15-09-25
Description:catalog service description
Model UUID:6b29419c-9ec1-4f03-9858-13a65526c08d
Model Version:NULL
Model InvariantUuid:39c98461-1338-4753-9e51-0e2c1ad77ccf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ee221109-6204
Model UUID:640fc8d7-8c0f-40e7-9dd1-461a05f70028
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a7fb9768-423f-4dee-9850-33204722f155
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:eb197883-c64a-4915-b069-2ff5ed9bf36d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dbddd81b-7e58-493a-9925-2ec8802ecc30
ModelName:VfwEe2211096204..base_vfw..module-0
ModelUuid:b4e5b3be-9257-44a8-b404-6ab895826174
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cb99aaa6-92bd-4d94-8108-2dd072b91d86
ModelInvariantUuid:cbcc9296-8a63-4a90-a1e5-d3c96ca22bcf
ModelName:vFW ee221109-6204-nodes.vfwCvfc
ModelUuid:dbbe3809-fb66-43ba-8b53-80c2951891dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f504aee0-2c06-4139-891a-3d7657c3e769
ModelInvariantUuid:50d63a56-eee0-4434-b8aa-7a5af898f6cb
ModelName:VfwEe2211096204.compute.nodes.heat.vfw
ModelUuid:fc061c29-5142-40dd-80c4-3a9f4299a532
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a0367ee4-5786-46c3-b359-7c1bbfdc271c
ModelInvariantUuid:aabfa21b-0ab9-491d-b4cb-c4bd84772e07
ModelName:vFW ee221109-6204-nodes.vsnCvfc
ModelUuid:a801e4a5-393c-4653-846f-b25f5750e87b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f2b8aad9-0dd7-45d0-8551-8fbb8f3d980d
ModelInvariantUuid:8b84bcd4-1bf0-48e3-bb29-ccdd6f713247
ModelName:VfwEe2211096204.compute.nodes.heat.vsn
ModelUuid:368e5b70-0789-4b4f-a202-c19555e6a253
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:370e6cf5-6d49-4353-84ec-fb6e564f4e8a
ModelInvariantUuid:6b92252e-96d1-43fe-979f-dfdd74525e95
ModelName:vFW ee221109-6204-nodes.vpgCvfc
ModelUuid:89de9f8c-04c9-4619-8378-73e15e7d05ac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:31b5bc8e-2016-4631-b0c4-278b55995b51
ModelInvariantUuid:3fbeb099-a8ec-410e-9929-6e09afaab29d
ModelName:VfwEe2211096204.compute.nodes.heat.vpg
ModelUuid:9cabef5e-ff24-4937-be7b-96363824c041
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-08T15:12:05.701Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: fabc7513-4a47-4c54-8d8a-06ef7234bc21
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-08T15:12:05.730Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||vFW ee221109-6204 0
2022-09-08T15:12:05.740Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fabc7513-4a47-4c54-8d8a-06ef7234bc21
2022-09-08T15:12:05.740Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a846dab5-8ff6-47f1-b776-3169e2a5271a from URL: /sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json
2022-09-08T15:12:05.740Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-08T15:12:05.740Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json
2022-09-08T15:12:05.978Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-08T15:12:05.978Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json a846dab5-8ff6-47f1-b776-3169e2a5271a 785
2022-09-08T15:12:05.979Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json ASDC sendASDCNotification
2022-09-08T15:12:05.979Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json
2022-09-08T15:12:05.979Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T15:12:05.980Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:12:05.989Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:12:05.990Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649925979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-08T15:12:06.134Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 144 ms
2022-09-08T15:12:06.135Z||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-08T15:12:06.136Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:12:06.229Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:12:06.229Z||pool-27-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":1,"count":1}
2022-09-08T15:12:06.992Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEe2211096204..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dbddd81b-7e58-493a-9925-2ec8802ecc30",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b4e5b3be-9257-44a8-b404-6ab895826174",
"vfModuleModelCustomizationUUID": "0177a122-14fc-41fd-bb35-897121b5e706",
"isBase": true,
"artifacts": [
"6103c70f-cb41-4e79-a0d5-d055a509c210",
"36d45fc3-d181-4206-a8ce-de76244087aa"
],
"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-08T15:12:07.008Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEe2211096204..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b4e5b3be-9257-44a8-b404-6ab895826174
VfModuleModelInvariantUUID:dbddd81b-7e58-493a-9925-2ec8802ecc30
VfModuleModelDescription:NULL
Artifacts UUID List:{
6103c70f-cb41-4e79-a0d5-d055a509c210
,
36d45fc3-d181-4206-a8ce-de76244087aa
}
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-08T15:12:07.019Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEe2211096204..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dbddd81b-7e58-493a-9925-2ec8802ecc30",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b4e5b3be-9257-44a8-b404-6ab895826174",
"vfModuleModelCustomizationUUID": "0177a122-14fc-41fd-bb35-897121b5e706",
"isBase": true,
"artifacts": [
"6103c70f-cb41-4e79-a0d5-d055a509c210",
"36d45fc3-d181-4206-a8ce-de76244087aa"
],
"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-08T15:12:07.019Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEe2211096204..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b4e5b3be-9257-44a8-b404-6ab895826174
VfModuleModelInvariantUUID:dbddd81b-7e58-493a-9925-2ec8802ecc30
VfModuleModelDescription:NULL
Artifacts UUID List:{
6103c70f-cb41-4e79-a0d5-d055a509c210
,
36d45fc3-d181-4206-a8ce-de76244087aa
}
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-08T15:12:07.020Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6103c70f-cb41-4e79-a0d5-d055a509c210 from URL: /sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml
2022-09-08T15:12:07.020Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-08T15:12:07.021Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml
2022-09-08T15:12:07.333Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-08T15:12:07.334Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml 6103c70f-cb41-4e79-a0d5-d055a509c210 20368
2022-09-08T15:12:07.334Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-08T15:12:07.334Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml
2022-09-08T15:12:07.334Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T15:12:07.335Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:12:07.337Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:12:07.337Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649927334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-08T15:12:07.439Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-08T15:12:07.440Z||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-08T15:12:07.441Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:12:07.544Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:12:07.545Z||pool-28-thread-1|||||INFO|500||cambria reply ok (105 ms):{"serverTimeMs":1,"count":1}
2022-09-08T15:12:08.338Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 36d45fc3-d181-4206-a8ce-de76244087aa from URL: /sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env
2022-09-08T15:12:08.339Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-08T15:12:08.339Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env
2022-09-08T15:12:08.644Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-08T15:12:08.646Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env 36d45fc3-d181-4206-a8ce-de76244087aa 2098
2022-09-08T15:12:08.653Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-08T15:12:08.653Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env
2022-09-08T15:12:08.654Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T15:12:08.654Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:12:08.657Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:12:08.658Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649928653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-08T15:12:08.761Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-08T15:12:08.762Z||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-08T15:12:08.763Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:12:08.973Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:12:08.974Z||pool-29-thread-1|||||INFO|500||cambria reply ok (213 ms):{"serverTimeMs":0,"count":1}
2022-09-08T15:12:09.660Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6b29419c-9ec1-4f03-9858-13a65526c08d
2022-09-08T15:12:09.709Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ee221109-6204 0 fabc7513-4a47-4c54-8d8a-06ef7234bc21 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-08T15:12:09.805Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59f8b5c9, org.onap.sdc.toscaparser.api.parameters.Input@128c0126, org.onap.sdc.toscaparser.api.parameters.Input@3023ffc6, org.onap.sdc.toscaparser.api.parameters.Input@578486f6, org.onap.sdc.toscaparser.api.parameters.Input@4bce3732]
2022-09-08T15:12:09.817Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:09.819Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 15-09-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:12:09.819Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-09-08T15:12:09.822Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= eb197883-c64a-4915-b069-2ff5ed9bf36d
2022-09-08T15:12:09.824Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eb197883-c64a-4915-b069-2ff5ed9bf36d matches Tosca VF Customization UUID: eb197883-c64a-4915-b069-2ff5ed9bf36d
2022-09-08T15:12:09.824Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: eb197883-c64a-4915-b069-2ff5ed9bf36d 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-08T15:12:09.844Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:09.847Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 15-09-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:12:09.849Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id eb197883-c64a-4915-b069-2ff5ed9bf36d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-08T15:12:09.849Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@650b187b
2022-09-08T15:12:09.867Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:09.868Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 15-09-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-08T15:12:09.868Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0177a122-14fc-41fd-bb35-897121b5e706
2022-09-08T15:12:09.869Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0177a122-14fc-41fd-bb35-897121b5e706
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-08T15:12:09.893Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:09.893Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is matching search criteria
2022-09-08T15:12:09.894Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ee221109-6204 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T15:12:09.894Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:09.894Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is matching search criteria
2022-09-08T15:12:09.894Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ee221109-6204 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T15:12:09.895Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:09.895Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is not matching search criteria
2022-09-08T15:12:09.895Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T15:12:09.895Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T15:12:09.896Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-08T15:12:09.896Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T15:12:09.896Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T15:12:09.896Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T15:12:09.896Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T15:12:09.897Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T15:12:09.897Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T15:12:09.897Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T15:12:09.898Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T15:12:09.898Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cb99aaa6-92bd-4d94-8108-2dd072b91d86
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-08T15:12:09.909Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:09.910Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is matching search criteria
2022-09-08T15:12:09.910Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ee221109-6204 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T15:12:09.911Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:09.911Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is not matching search criteria
2022-09-08T15:12:09.911Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T15:12:09.911Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T15:12:09.912Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T15:12:09.914Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T15:12:09.914Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T15:12:09.914Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T15:12:09.915Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T15:12:09.915Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-08T15:12:09.915Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T15:12:09.915Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T15:12:09.915Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T15:12:09.916Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T15:12:09.916Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a0367ee4-5786-46c3-b359-7c1bbfdc271c
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-08T15:12:09.940Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:09.941Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is matching search criteria
2022-09-08T15:12:09.941Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ee221109-6204 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T15:12:09.942Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:09.943Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is not matching search criteria
2022-09-08T15:12:09.944Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T15:12:09.944Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T15:12:09.945Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T15:12:09.958Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T15:12:09.958Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T15:12:09.959Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T15:12:09.959Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T15:12:09.959Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T15:12:09.959Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T15:12:09.960Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T15:12:09.960Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T15:12:09.960Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-08T15:12:09.960Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=370e6cf5-6d49-4353-84ec-fb6e564f4e8a
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-08T15:12:10.018Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:10.019Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is matching search criteria
2022-09-08T15:12:10.019Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ee221109-6204 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T15:12:10.019Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:10.020Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Node template vFW ee221109-6204 0 is matching search criteria
2022-09-08T15:12:10.020Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ee221109-6204 0] matching following query criteria: sdcType=VF, customizationUUID=eb197883-c64a-4915-b069-2ff5ed9bf36d
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-08T15:12:10.077Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:10.078Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 15-09-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:12:10.078Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6b29419c-9ec1-4f03-9858-13a65526c08d: vFW ee221109-6204
2022-09-08T15:12:10.078Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:10.079Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 15-09-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:12:10.079Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:10.079Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 15-09-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:12:10.079Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:10.079Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 15-09-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:12:10.080Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:10.080Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 15-09-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:12:10.080Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:12:10.080Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 15-09-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:12:10.082Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-09-08 15-09-25
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-08T15:12:12.016Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ee221109-6204 fabc7513-4a47-4c54-8d8a-06ef7234bc21 1 ASDC deployResourceStructure
2022-09-08T15:12:12.017Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json ASDC sendASDCNotification
2022-09-08T15:12:12.017Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json
2022-09-08T15:12:12.017Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-08T15:12:12.018Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:12:12.022Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:12:12.022Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649932017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json",
"status": "DEPLOY_OK"
}
2022-09-08T15:12:12.139Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms
2022-09-08T15:12:12.140Z||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-08T15:12:12.141Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:12:12.363Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:12:12.371Z||pool-30-thread-1|||||INFO|500||cambria reply ok (230 ms):{"serverTimeMs":0,"count":1}
2022-09-08T15:12:13.029Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-08T15:12:13.030Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml
2022-09-08T15:12:13.030Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-08T15:12:13.036Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:12:13.039Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:12:13.040Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649933029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-08T15:12:13.173Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 132 ms
2022-09-08T15:12:13.174Z||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-08T15:12:13.174Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:12:13.430Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:12:13.431Z||pool-31-thread-1|||||INFO|500||cambria reply ok (258 ms):{"serverTimeMs":1,"count":1}
2022-09-08T15:12:14.041Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-08T15:12:14.042Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env
2022-09-08T15:12:14.043Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-08T15:12:14.045Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:12:14.049Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:12:14.049Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649934041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-08T15:12:14.159Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-09-08T15:12:14.161Z||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-08T15:12:14.161Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:12:14.355Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:12:14.356Z||pool-32-thread-1|||||INFO|500||cambria reply ok (196 ms):{"serverTimeMs":1,"count":1}
2022-09-08T15:12:15.053Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar ASDC sendASDCNotification
2022-09-08T15:12:15.054Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar
2022-09-08T15:12:15.054Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-08T15:12:15.054Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:12:15.062Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:12:15.062Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649935053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-08T15:12:15.162Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-08T15:12:15.163Z||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-08T15:12:15.163Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:12:15.248Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:12:15.248Z||pool-33-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":1,"count":1}
2022-09-08T15:12:16.066Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9505e4da-1831-4e08-b3c2-9c81fabdaa7c
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-08T15:12:16.217Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9505e4da-1831-4e08-b3c2-9c81fabdaa7c
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-08T15:12:16.224Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T15:12:16.225Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-08T15:12:16.225Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-08T15:12:45.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:12:45.992Z||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-08T15:12:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:12:46.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:12:46.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:12:46.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649902953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:12:46.225Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9505e4da-1831-4e08-b3c2-9c81fabdaa7c
2022-09-08T15:12:46.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
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-08T15:12:46.356Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9505e4da-1831-4e08-b3c2-9c81fabdaa7c
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-08T15:12:46.373Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T15:12:46.374Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-08T15:12:46.374Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-08T15:13:16.379Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9505e4da-1831-4e08-b3c2-9c81fabdaa7c
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-08T15:13:16.477Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9505e4da-1831-4e08-b3c2-9c81fabdaa7c
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-08T15:13:16.482Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T15:13:16.483Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-08T15:13:16.483Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-08T15:13:45.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:13:45.993Z||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-08T15:13:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:13:46.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:13:46.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:13:46.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "cds",
"timestamp": 1662649899857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:13:46.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:13:46.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:13:46.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649905986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:13:46.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:13:46.483Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9505e4da-1831-4e08-b3c2-9c81fabdaa7c
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-08T15:13:46.517Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9505e4da-1831-4e08-b3c2-9c81fabdaa7c
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-08T15:13:46.528Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T15:13:46.529Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-08T15:13:46.529Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-08T15:14:16.535Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9505e4da-1831-4e08-b3c2-9c81fabdaa7c
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-08T15:14:16.646Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9505e4da-1831-4e08-b3c2-9c81fabdaa7c
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-08T15:14:16.702Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T15:14:16.744Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-08T15:14:16.744Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-08T15:14:45.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:14:45.992Z||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-08T15:14:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:14:46.576Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:14:46.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "aai-ml",
"timestamp": 1662649899730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649902953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "cds",
"timestamp": 1662649899857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649905986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json",
"status": "NOTIFIED"
}
2022-09-08T15:14:46.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "aai-ml",
"timestamp": 1662649899730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649902953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649905986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-08T15:14:46.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "cds",
"timestamp": 1662649899857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "aai-ml",
"timestamp": 1662649899730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649905986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "cds",
"timestamp": 1662649899857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649902953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "aai-ml",
"timestamp": 1662649899730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649905986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-08T15:14:46.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "cds",
"timestamp": 1662649899857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649902953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "aai-ml",
"timestamp": 1662649899730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649905986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "cds",
"timestamp": 1662649899857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649902953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "aai-ml",
"timestamp": 1662649899730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T15:14:46.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649905986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T15:14:46.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649902953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T15:14:46.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "cds",
"timestamp": 1662649899857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T15:14:46.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662649912665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662649912665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json",
"status": "NOTIFIED"
}
2022-09-08T15:14:46.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "aai-ml",
"timestamp": 1662649913705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T15:14:46.626Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:14:46.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "cds",
"timestamp": 1662649914657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T15:14:46.626Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:14:46.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649915250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T15:14:46.626Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:14:46.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649915781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T15:14:46.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:14:46.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662649912665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-08T15:14:46.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "aai-ml",
"timestamp": 1662649914746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-08T15:14:46.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:14:46.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662649912665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "aai-ml",
"timestamp": 1662649915756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-08T15:14:46.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:14:46.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662649912665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-08T15:14:46.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "aai-ml",
"timestamp": 1662649916761,
"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-08T15:14:46.669Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9505e4da-1831-4e08-b3c2-9c81fabdaa7c
2022-09-08T15:14:46.670Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9505e4da-1831-4e08-b3c2-9c81fabdaa7c 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-08T15:14:46.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662649912665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:14:46.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662649912665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T15:14:46.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-08T15:14:46.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662649921674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-08T15:14:46.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:14:46.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662649923384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-08T15:14:46.715Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:14:46.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662649924849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-08T15:14:46.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:14:46.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649925615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-08T15:14:46.717Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:14:46.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649925979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-08T15:14:46.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:14:46.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662649926337,
"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-08T15:14:46.736Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9505e4da-1831-4e08-b3c2-9c81fabdaa7c
2022-09-08T15:14:46.736Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9505e4da-1831-4e08-b3c2-9c81fabdaa7c 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-08T15:14:46.745Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9505e4da-1831-4e08-b3c2-9c81fabdaa7c
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-08T15:14:46.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662649926641,
"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-08T15:14:46.814Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9505e4da-1831-4e08-b3c2-9c81fabdaa7c
2022-09-08T15:14:46.814Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9505e4da-1831-4e08-b3c2-9c81fabdaa7c and ComponentName SDNC
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-08T15:14:46.820Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9505e4da-1831-4e08-b3c2-9c81fabdaa7c
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-09-08T15:14:46.837Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T15:14:46.837Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-08T15:14:46.838Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-08T15:14:46.838Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-08T15:14:46.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649927334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-08T15:14:46.879Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:14:46.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662649927349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json",
"status": "DEPLOY_OK"
}
2022-09-08T15:14:46.881Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:14:46.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649928653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-08T15:14:46.884Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:14:46.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649932017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/vfwee22110962040_modules.json",
"status": "DEPLOY_OK"
}
2022-09-08T15:14:46.884Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:14:46.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649933029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-08T15:14:46.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:14:46.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649934041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/resourceInstances/vfwee22110962040/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-08T15:14:46.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:14:46.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:14:46.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662649935053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908150925/1.0/artifacts/service-Vfw20220908150925-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-08T15:14:46.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T15:15:16.845Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9505e4da-1831-4e08-b3c2-9c81fabdaa7c
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-08T15:15:16.947Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9505e4da-1831-4e08-b3c2-9c81fabdaa7c
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-08T15:15:16.976Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T15:15:16.976Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-08T15:15:16.976Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-08T15:15:16.977Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-08T15:15:16.977Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-08T15:15:16.977Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||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-08T15:15:17.042Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-08T15:15:45.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:15:45.993Z||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-08T15:15:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:15:47.043Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9505e4da-1831-4e08-b3c2-9c81fabdaa7c 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-08T15:15:47.062Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9505e4da-1831-4e08-b3c2-9c81fabdaa7c and serviceModelVersionId: 6b29419c-9ec1-4f03-9858-13a65526c08d
2022-09-08T15:15:47.063Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39c98461-1338-4753-9e51-0e2c1ad77ccf
2022-09-08T15:15:47.065Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39c98461-1338-4753-9e51-0e2c1ad77ccf/model-vers/model-ver/6b29419c-9ec1-4f03-9858-13a65526c08d?depth=0
2022-09-08T15:15:47.078Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-08T15:15:47.277Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/39c98461-1338-4753-9e51-0e2c1ad77ccf/model-vers/model-ver/6b29419c-9ec1-4f03-9858-13a65526c08d?depth=0|INFO|500||Invoke
2022-09-08T15:15:47.282Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/39c98461-1338-4753-9e51-0e2c1ad77ccf/model-vers/model-ver/6b29419c-9ec1-4f03-9858-13a65526c08d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/39c98461-1338-4753-9e51-0e2c1ad77ccf/model-vers/model-ver/6b29419c-9ec1-4f03-9858-13a65526c08d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9505e4da-1831-4e08-b3c2-9c81fabdaa7c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f171edf1-7c28-4351-99bf-ff85980a2342], X-ECOMP-RequestID=[9505e4da-1831-4e08-b3c2-9c81fabdaa7c], X-TransactionId=[], X-ONAP-RequestID=[9505e4da-1831-4e08-b3c2-9c81fabdaa7c], Content-Type=[application/merge-patch+json]}
2022-09-08T15:15:47.316Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/39c98461-1338-4753-9e51-0e2c1ad77ccf/model-vers/model-ver/6b29419c-9ec1-4f03-9858-13a65526c08d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-09-08T15:15:47.340Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/39c98461-1338-4753-9e51-0e2c1ad77ccf/model-vers/model-ver/6b29419c-9ec1-4f03-9858-13a65526c08d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/39c98461-1338-4753-9e51-0e2c1ad77ccf/model-vers/model-ver/6b29419c-9ec1-4f03-9858-13a65526c08d?depth=0 has http status code:503 and response headers:{date=[Thu, 08 Sep 2022 15:15:47 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-08T15:15:47.341Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/39c98461-1338-4753-9e51-0e2c1ad77ccf/model-vers/model-ver/6b29419c-9ec1-4f03-9858-13a65526c08d?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-08T15:15:47.342Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/39c98461-1338-4753-9e51-0e2c1ad77ccf/model-vers/model-ver/6b29419c-9ec1-4f03-9858-13a65526c08d?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-08T15:15:47.345Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9505e4da-1831-4e08-b3c2-9c81fabdaa7c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-08T15:15:47.346Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=9505e4da-1831-4e08-b3c2-9c81fabdaa7c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-08T15:15:47.346Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=9505e4da-1831-4e08-b3c2-9c81fabdaa7c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-08T15:15:47.346Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9505e4da-1831-4e08-b3c2-9c81fabdaa7c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-08T15:15:47.354Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||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-08T15:15:47.355Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9505e4da-1831-4e08-b3c2-9c81fabdaa7c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=9505e4da-1831-4e08-b3c2-9c81fabdaa7c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-08T15:15:47.356Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-08T15:15:47.356Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:15:47.359Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:15:47.359Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662650147355,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d9505e4da-1831-4e08-b3c2-9c81fabdaa7c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-08T15:15:47.459Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T15:15:47.460Z||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-08T15:15:47.460Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:15:47.494Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:15:47.495Z||pool-34-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-09-08T15:15:48.121Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:15:48.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:15:48.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9505e4da-1831-4e08-b3c2-9c81fabdaa7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662650147355,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d9505e4da-1831-4e08-b3c2-9c81fabdaa7c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-08T15:15:48.124Z||pool-2-thread-5|||||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-08T15:15:48.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:15:48.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:15:48.419Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:15:58.861Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:15:58.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:15:58.863Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:15:58.863Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:16:08.498Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:16:08.499Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:16:08.500Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:16:08.500Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:16:18.292Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:16:18.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:16:18.293Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:16:18.293Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:16:28.148Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:16:45.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:16:45.986Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:16:45.986Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:16:45.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:16:45.998Z||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-08T15:16:45.999Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:16:55.948Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:16:56.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:17:45.984Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:17:45.985Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:17:45.985Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:17:45.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:17:45.992Z||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-08T15:17:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:17:55.919Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:17:55.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:18:45.984Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:18:45.985Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:18:45.985Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:18:45.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:18:45.992Z||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-08T15:18:45.995Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:18:55.915Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:18:55.946Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:19:45.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:19:45.992Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:19:45.993Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:19:45.993Z||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-08T15:19:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:19:45.992Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:19:55.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:19:55.854Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:20:45.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:20:45.987Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:20:45.987Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:20:45.992Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:20:45.993Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|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-08T15:20:45.994Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|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 42bhlBgctBFHacA4) ...
2022-09-08T15:20:55.853Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:20:55.921Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:21:45.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:21:45.993Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:21:45.994Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:21:45.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:21:45.998Z||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-08T15:21:45.998Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:21:55.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:21:56.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:22:45.986Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:22:45.987Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:22:45.990Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:22:45.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:22:45.994Z||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-08T15:22:45.995Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:22:55.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:22:56.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:23:45.998Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:23:46.000Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:23:46.000Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:23:46.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:23:46.003Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:23:46.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:23:55.795Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:23:55.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:24:45.984Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:24:45.985Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:24:45.985Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:24:45.992Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:24:45.993Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:24:45.993Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:24:55.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:24:55.923Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:25:45.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:25:45.986Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:25:45.986Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:25:45.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:25:45.993Z||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-08T15:25:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:25:55.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:25:55.908Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:26:45.988Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:26:45.990Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:26:45.990Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:26:45.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:26:45.992Z||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-08T15:26:45.997Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:26:55.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:26:56.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:27:45.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:27:45.991Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:27:45.991Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:27:45.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:27:45.992Z||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-08T15:27:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:27:55.773Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:27:55.786Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:28:45.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:28:45.987Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:28:45.987Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:28:45.991Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:28:45.992Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|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-08T15:28:45.994Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|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 42bhlBgctBFHacA4) ...
2022-09-08T15:28:55.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:28:55.837Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:29:45.984Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:29:45.986Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:29:45.986Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:29:46.000Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:29:46.001Z||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-08T15:29:46.001Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:29:55.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:29:55.920Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:30:45.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:30:45.995Z||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-08T15:30:45.995Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:30:45.994Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:30:45.999Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:30:45.999Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:30:55.801Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:30:55.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:31:45.984Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:31:45.986Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:31:45.986Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:31:45.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:31:45.992Z||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-08T15:31:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:31:55.839Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:31:55.928Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:32:45.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:32:45.991Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-08T15:32:45.991Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 42bhlBgctBFHacA4) ...
2022-09-08T15:32:45.991Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:32:45.992Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:32:45.992Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:32:56.203Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:32:56.204Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:33:45.993Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:33:45.993Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:33:45.993Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:33:45.999Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:33:46.000Z||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-08T15:33:46.000Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:33:55.864Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:33:55.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:34:45.986Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:34:45.987Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:34:45.987Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:34:45.997Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:34:45.998Z||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-08T15:34:45.998Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:34:55.923Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:34:56.033Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:35:45.984Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:35:45.988Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:35:45.988Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:35:45.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:35:45.992Z||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-08T15:35:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:35:56.019Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:35:56.022Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:36:45.985Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:36:45.987Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:36:45.987Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:36:45.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:36:45.993Z||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-08T15:36:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:36:55.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:36:55.983Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:37:45.997Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:37:45.998Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:37:45.998Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:37:45.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:37:46.001Z||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-08T15:37:46.001Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:37:56.151Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:37:56.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:38:45.991Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:38:45.993Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:38:45.994Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:38:46.039Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:38:46.046Z||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-08T15:38:46.047Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:38:55.789Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:38:56.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:39:45.985Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:39:45.986Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:39:45.986Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:39:45.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:39:45.992Z||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-08T15:39:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:39:55.846Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:39:55.847Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:40:45.984Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:40:45.985Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:40:45.985Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:40:45.992Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:40:45.993Z||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-08T15:40:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:40:55.794Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:40:55.869Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:41:45.984Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:41:45.986Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:41:45.986Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:41:45.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:41:45.992Z||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-08T15:41:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:41:55.725Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:41:56.377Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:42:45.984Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:42:45.986Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:42:45.986Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:42:45.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:42:45.994Z||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-08T15:42:45.994Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:42:56.235Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:42:56.341Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:43:45.985Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:43:45.986Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:43:45.986Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:43:45.991Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:43:45.992Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|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-08T15:43:45.993Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|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 42bhlBgctBFHacA4) ...
2022-09-08T15:43:56.025Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:43:56.398Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:44:45.987Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:44:45.988Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:44:45.988Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:44:45.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:44:45.992Z||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-08T15:44:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:44:55.838Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:44:55.919Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:45:45.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:45:45.995Z||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-08T15:45:45.995Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:45:45.996Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:45:45.999Z|080d6652-a090-4ee3-9699-3b014cce377e|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-08T15:45:46.003Z|080d6652-a090-4ee3-9699-3b014cce377e|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 42bhlBgctBFHacA4) ...
2022-09-08T15:45:55.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:45:55.906Z|080d6652-a090-4ee3-9699-3b014cce377e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:46:45.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:46:45.987Z||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-08T15:46:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:46:45.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:46:45.993Z||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-08T15:46:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:46:55.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:46:55.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:47:45.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:47:45.987Z||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-08T15:47:45.987Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:47:45.992Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:47:45.993Z||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-08T15:47:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:47:56.098Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:47:56.130Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:48:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:48:45.986Z||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-08T15:48:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:48:45.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:48:45.992Z||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-08T15:48:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:48:55.813Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:48:55.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:49:45.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:49:45.985Z||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-08T15:49:45.985Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:49:45.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:49:45.992Z||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-08T15:49:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:49:55.772Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:49:55.777Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:50:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:50:45.986Z||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-08T15:50:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:50:45.992Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:50:45.993Z||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-08T15:50:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:50:56.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:50:56.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:51:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:51:45.986Z||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-08T15:51:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:51:45.991Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:51:45.992Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|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-08T15:51:45.992Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|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 42bhlBgctBFHacA4) ...
2022-09-08T15:51:55.729Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:51:55.785Z|9505e4da-1831-4e08-b3c2-9c81fabdaa7c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:52:45.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:52:45.986Z||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-08T15:52:45.986Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:52:45.992Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:52:45.994Z||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-08T15:52:45.995Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:52:55.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:52:56.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:53:45.987Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:53:45.990Z||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-08T15:53:45.991Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:53:45.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:53:45.992Z||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-08T15:53:45.992Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:53:55.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:53:55.986Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:54:45.988Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:54:46.005Z||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-08T15:54:46.006Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:54:45.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:54:46.015Z||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-08T15:54:46.016Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:54:55.963Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:54:56.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:55:46.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:55:46.004Z||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-08T15:55:46.004Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:55:46.004Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:55:46.004Z||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-08T15:55:46.004Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:55:55.752Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:55:56.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:56:45.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:56:45.985Z||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-08T15:56:45.985Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:56:46.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:56:46.002Z||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-08T15:56:46.002Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:56:55.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:56:55.897Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:57:45.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:57:45.985Z||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-08T15:57:45.985Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:57:45.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T15:57:45.992Z||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-08T15:57:45.993Z||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 42bhlBgctBFHacA4) ...
2022-09-08T15:57:46.520Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:57:46.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662652652663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662652652663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662652652663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662652652663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662652652663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "cds",
"timestamp": 1662652659857,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662652652663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "aai-ml",
"timestamp": 1662652659728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "cds",
"timestamp": 1662652659857,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662652652663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/artifacts/service-DemoPnf7mryysosc7utwezpjshj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "aai-ml",
"timestamp": 1662652659728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "cds",
"timestamp": 1662652659857,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662652652663,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/artifacts/service-DemoPnf7mryysosc7utwezpjshj-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T15:57:46.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662652662951,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "aai-ml",
"timestamp": 1662652659728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "cds",
"timestamp": 1662652659857,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662652662951,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "aai-ml",
"timestamp": 1662652659728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "cds",
"timestamp": 1662652659857,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662652662951,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "aai-ml",
"timestamp": 1662652659728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-08T15:57:46.733Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:57:46.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-08T15:57:46.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f9915ff-1882-4e26-80dd-88dd8566f79c","serviceName":"Demo_pNF_7MRYYsOsC7UtwEzPJSHj","serviceVersion":"1.0","serviceUUID":"8e29cd88-4a44-4f5a-95eb-38c9c82c7e85","serviceDescription":"catalog service description","serviceInvariantUUID":"63b8925c-4991-4efd-955a-39b8715b7b25","resources":[{"resourceInstanceName":"pNF 373ebd4e-2971 0","resourceName":"pNF 373ebd4e-2971","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"317e4737-0e26-4b89-abbe-9faf271205a7","resourceInvariantUUID":"00d388c9-da06-4089-9f77-4d8c38e7530d","resourceCustomizationUUID":"480c1de8-e11c-4a2a-b1fb-757233f1bb7c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/vf-license-model.xml","artifactChecksum":"M2JiNmRkMGFmZTM0YjcxZWYwZDI0MzFhY2ZlYjgxMzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05169790-a884-4dca-85d0-1160768f0127","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/pNF.csar","artifactChecksum":"MmY1MjFkMWVmOGRiYTY1MjJhMjcwYzRlODA5YzViMTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e02c4a63-27c1-4bd5-9bf9-0d795ede5814","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19af81cf-c065-47d4-98f6-0ccbed8d62ea","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/vendor-license-model.xml","artifactChecksum":"NDgyOWMzYjdlYTQ5N2M2NTM2MWYxNTMxMmQ0MWNmYzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"636ff98d-1662-4eda-ab9a-b07c2a1d2238","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3c6c031-1fd5-4769-81a3-279d94e5d962","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ebc9ea5b-c36d-41d1-a0b8-e99594a8e91b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf7mryysosc7utwezpjshj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/artifacts/service-DemoPnf7mryysosc7utwezpjshj-template.yml","artifactChecksum":"NzY2YTRlMDcyNTNmNWQ5ZWMxNTEwZjc0NzdhM2M2ZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e8ffc22-07cc-4d9b-8efb-8599146baaa7","artifactVersion":"1"},{"artifactName":"service-DemoPnf7mryysosc7utwezpjshj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/artifacts/service-DemoPnf7mryysosc7utwezpjshj-csar.csar","artifactChecksum":"YzExNjU2YWM5M2RjZjBjODJjNTU5OWI4YmY1MDdhNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55d08d5d-3e75-4f7e-98d6-a23c811dbfa8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-08T15:57:46.744Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T15:57:46.745Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:57:46.751Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:57:46.752Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662652665984,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:46.851Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-08T15:57:46.853Z||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-08T15:57:46.853Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:57:46.924Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:57:46.924Z||pool-35-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1}
2022-09-08T15:57:47.752Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T15:57:47.754Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:57:47.759Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:57:47.759Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662652665984,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:47.870Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-09-08T15:57:47.872Z||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-08T15:57:47.872Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:57:47.921Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:57:47.922Z||pool-36-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-09-08T15:57:48.761Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T15:57:48.772Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:57:48.788Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:57:48.788Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662652665984,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:48.877Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-09-08T15:57:48.878Z||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-08T15:57:48.878Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:57:49.102Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:57:49.103Z||pool-37-thread-1|||||INFO|500||cambria reply ok (225 ms):{"serverTimeMs":0,"count":1}
2022-09-08T15:57:49.792Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T15:57:49.794Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:57:49.804Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:57:49.809Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662652665984,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:49.912Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-08T15:57:49.913Z||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-08T15:57:49.914Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:57:50.064Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:57:50.065Z||pool-38-thread-1|||||INFO|500||cambria reply ok (152 ms):{"serverTimeMs":0,"count":1}
2022-09-08T15:57:50.810Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T15:57:50.811Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:57:50.834Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:57:50.834Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662652665984,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:50.931Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-08T15:57:50.932Z||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-08T15:57:50.932Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:57:51.027Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:57:51.027Z||pool-39-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":1,"count":1}
2022-09-08T15:57:51.835Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T15:57:51.835Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:57:51.838Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:57:51.838Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662652665984,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/resourceInstances/pnf373ebd4e29710/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:51.945Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-08T15:57:51.946Z||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-08T15:57:51.946Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:57:52.036Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:57:52.037Z||pool-40-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1}
2022-09-08T15:57:52.849Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T15:57:52.850Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:57:52.862Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:57:52.868Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662652665984,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/artifacts/service-DemoPnf7mryysosc7utwezpjshj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T15:57:52.968Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T15:57:52.970Z||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-08T15:57:52.970Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:57:53.159Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:57:53.160Z||pool-41-thread-1|||||INFO|500||cambria reply ok (191 ms):{"serverTimeMs":0,"count":1}
2022-09-08T15:57:53.872Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T15:57:53.873Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:57:53.917Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:57:53.921Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662652665984,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/artifacts/service-DemoPnf7mryysosc7utwezpjshj-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T15:57:53.977Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 54 ms
2022-09-08T15:57:53.979Z||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-08T15:57:53.979Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:57:54.189Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:57:54.189Z||pool-42-thread-1|||||INFO|500||cambria reply ok (211 ms):{"serverTimeMs":1,"count":1}
2022-09-08T15:57:54.924Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"serviceName": "Demo_pNF_7MRYYsOsC7UtwEzPJSHj",
"serviceVersion": "1.0",
"serviceUUID": "8e29cd88-4a44-4f5a-95eb-38c9c82c7e85",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "63b8925c-4991-4efd-955a-39b8715b7b25",
"resources": [
{
"resourceInstanceName": "pNF 373ebd4e-2971 0",
"resourceCustomizationUUID": "480c1de8-e11c-4a2a-b1fb-757233f1bb7c",
"resourceName": "pNF 373ebd4e-2971",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "317e4737-0e26-4b89-abbe-9faf271205a7",
"resourceInvariantUUID": "00d388c9-da06-4089-9f77-4d8c38e7530d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf7mryysosc7utwezpjshj-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/artifacts/service-DemoPnf7mryysosc7utwezpjshj-csar.csar",
"artifactChecksum": "YzExNjU2YWM5M2RjZjBjODJjNTU5OWI4YmY1MDdhNzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "55d08d5d-3e75-4f7e-98d6-a23c811dbfa8"
}
],
"workloadContext": "Production"
}
2022-09-08T15:57:54.952Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-08T15:57:54.953Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8e29cd88-4a44-4f5a-95eb-38c9c82c7e85 ASDC
2022-09-08T15:57:54.954Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4f9915ff-1882-4e26-80dd-88dd8566f79c
ServiceName:Demo_pNF_7MRYYsOsC7UtwEzPJSHj
ServiceVersion:1.0
ServiceUUID:8e29cd88-4a44-4f5a-95eb-38c9c82c7e85
ServiceInvariantUUID:63b8925c-4991-4efd-955a-39b8715b7b25
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf7mryysosc7utwezpjshj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/artifacts/service-DemoPnf7mryysosc7utwezpjshj-csar.csar
ArtifactUUID:55d08d5d-3e75-4f7e-98d6-a23c811dbfa8
ArtifactChecksum:YzExNjU2YWM5M2RjZjBjODJjNTU5OWI4YmY1MDdhNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 373ebd4e-2971 0
ResourceCustomizationUUID:480c1de8-e11c-4a2a-b1fb-757233f1bb7c
ResourceInvariantUUID:00d388c9-da06-4089-9f77-4d8c38e7530d
ResourceName:pNF 373ebd4e-2971
ResourceType:PNF
ResourceUUID:317e4737-0e26-4b89-abbe-9faf271205a7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-09-08T15:57:54.954Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8e29cd88-4a44-4f5a-95eb-38c9c82c7e85 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-08T15:57:55.349Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-08T15:57:55.351Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-08T15:57:55.351Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-08T15:57:55.351Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 55d08d5d-3e75-4f7e-98d6-a23c811dbfa8 from URL: /sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/artifacts/service-DemoPnf7mryysosc7utwezpjshj-csar.csar
2022-09-08T15:57:55.352Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-08T15:57:55.356Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/artifacts/service-DemoPnf7mryysosc7utwezpjshj-csar.csar
2022-09-08T15:57:55.726Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-08T15:57:55.746Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/artifacts/service-DemoPnf7mryysosc7utwezpjshj-csar.csar 55d08d5d-3e75-4f7e-98d6-a23c811dbfa8 87781
2022-09-08T15:57:55.747Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/artifacts/service-DemoPnf7mryysosc7utwezpjshj-csar.csar ASDC sendASDCNotification
2022-09-08T15:57:55.747Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/artifacts/service-DemoPnf7mryysosc7utwezpjshj-csar.csar
2022-09-08T15:57:55.747Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T15:57:55.747Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-08T15:57:55.791Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T15:57:55.791Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4f9915ff-1882-4e26-80dd-88dd8566f79c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662652675747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/artifacts/service-DemoPnf7mryysosc7utwezpjshj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T15:57:55.879Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-09-08T15:57:55.880Z||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-08T15:57:55.881Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 42bhlBgctBFHacA4) ...
2022-09-08T15:57:56.097Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T15:57:56.109Z||pool-43-thread-1|||||INFO|500||cambria reply ok (229 ms):{"serverTimeMs":0,"count":1}
2022-09-08T15:57:56.792Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-08T15:57:56.794Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-08T15:57:56.795Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 55d08d5d-3e75-4f7e-98d6-a23c811dbfa8, URL: /sdc/v1/catalog/services/DemoPnf7mryysosc7utwezpjshj/1.0/artifacts/service-DemoPnf7mryysosc7utwezpjshj-csar.csar to file: /app/ASDC/1/service-DemoPnf7mryysosc7utwezpjshj-csar.csar
2022-09-08T15:57:56.796Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf7mryysosc7utwezpjshj-csar.csar
2022-09-08T15:57:56.799Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf7mryysosc7utwezpjshj-csar.csar
2022-09-08T15:57:56.799Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf7mryysosc7utwezpjshj-csar.csar
2022-09-08T15:57:57.095Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1897366958906787100/Definitions/service-DemoPnf7mryysosc7utwezpjshj-template.yml
2022-09-08T15:57:58.939Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-08T15:57:58.940Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-08T15:57:58.940Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf7mryysosc7utwezpjshj-csar.csar
2022-09-08T15:57:58.940Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-08T15:57:58.940Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|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-DemoPnf7mryysosc7utwezpjshj-csar.csar
2022-09-08T15:57:58.940Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|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-DemoPnf7mryysosc7utwezpjshj-csar.csar
2022-09-08T15:57:58.940Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|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-DemoPnf7mryysosc7utwezpjshj-csar.csar
2022-09-08T15:57:58.941Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|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-DemoPnf7mryysosc7utwezpjshj-csar.csar
2022-09-08T15:57:58.941Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|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-DemoPnf7mryysosc7utwezpjshj-csar.csar
2022-09-08T15:57:58.941Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 373ebd4e-2971 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-DemoPnf7mryysosc7utwezpjshj-csar.csar
2022-09-08T15:57:58.941Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|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-DemoPnf7mryysosc7utwezpjshj-csar.csar
2022-09-08T15:57:58.941Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-08T15:57:58.942Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:57:58.942Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_7MRYYsOsC7UtwEzPJSHj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:57:58.942Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||Node template pNF 373ebd4e-2971 0 is matching search criteria
2022-09-08T15:57:58.943Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-08T15:57:58.943Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 373ebd4e-2971 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-08T15:57:58.943Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:57:58.943Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_7MRYYsOsC7UtwEzPJSHj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:57:58.944Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||Node template pNF 373ebd4e-2971 0 is matching search criteria
2022-09-08T15:57:58.944Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-08T15:57:58.944Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 373ebd4e-2971 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-08T15:57:58.944Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:57:58.944Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_7MRYYsOsC7UtwEzPJSHj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:57:58.945Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:57:58.945Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_7MRYYsOsC7UtwEzPJSHj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:57:58.945Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:57:58.945Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_7MRYYsOsC7UtwEzPJSHj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:57:58.945Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T15:57:58.946Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_7MRYYsOsC7UtwEzPJSHj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T15:57:58.946Z|4f9915ff-1882-4e26-80dd-88dd8566f79c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery