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-07T23:34:33.585Z||main|||||INFO|500||The following profiles are active: basic
2022-09-07T23:34:46.598Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-07T23:34:46.599Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-07T23:34:46.718Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-07T23:34:51.533Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-07T23:34:52.004Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-07T23:34:52.478Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-07T23:34:53.110Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-07T23:34:53.235Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-07T23:34:53.996Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-07T23:34:54.656Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-07T23:34:56.704Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-07T23:34:59.010Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-07T23:34:59.064Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-07T23:35:00.304Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-07T23:35:00.573Z||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-07T23:35:01.798Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-07T23:35:02.835Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2022-09-07T23:35:03.710Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-09-07T23:35:03.710Z||main|||||ERROR|500||(conn=1209) Table 'catalogdb.activity_spec' doesn't exist
2022-09-07T23:35:03.726Z||main|||||WARN|500||Exception on deploying activitySpecs: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2022-09-07T23:35:06.821Z||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-07T23:35:09.391Z||main|||||WARN|500||---
2022-09-07T23:35:09.392Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-07T23:35:09.392Z||main|||||WARN|500||---
2022-09-07T23:35:09.835Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-07T23:35:15.036Z||main|||||INFO|500||Started Application in 44.951 seconds (JVM running for 47.796)
2022-09-07T23:35:15.052Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T23:35:15.055Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T23:35:15.066Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T23:35:15.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T23:35:15.131Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3c9a394b-2694-4e5d-8d14-f3173628d046 url= /sdc/v1/artifactTypes
2022-09-07T23:35:15.132Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-07T23:35:15.234Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-07T23:35:15.236Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@422ba99e
2022-09-07T23:35:15.237Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-07T23:35:15.255Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-07T23:35:15.257Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-07T23:35:15.261Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$74e1c793.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-09-07T23:36:05.031Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T23:36:05.032Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T23:36:05.032Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T23:36:05.035Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T23:36:05.045Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 89a68578-e520-4258-92af-8d186857a2b0 url= /sdc/v1/artifactTypes
2022-09-07T23:36:05.045Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-07T23:36:05.053Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-07T23:36:05.053Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6a89c336
2022-09-07T23:36:05.054Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-07T23:36:05.054Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-07T23:36:05.054Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-07T23:36:05.055Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$74e1c793.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-09-07T23:36:55.031Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T23:36:55.031Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T23:36:55.032Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T23:36:55.036Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T23:36:55.041Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0297404c-9c5b-404b-b5dc-28f304286f0a url= /sdc/v1/artifactTypes
2022-09-07T23:36:55.042Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-07T23:36:55.052Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-07T23:36:55.052Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d17ac7
2022-09-07T23:36:55.052Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-07T23:36:55.053Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-07T23:36:55.053Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-07T23:36:55.054Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$74e1c793.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-09-07T23:37:45.031Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T23:37:45.033Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T23:37:45.033Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T23:37:45.038Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T23:37:45.044Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e214805a-7e3b-4e96-ba00-1ea9a0b80e65 url= /sdc/v1/artifactTypes
2022-09-07T23:37:45.044Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-07T23:37:45.050Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-07T23:37:45.051Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@70d37795
2022-09-07T23:37:45.051Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-07T23:37:45.051Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-07T23:37:45.051Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-07T23:37:45.052Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$74e1c793.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-07T23:38:35.031Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T23:38:35.032Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T23:38:35.033Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T23:38:35.036Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T23:38:35.041Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 59a11ad9-e0ec-4592-b1df-a8a4a12c1615 url= /sdc/v1/artifactTypes
2022-09-07T23:38:35.041Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-07T23:38:35.055Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-07T23:38:35.056Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@50257856
2022-09-07T23:38:35.056Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-07T23:38:35.057Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-07T23:38:35.057Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-07T23:38:35.057Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$74e1c793.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-07T23:39:25.030Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T23:39:25.031Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T23:39:25.031Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T23:39:25.035Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T23:39:25.042Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 00a861a7-d3b5-44e8-804f-0a9491917748 url= /sdc/v1/artifactTypes
2022-09-07T23:39:25.043Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-07T23:39:25.049Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-07T23:39:25.050Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c714411
2022-09-07T23:39:25.050Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-07T23:39:25.051Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-07T23:39:25.051Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-07T23:39:25.052Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$74e1c793.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-07T23:40:15.030Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T23:40:15.030Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T23:40:15.032Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T23:40:15.035Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T23:40:15.039Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4cc0735f-a17a-4895-92b7-13faaf4a9815 url= /sdc/v1/artifactTypes
2022-09-07T23:40:15.040Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-07T23:40:15.045Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-07T23:40:15.046Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47bfde45
2022-09-07T23:40:15.046Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-07T23:40:15.046Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-07T23:40:15.046Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-07T23:40:15.047Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$74e1c793.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-07T23:41:05.030Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T23:41:05.030Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T23:41:05.031Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T23:41:05.036Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T23:41:05.049Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6a260302-69ad-4168-8a2e-a18d2317d4c1 url= /sdc/v1/artifactTypes
2022-09-07T23:41:05.049Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-07T23:41:05.060Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-07T23:41:05.061Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@dd1bc3c
2022-09-07T23:41:05.061Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-07T23:41:05.062Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-07T23:41:05.062Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-07T23:41:05.063Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$74e1c793.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-07T23:41:55.030Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T23:41:55.031Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T23:41:55.031Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T23:41:55.034Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T23:41:55.039Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 13717242-cd32-491f-b176-f165dcadf10a url= /sdc/v1/artifactTypes
2022-09-07T23:41:55.039Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-07T23:41:55.046Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-07T23:41:55.046Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@138932fb
2022-09-07T23:41:55.046Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-07T23:41:55.047Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-07T23:41:55.047Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-07T23:41:55.047Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$74e1c793.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-07T23:42:45.030Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T23:42:45.031Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T23:42:45.031Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T23:42:45.033Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T23:42:45.037Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 55940555-3737-42dd-a9fd-a327af2546ef url= /sdc/v1/artifactTypes
2022-09-07T23:42:45.038Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-07T23:42:45.042Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-07T23:42:45.042Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b4f4bd6
2022-09-07T23:42:45.043Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-07T23:42:45.043Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-07T23:42:45.043Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-07T23:42:45.044Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$74e1c793.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-07T23:43:35.030Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T23:43:35.030Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T23:43:35.031Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T23:43:35.034Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T23:43:35.039Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a639293b-1954-48ee-8285-927da5550d40 url= /sdc/v1/artifactTypes
2022-09-07T23:43:35.039Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-07T23:43:35.045Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-07T23:43:35.045Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@36209e82
2022-09-07T23:43:35.045Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-07T23:43:35.046Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-07T23:43:35.046Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-07T23:43:35.047Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$74e1c793.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-07T23:44:25.030Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T23:44:25.030Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T23:44:25.031Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T23:44:25.035Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T23:44:25.040Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= baef866f-fee9-4e0d-a1de-9e07fbc9eb40 url= /sdc/v1/artifactTypes
2022-09-07T23:44:25.041Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-07T23:44:25.046Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-07T23:44:25.046Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b95471
2022-09-07T23:44:25.046Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-07T23:44:25.047Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-07T23:44:25.047Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-07T23:44:25.048Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$74e1c793.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-07T23:45:11.836Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-07T23:45:15.030Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T23:45:15.030Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T23:45:15.031Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T23:45:15.034Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T23:45:15.039Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56f2e34b-2e80-4e3c-852a-8dfb95955f0d url= /sdc/v1/artifactTypes
2022-09-07T23:45:15.040Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-07T23:45:15.044Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-07T23:45:15.045Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b3172ef
2022-09-07T23:45:15.045Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-07T23:45:15.045Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-07T23:45:15.045Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-07T23:45:15.046Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$74e1c793.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-07T23:46:05.030Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T23:46:05.030Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T23:46:05.031Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T23:46:05.034Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T23:46:05.040Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8cfc4abb-48f8-4610-a36e-2afbab86be24 url= /sdc/v1/artifactTypes
2022-09-07T23:46:05.040Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-07T23:46:05.044Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-07T23:46:05.044Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1512508b
2022-09-07T23:46:05.045Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-07T23:46:05.045Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-07T23:46:05.045Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-07T23:46:05.046Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$74e1c793.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-07T23:46:55.031Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T23:46:55.032Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T23:46:55.033Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T23:46:55.038Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T23:46:55.048Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= af285ca7-9baa-44a5-849f-28d10fcb97ab url= /sdc/v1/artifactTypes
2022-09-07T23:46:55.049Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-07T23:46:55.054Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-07T23:46:55.055Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@56a4c653
2022-09-07T23:46:55.055Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-07T23:46:55.055Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-07T23:46:55.056Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-07T23:46:55.056Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$74e1c793.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-07T23:47:45.031Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T23:47:45.032Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T23:47:45.032Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T23:47:45.035Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T23:47:45.040Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8a9727d2-e543-43e9-afff-432afc06e9c5 url= /sdc/v1/artifactTypes
2022-09-07T23:47:45.041Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-07T23:47:45.047Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-07T23:47:45.047Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@16fa2fe5
2022-09-07T23:47:45.047Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-07T23:47:45.047Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-07T23:47:45.048Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-07T23:47:45.049Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$74e1c793.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-09-07T23:48:35.032Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T23:48:35.034Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T23:48:35.034Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T23:48:35.111Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T23:48:35.129Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1785ac48-596a-476d-bc49-b52665c841cb url= /sdc/v1/artifactTypes
2022-09-07T23:48:35.130Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-07T23:48:35.443Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-07T23:48:35.485Z||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-07T23:48:35.567Z||scheduling-1|||||DEBUG|500||create keys
2022-09-07T23:48:35.576Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-07T23:48:36.939Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:48:36.956Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7fc22de7-cbcf-474d-b74e-ac6a8fa7dd81 url= /sdc/v1/registerForDistribution
2022-09-07T23:48:38.147Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7fc22de7-cbcf-474d-b74e-ac6a8fa7dd81 url= /sdc/v1/registerForDistribution
2022-09-07T23:48:38.147Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-07T23:48:38.158Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:48:38.159Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:48:38.165Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-07T23:48:38.167Z||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-07T23:48:38.168Z||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-07T23:48:38.168Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:48:38.168Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:48:49.163Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:48:49.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:49:38.154Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:49:38.156Z||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-07T23:49:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:49:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:49:38.157Z||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-07T23:49:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:49:48.299Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:49:48.472Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:50:38.154Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:50:38.155Z||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-07T23:50:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:50:38.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:50:38.158Z||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-07T23:50:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:50:47.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:50:48.052Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:51:38.155Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:51:38.156Z||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-07T23:51:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:51:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:51:38.157Z||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-07T23:51:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:51:48.051Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:51:48.057Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:52:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:52:38.156Z||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-07T23:52:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:52:38.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:52:38.158Z||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-07T23:52:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:52:47.992Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:52:48.384Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:53:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:53:38.156Z||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-07T23:53:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:53:38.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:53:38.158Z||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-07T23:53:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:53:47.988Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:53:48.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:54:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:54:38.156Z||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-07T23:54:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:54:38.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:54:38.157Z||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-07T23:54:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:54:48.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:54:48.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:55:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:55:38.155Z||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-07T23:55:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:55:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:55:38.157Z||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-07T23:55:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:55:48.339Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:55:48.524Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:56:38.155Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:56:38.157Z||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-07T23:56:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:56:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:56:38.158Z||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-07T23:56:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:56:48.279Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:56:48.298Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:57:38.155Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:57:38.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:57:38.157Z||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-07T23:57:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:57:38.158Z||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-07T23:57:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:57:47.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:57:48.016Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:58:38.155Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:58:38.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:58:38.158Z||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-07T23:58:38.158Z||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-07T23:58:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:58:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:58:47.981Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:58:48.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:59:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:59:38.156Z||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-07T23:59:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:59:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T23:59:38.158Z||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-07T23:59:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-07T23:59:48.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T23:59:48.208Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:00:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:00:38.155Z||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-08T00:00:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:00:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:00:38.157Z||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-08T00:00:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:00:47.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:00:48.096Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:01:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:01:38.155Z||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-08T00:01:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:01:38.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:01:38.157Z||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-08T00:01:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:01:47.930Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:01:47.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:02:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:02:38.156Z||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-08T00:02:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:02:38.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:02:38.158Z||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-08T00:02:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:02:48.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:02:48.043Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:03:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:03:38.155Z||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-08T00:03:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:03:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:03:38.158Z||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-08T00:03:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:03:48.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:03:48.471Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:04:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:04:38.156Z||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-08T00:04:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:04:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:04:38.157Z||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-08T00:04:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:04:47.863Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:04:47.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:05:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:05:38.155Z||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-08T00:05:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:05:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:05:38.157Z||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-08T00:05:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:05:47.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:05:47.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:06:38.155Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:06:38.156Z||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-08T00:06:38.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:06:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:06:38.158Z||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-08T00:06:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:06:47.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:06:47.973Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:07:38.155Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:07:38.156Z||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-08T00:07:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:07:38.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:07:38.158Z||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-08T00:07:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:07:47.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:07:47.977Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:08:38.155Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:08:38.157Z||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-08T00:08:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:08:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:08:38.157Z||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-08T00:08:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:08:47.986Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:08:48.038Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:09:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:09:38.157Z||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-08T00:09:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:09:38.159Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:09:38.160Z||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-08T00:09:38.160Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:09:48.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:09:48.232Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:10:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:10:38.156Z||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-08T00:10:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:10:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:10:38.158Z||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-08T00:10:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:10:47.847Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:10:47.854Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:11:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:11:38.155Z||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-08T00:11:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:11:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:11:38.157Z||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-08T00:11:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:11:47.996Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:11:48.013Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:12:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:12:38.156Z||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-08T00:12:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:12:38.157Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:12:38.157Z||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-08T00:12:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:12:47.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:12:47.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:13:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:13:38.156Z||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-08T00:13:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:13:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:13:38.158Z||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-08T00:13:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:13:47.833Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:13:47.833Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:14:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:14:38.155Z||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-08T00:14:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:14:38.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:14:38.158Z||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-08T00:14:38.159Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:14:48.004Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:14:48.092Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:15:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:15:38.155Z||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-08T00:15:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:15:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:15:38.158Z||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-08T00:15:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:15:48.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:15:48.179Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:16:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:16:38.155Z||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-08T00:16:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:16:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:16:38.158Z||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-08T00:16:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:16:48.088Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:16:48.330Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:17:38.155Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:17:38.155Z||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-08T00:17:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:17:38.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:17:38.157Z||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-08T00:17:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:17:48.330Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:17:48.404Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:18:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:18:38.155Z||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-08T00:18:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:18:38.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:18:38.157Z||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-08T00:18:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:18:47.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:18:47.959Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:19:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:19:38.156Z||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-08T00:19:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:19:38.157Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:19:38.158Z||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-08T00:19:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:19:48.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:19:48.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:20:38.156Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:20:38.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:20:38.158Z||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-08T00:20:38.158Z||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-08T00:20:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:20:38.159Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:20:47.893Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:20:47.910Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:21:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:21:38.156Z||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-08T00:21:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:21:38.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:21:38.157Z||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-08T00:21:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:21:47.923Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:21:47.964Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:22:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:22:38.156Z||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-08T00:22:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:22:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:22:38.158Z||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-08T00:22:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:22:47.989Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:22:47.989Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:23:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:23:38.155Z||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-08T00:23:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:23:38.157Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:23:38.157Z||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-08T00:23:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:23:48.207Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:23:48.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:24:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:24:38.156Z||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-08T00:24:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:24:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:24:38.158Z||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-08T00:24:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:24:48.043Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:24:48.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:25:38.154Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:25:38.155Z||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-08T00:25:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:25:38.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:25:38.158Z||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-08T00:25:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:25:47.985Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:25:47.994Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:26:38.154Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:26:38.156Z||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-08T00:26:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:26:38.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:26:38.158Z||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-08T00:26:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:26:47.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:26:48.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:27:38.154Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:27:38.155Z||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-08T00:27:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:27:38.157Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:27:38.157Z||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-08T00:27:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:27:47.983Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:27:48.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:28:38.154Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:28:38.160Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:28:38.160Z||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-08T00:28:38.161Z||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-08T00:28:38.161Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:28:38.161Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:28:47.926Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:28:47.931Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:29:38.154Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:29:38.156Z||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-08T00:29:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:29:38.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:29:38.158Z||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-08T00:29:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:29:47.807Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:29:47.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:30:38.154Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:30:38.155Z||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-08T00:30:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:30:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:30:38.158Z||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-08T00:30:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:30:48.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:30:48.050Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:31:38.154Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:31:38.155Z||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-08T00:31:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:31:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:31:38.157Z||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-08T00:31:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:31:47.784Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:31:47.789Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:32:38.155Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:32:38.156Z||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-08T00:32:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:32:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:32:38.158Z||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-08T00:32:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:32:47.957Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:32:48.327Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:33:38.155Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:33:38.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:33:38.157Z||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-08T00:33:38.158Z||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-08T00:33:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:33:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:33:47.891Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:33:48.015Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:34:38.154Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:34:38.156Z||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-08T00:34:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:34:38.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:34:38.157Z||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-08T00:34:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:34:47.885Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:34:47.891Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:35:38.154Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:35:38.156Z||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-08T00:35:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:35:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:35:38.158Z||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-08T00:35:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:35:47.940Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:35:47.941Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:36:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:36:38.156Z||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-08T00:36:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:36:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:36:38.157Z||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-08T00:36:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:36:48.097Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:36:48.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:37:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:37:38.156Z||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-08T00:37:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:37:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:37:38.157Z||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-08T00:37:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:37:48.121Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:37:48.318Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:38:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:38:38.155Z||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-08T00:38:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:38:38.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:38:38.158Z||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-08T00:38:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:38:47.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:38:48.002Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:39:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:39:38.155Z||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-08T00:39:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:39:38.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:39:38.157Z||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-08T00:39:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:39:47.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:39:47.976Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:40:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:40:38.155Z||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-08T00:40:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:40:38.157Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:40:38.158Z||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-08T00:40:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:40:47.915Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:40:47.934Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:41:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:41:38.156Z||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-08T00:41:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:41:38.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:41:38.158Z||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-08T00:41:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:41:48.150Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:41:48.183Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:42:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:42:38.156Z||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-08T00:42:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:42:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:42:38.158Z||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-08T00:42:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:42:47.973Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:42:47.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:43:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:43:38.155Z||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-08T00:43:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:43:38.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:43:38.157Z||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-08T00:43:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:43:48.035Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:43:48.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:44:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:44:38.155Z||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-08T00:44:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:44:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:44:38.157Z||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-08T00:44:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:44:48.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:44:48.259Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:45:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:45:38.156Z||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-08T00:45:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:45:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:45:38.157Z||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-08T00:45:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:45:47.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:45:47.905Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:46:38.155Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:46:38.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:46:38.158Z||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-08T00:46:38.158Z||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-08T00:46:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:46:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:46:47.955Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:46:48.086Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:47:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:47:38.156Z||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-08T00:47:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:47:38.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:47:38.158Z||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-08T00:47:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:47:48.409Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:47:48.497Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:48:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:48:38.155Z||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-08T00:48:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:48:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:48:38.158Z||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-08T00:48:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:48:47.947Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:48:47.962Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:49:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:49:38.155Z||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-08T00:49:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:49:38.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:49:38.157Z||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-08T00:49:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:49:47.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:49:48.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:50:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:50:38.155Z||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-08T00:50:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:50:38.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:50:38.158Z||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-08T00:50:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:50:48.061Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:50:48.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:51:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:51:38.155Z||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-08T00:51:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:51:38.157Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:51:38.157Z||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-08T00:51:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:51:47.978Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:51:48.036Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:52:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:52:38.155Z||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-08T00:52:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:52:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:52:38.158Z||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-08T00:52:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:52:47.909Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:52:47.984Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:53:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:53:38.155Z||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-08T00:53:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:53:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:53:38.157Z||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-08T00:53:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:53:47.923Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:53:47.934Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:54:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:54:38.155Z||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-08T00:54:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:54:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:54:38.157Z||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-08T00:54:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:54:47.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:54:47.924Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:55:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:55:38.156Z||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-08T00:55:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:55:38.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:55:38.157Z||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-08T00:55:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:55:48.030Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:55:48.054Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:56:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:56:38.155Z||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-08T00:56:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:56:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:56:38.157Z||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-08T00:56:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:56:47.923Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:56:47.932Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:57:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:57:38.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:57:38.157Z||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-08T00:57:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:57:38.158Z||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-08T00:57:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:57:47.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:57:48.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:58:38.155Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:58:38.157Z||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-08T00:58:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:58:38.159Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:58:38.161Z||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-08T00:58:38.161Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:58:48.065Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:58:48.082Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:59:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:59:38.161Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T00:59:38.161Z||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-08T00:59:38.161Z||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-08T00:59:38.161Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:59:38.162Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T00:59:47.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T00:59:47.971Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:00:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:00:38.156Z||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-08T01:00:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:00:38.157Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:00:38.158Z||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-08T01:00:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:00:48.228Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:00:48.284Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:01:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:01:38.155Z||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-08T01:01:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:01:38.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:01:38.157Z||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-08T01:01:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:01:47.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:01:47.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:02:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:02:38.155Z||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-08T01:02:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:02:38.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:02:38.157Z||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-08T01:02:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:02:47.914Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:02:48.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:03:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:03:38.155Z||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-08T01:03:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:03:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:03:38.157Z||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-08T01:03:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:03:48.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:03:48.615Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:04:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:04:38.155Z||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-08T01:04:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:04:38.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:04:38.157Z||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-08T01:04:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:04:48.011Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:04:48.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:05:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:05:38.155Z||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-08T01:05:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:05:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:05:38.158Z||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-08T01:05:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:05:48.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:05:48.409Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:06:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:06:38.155Z||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-08T01:06:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:06:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:06:38.157Z||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-08T01:06:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:06:47.955Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:06:48.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:07:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:07:38.155Z||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-08T01:07:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:07:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:07:38.157Z||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-08T01:07:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:07:47.897Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:07:48.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:08:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:08:38.155Z||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-08T01:08:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:08:38.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:08:38.158Z||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-08T01:08:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:08:47.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:08:47.906Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:09:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:09:38.155Z||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-08T01:09:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:09:38.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:09:38.158Z||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-08T01:09:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:09:47.909Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:09:47.912Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:10:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:10:38.156Z||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-08T01:10:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:10:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:10:38.158Z||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-08T01:10:38.159Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:10:47.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:10:47.894Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:11:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:11:38.155Z||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-08T01:11:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:11:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:11:38.157Z||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-08T01:11:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:11:47.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:11:47.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:12:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:12:38.157Z||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-08T01:12:38.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:12:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:12:38.157Z||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-08T01:12:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:12:48.500Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:12:48.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:13:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:13:38.156Z||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-08T01:13:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:13:38.157Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:13:38.157Z||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-08T01:13:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:13:47.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:13:47.922Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:14:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:14:38.155Z||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-08T01:14:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:14:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:14:38.158Z||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-08T01:14:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:14:48.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:14:48.355Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:15:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:15:38.155Z||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-08T01:15:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:15:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:15:38.158Z||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-08T01:15:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:15:48.009Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:15:48.046Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:16:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:16:38.155Z||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-08T01:16:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:16:38.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:16:38.158Z||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-08T01:16:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:16:47.930Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:16:47.938Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:38.154Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:17:38.155Z||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-08T01:17:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:17:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:17:38.158Z||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-08T01:17:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:17:38.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:38.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:17:38.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "aai-ml",
"timestamp": 1662599847263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:17:38.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:38.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-08T01:17:38.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"44306da2-c074-488c-9b5a-5c384a193571","serviceName":"vFW 2022-09-08 01-15-12","serviceVersion":"1.0","serviceUUID":"38ea6075-2674-4b52-b5cf-fae483577336","serviceDescription":"catalog service description","serviceInvariantUUID":"c68d49b5-4bcb-491b-8509-0ccd6f187aad","resources":[{"resourceInstanceName":"vFW b0a1d0e6-9b2f 0","resourceName":"vFW b0a1d0e6-9b2f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bd37e626-de1d-41e4-a3df-c60d981b1d1a","resourceInvariantUUID":"d1b211d9-90c8-4ee1-8cd0-524d0fd3fed4","resourceCustomizationUUID":"cac04d36-9818-49f0-a45c-1e5a1c061065","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vf-license-model.xml","artifactChecksum":"ZmNlYjQ2OWUxOGE0NGY5OTY3MWEwZDg1MTNhYzA0NzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"55e07cf3-a4a5-4490-80ee-7631a964b3d0","artifactVersion":"1"},{"artifactName":"vfwb0a1d0e69b2f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json","artifactChecksum":"N2EyNGExYzA4NzFjZjg5NmEyMmI3YzYyZDRlNjI3Zjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6268d701-88ff-49e3-8569-d8c831654d96","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3a6301ad-beb4-49db-a494-77dbf8f74a26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vendor-license-model.xml","artifactChecksum":"MGJlNGU0NWJiY2ViZmU4ODcxNzVlNTE2YzJhMTE5OTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5fa25186-4920-4a1e-be11-665af47d5668","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a2a08d42-c438-4c01-91f0-31e25e772987","artifactVersion":"2","generatedFromUUID":"3a6301ad-beb4-49db-a494-77dbf8f74a26"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220908011512-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-template.yml","artifactChecksum":"NjQwYTQzYzI4YmExNDcyMTc0NDMyZTNkOGFlMzM1NjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c6524d2-0037-4d9f-9943-8f9f875b5c04","artifactVersion":"1"},{"artifactName":"service-Vfw20220908011512-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar","artifactChecksum":"YzAwODczYTEzMWFlYWIzNjFlMzdhYmI5NmY0MWY1NDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c1d2833-19b7-4a0c-9092-92b8df5caf09","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-08T01:17:38.825Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T01:17:38.833Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:17:38.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:17:38.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:17:38.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "cds",
"timestamp": 1662599844799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:17:38.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:17:38.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:17:38.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "aai-ml",
"timestamp": 1662599847263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:17:38.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:17:38.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:17:38.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "cds",
"timestamp": 1662599844799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:17:38.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:17:38.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:17:38.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "aai-ml",
"timestamp": 1662599847263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:17:38.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:17:38.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:17:38.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "cds",
"timestamp": 1662599844799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:17:38.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:17:38.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:17:38.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "aai-ml",
"timestamp": 1662599847263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:17:38.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:17:38.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:17:38.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "cds",
"timestamp": 1662599844799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:17:38.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:17:38.849Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:17:38.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:17:38.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "aai-ml",
"timestamp": 1662599847263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:17:38.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:17:38.849Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599858154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:17:38.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:17:38.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "cds",
"timestamp": 1662599844799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:17:38.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:17:38.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:17:38.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "aai-ml",
"timestamp": 1662599847263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:17:38.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:17:38.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:17:38.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "cds",
"timestamp": 1662599844799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:17:38.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:17:38.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:17:38.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "aai-ml",
"timestamp": 1662599847263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T01:17:38.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:17:38.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:17:38.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "cds",
"timestamp": 1662599844799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T01:17:38.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:17:38.950Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-09-08T01:17:38.955Z||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-08T01:17:38.956Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:17:38.986Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:38.987Z||pool-3-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:17:39.859Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T01:17:39.859Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:17:39.861Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:17:39.861Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599858154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json",
"status": "NOTIFIED"
}
2022-09-08T01:17:39.961Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:17:39.962Z||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-08T01:17:39.962Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:17:40.006Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:40.007Z||pool-4-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:17:40.861Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T01:17:40.863Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:17:40.865Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:17:40.865Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599858154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-08T01:17:40.965Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-08T01:17:40.966Z||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-08T01:17:40.966Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:17:41.020Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:41.020Z||pool-5-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:17:41.866Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T01:17:41.867Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:17:41.869Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:17:41.869Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599858154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:17:41.969Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:17:41.970Z||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-08T01:17:41.970Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:17:42.050Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:42.051Z||pool-6-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":1,"count":1}
2022-09-08T01:17:42.870Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T01:17:42.871Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:17:42.873Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:17:42.873Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599858154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-08T01:17:42.973Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:17:42.974Z||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-08T01:17:42.974Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:17:43.022Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:43.022Z||pool-7-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:17:43.875Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T01:17:43.875Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:17:43.877Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:17:43.877Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599858154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:17:43.978Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-08T01:17:43.979Z||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-08T01:17:43.979Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:17:44.024Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:44.024Z||pool-8-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-09-08T01:17:44.878Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T01:17:44.879Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:17:44.881Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:17:44.881Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599858154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T01:17:44.982Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-08T01:17:44.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-08T01:17:44.983Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:17:45.064Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:45.066Z||pool-9-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:17:45.884Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"serviceName": "vFW 2022-09-08 01-15-12",
"serviceVersion": "1.0",
"serviceUUID": "38ea6075-2674-4b52-b5cf-fae483577336",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c68d49b5-4bcb-491b-8509-0ccd6f187aad",
"resources": [
{
"resourceInstanceName": "vFW b0a1d0e6-9b2f 0",
"resourceCustomizationUUID": "cac04d36-9818-49f0-a45c-1e5a1c061065",
"resourceName": "vFW b0a1d0e6-9b2f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bd37e626-de1d-41e4-a3df-c60d981b1d1a",
"resourceInvariantUUID": "d1b211d9-90c8-4ee1-8cd0-524d0fd3fed4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb0a1d0e69b2f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json",
"artifactChecksum": "N2EyNGExYzA4NzFjZjg5NmEyMmI3YzYyZDRlNjI3Zjg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6268d701-88ff-49e3-8569-d8c831654d96",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3a6301ad-beb4-49db-a494-77dbf8f74a26",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a2a08d42-c438-4c01-91f0-31e25e772987",
"generatedFromUUID": "3a6301ad-beb4-49db-a494-77dbf8f74a26"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a2a08d42-c438-4c01-91f0-31e25e772987",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220908011512-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar",
"artifactChecksum": "YzAwODczYTEzMWFlYWIzNjFlMzdhYmI5NmY0MWY1NDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1c1d2833-19b7-4a0c-9092-92b8df5caf09"
}
],
"workloadContext": "Production"
}
2022-09-08T01:17:45.885Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-08T01:17:45.885Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 38ea6075-2674-4b52-b5cf-fae483577336 ASDC
2022-09-08T01:17:46.025Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:44306da2-c074-488c-9b5a-5c384a193571
ServiceName:vFW 2022-09-08 01-15-12
ServiceVersion:1.0
ServiceUUID:38ea6075-2674-4b52-b5cf-fae483577336
ServiceInvariantUUID:c68d49b5-4bcb-491b-8509-0ccd6f187aad
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220908011512-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar
ArtifactUUID:1c1d2833-19b7-4a0c-9092-92b8df5caf09
ArtifactChecksum:YzAwODczYTEzMWFlYWIzNjFlMzdhYmI5NmY0MWY1NDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b0a1d0e6-9b2f 0
ResourceCustomizationUUID:cac04d36-9818-49f0-a45c-1e5a1c061065
ResourceInvariantUUID:d1b211d9-90c8-4ee1-8cd0-524d0fd3fed4
ResourceName:vFW b0a1d0e6-9b2f
ResourceType:VF
ResourceUUID:bd37e626-de1d-41e4-a3df-c60d981b1d1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb0a1d0e69b2f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json
ArtifactUUID:6268d701-88ff-49e3-8569-d8c831654d96
ArtifactChecksum:N2EyNGExYzA4NzFjZjg5NmEyMmI3YzYyZDRlNjI3Zjg=
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/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml
ArtifactUUID:3a6301ad-beb4-49db-a494-77dbf8f74a26
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/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env
ArtifactUUID:a2a08d42-c438-4c01-91f0-31e25e772987
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/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env
ArtifactUUID:a2a08d42-c438-4c01-91f0-31e25e772987
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-08T01:17:46.026Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38ea6075-2674-4b52-b5cf-fae483577336 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-08T01:17:46.302Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-08T01:17:46.303Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-08T01:17:46.305Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-08T01:17:46.305Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1c1d2833-19b7-4a0c-9092-92b8df5caf09 from URL: /sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar
2022-09-08T01:17:46.305Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-08T01:17:46.307Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar
2022-09-08T01:17:46.429Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-08T01:17:46.436Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar 1c1d2833-19b7-4a0c-9092-92b8df5caf09 100616
2022-09-08T01:17:46.437Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar ASDC sendASDCNotification
2022-09-08T01:17:46.437Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar
2022-09-08T01:17:46.438Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T01:17:46.439Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:17:46.441Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:17:46.441Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599866436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:17:46.541Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:17:46.542Z||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-08T01:17:46.542Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:17:46.580Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:46.581Z||pool-10-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-09-08T01:17:47.441Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-08T01:17:47.443Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-08T01:17:47.443Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1c1d2833-19b7-4a0c-9092-92b8df5caf09, URL: /sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar to file: /app/ASDC/1/service-Vfw20220908011512-csar.csar
2022-09-08T01:17:47.444Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220908011512-csar.csar
2022-09-08T01:17:47.537Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220908011512-csar.csar
2022-09-08T01:17:47.537Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220908011512-csar.csar
2022-09-08T01:17:48.316Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5228506109196331521/Definitions/service-Vfw20220908011512-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-08T01:17:50.851Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-08T01:17:50.856Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-08T01:17:50.856Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220908011512-csar.csar
2022-09-08T01:17:50.856Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-08T01:17:50.856Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220908011512-csar.csar
2022-09-08T01:17:50.856Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220908011512-csar.csar
2022-09-08T01:17:50.856Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||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-Vfw20220908011512-csar.csar
2022-09-08T01:17:50.857Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220908011512-csar.csar
2022-09-08T01:17:50.857Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220908011512-csar.csar
2022-09-08T01:17:50.857Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220908011512-csar.csar
2022-09-08T01:17:50.857Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220908011512-csar.csar
2022-09-08T01:17:50.857Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220908011512-csar.csar
2022-09-08T01:17:50.857Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220908011512-csar.csar
2022-09-08T01:17:50.857Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220908011512-csar.csar
2022-09-08T01:17:50.857Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b0a1d0e6-9b2f 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-Vfw20220908011512-csar.csar
2022-09-08T01:17:50.857Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-08T01:17:50.864Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:50.865Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-08 01-15-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:17:50.869Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is matching search criteria
2022-09-08T01:17:50.870Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-08T01:17:50.871Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b0a1d0e6-9b2f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-08T01:17:50.873Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:50.873Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-08 01-15-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:17:50.873Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is matching search criteria
2022-09-08T01:17:50.874Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-08T01:17:50.874Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b0a1d0e6-9b2f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-08T01:17:50.874Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:50.874Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-08 01-15-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:17:50.878Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:50.878Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is not matching search criteria
2022-09-08T01:17:50.878Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T01:17:50.878Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T01:17:50.879Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T01:17:50.879Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:17:50.879Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:17:50.880Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T01:17:50.880Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T01:17:50.880Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T01:17:50.880Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T01:17:50.881Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:17:50.881Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T01:17:50.881Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T01:17:50.881Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T01:17:50.882Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T01:17:50.882Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:17:50.882Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-08T01:17:50.882Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:50.882Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-08 01-15-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-08T01:17:50.884Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:50.884Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is matching search criteria
2022-09-08T01:17:50.884Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b0a1d0e6-9b2f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T01:17:50.884Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:50.885Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is matching search criteria
2022-09-08T01:17:50.885Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b0a1d0e6-9b2f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T01:17:50.885Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:50.886Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is matching search criteria
2022-09-08T01:17:50.886Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b0a1d0e6-9b2f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T01:17:50.886Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:50.886Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is not matching search criteria
2022-09-08T01:17:50.886Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T01:17:50.887Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-08T01:17:50.887Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T01:17:50.887Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T01:17:50.887Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T01:17:50.887Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:17:50.887Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T01:17:50.888Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T01:17:50.888Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T01:17:50.888Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T01:17:50.888Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:17:50.888Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=84711169-d582-42f1-91b2-4ea32f0c4f19
2022-09-08T01:17:50.889Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:50.889Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is not matching search criteria
2022-09-08T01:17:50.889Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T01:17:50.889Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T01:17:50.889Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T01:17:50.889Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:17:50.890Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:17:50.890Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T01:17:50.890Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T01:17:50.890Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-08T01:17:50.890Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T01:17:50.890Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T01:17:50.890Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T01:17:50.891Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:17:50.891Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=026d652a-4df4-4e93-96a9-3736f86b516b
2022-09-08T01:17:50.891Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:50.891Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is not matching search criteria
2022-09-08T01:17:50.891Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T01:17:50.891Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T01:17:50.892Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T01:17:50.892Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:17:50.892Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:17:50.892Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T01:17:50.892Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T01:17:50.892Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T01:17:50.893Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T01:17:50.894Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:17:50.894Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T01:17:50.895Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-08T01:17:50.895Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d7645154-477c-4da1-834e-1ad77b8b4e2a
2022-09-08T01:17:50.895Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:50.895Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-08 01-15-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:17:50.896Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:50.896Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-08 01-15-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:17:50.896Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:50.896Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-08 01-15-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:17:50.896Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:50.896Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-08 01-15-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:17:50.897Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-08 01-15-12
Description:catalog service description
Model UUID:38ea6075-2674-4b52-b5cf-fae483577336
Model Version:NULL
Model InvariantUuid:c68d49b5-4bcb-491b-8509-0ccd6f187aad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b0a1d0e6-9b2f
Model UUID:54a67279-7e7b-4352-a966-4ff729f216ff
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d1b211d9-90c8-4ee1-8cd0-524d0fd3fed4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:cac04d36-9818-49f0-a45c-1e5a1c061065
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f0613988-091a-4383-90c5-f5d0132ef40e
ModelName:VfwB0a1d0e69b2f..base_vfw..module-0
ModelUuid:68ae1c57-92d5-4065-955f-7dff47835b1b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:84711169-d582-42f1-91b2-4ea32f0c4f19
ModelInvariantUuid:65aef2a6-0888-4b89-907b-dcc0c427b9f5
ModelName:vFW b0a1d0e6-9b2f-nodes.vfwCvfc
ModelUuid:be8c791d-a3f4-440b-8448-68b27c185253
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c31a9a00-b3b4-425f-93e1-4d0d903cf0c4
ModelInvariantUuid:d08f37ae-0534-4746-83d2-e46f7a0108b6
ModelName:VfwB0a1d0e69b2f.compute.nodes.heat.vfw
ModelUuid:727bc523-95eb-4bc7-ab12-8bb3e0206415
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:026d652a-4df4-4e93-96a9-3736f86b516b
ModelInvariantUuid:01571f9f-1fb8-424b-b3b0-21a4600da26f
ModelName:vFW b0a1d0e6-9b2f-nodes.vsnCvfc
ModelUuid:6de9124d-8374-4dba-8869-73f6ee9ce778
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:21eee7f6-6b8a-4584-9d69-6ded31b6e6e2
ModelInvariantUuid:56118020-ecda-4e87-9aaa-d2b1e0265663
ModelName:VfwB0a1d0e69b2f.compute.nodes.heat.vsn
ModelUuid:bc082072-a7e1-4b2f-8180-06a0a413bce8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d7645154-477c-4da1-834e-1ad77b8b4e2a
ModelInvariantUuid:af1cb505-c1a0-4dac-979c-109f7d6e49ff
ModelName:vFW b0a1d0e6-9b2f-nodes.vpgCvfc
ModelUuid:2afb8db3-91b3-4973-9ab1-1bd8416b2369
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d6582473-1478-4d28-af79-cd328a2bdd87
ModelInvariantUuid:946bf5b0-5918-4183-954a-c291a1a27034
ModelName:VfwB0a1d0e69b2f.compute.nodes.heat.vpg
ModelUuid:8532c4ff-ed03-4cd6-8c80-3801467c2291
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-08T01:17:50.926Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: bd37e626-de1d-41e4-a3df-c60d981b1d1a
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-08T01:17:50.992Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||vFW b0a1d0e6-9b2f 0
2022-09-08T01:17:51.000Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bd37e626-de1d-41e4-a3df-c60d981b1d1a
2022-09-08T01:17:51.000Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6268d701-88ff-49e3-8569-d8c831654d96 from URL: /sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json
2022-09-08T01:17:51.000Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-08T01:17:51.000Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json
2022-09-08T01:17:51.194Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-08T01:17:51.195Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json 6268d701-88ff-49e3-8569-d8c831654d96 785
2022-09-08T01:17:51.195Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json ASDC sendASDCNotification
2022-09-08T01:17:51.195Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json
2022-09-08T01:17:51.195Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T01:17:51.195Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:17:51.197Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:17:51.197Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599871195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:17:51.297Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:17:51.298Z||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-08T01:17:51.298Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:17:51.432Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:51.433Z||pool-11-thread-1|||||INFO|500||cambria reply ok (135 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:17:52.199Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB0a1d0e69b2f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f0613988-091a-4383-90c5-f5d0132ef40e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "68ae1c57-92d5-4065-955f-7dff47835b1b",
"vfModuleModelCustomizationUUID": "8793ced3-f075-457f-84ca-4033c5ab1dc4",
"isBase": true,
"artifacts": [
"3a6301ad-beb4-49db-a494-77dbf8f74a26",
"a2a08d42-c438-4c01-91f0-31e25e772987"
],
"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-08T01:17:52.212Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB0a1d0e69b2f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68ae1c57-92d5-4065-955f-7dff47835b1b
VfModuleModelInvariantUUID:f0613988-091a-4383-90c5-f5d0132ef40e
VfModuleModelDescription:NULL
Artifacts UUID List:{
3a6301ad-beb4-49db-a494-77dbf8f74a26
,
a2a08d42-c438-4c01-91f0-31e25e772987
}
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-08T01:17:52.215Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB0a1d0e69b2f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f0613988-091a-4383-90c5-f5d0132ef40e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "68ae1c57-92d5-4065-955f-7dff47835b1b",
"vfModuleModelCustomizationUUID": "8793ced3-f075-457f-84ca-4033c5ab1dc4",
"isBase": true,
"artifacts": [
"3a6301ad-beb4-49db-a494-77dbf8f74a26",
"a2a08d42-c438-4c01-91f0-31e25e772987"
],
"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-08T01:17:52.215Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB0a1d0e69b2f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68ae1c57-92d5-4065-955f-7dff47835b1b
VfModuleModelInvariantUUID:f0613988-091a-4383-90c5-f5d0132ef40e
VfModuleModelDescription:NULL
Artifacts UUID List:{
3a6301ad-beb4-49db-a494-77dbf8f74a26
,
a2a08d42-c438-4c01-91f0-31e25e772987
}
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-08T01:17:52.215Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3a6301ad-beb4-49db-a494-77dbf8f74a26 from URL: /sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml
2022-09-08T01:17:52.216Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-08T01:17:52.216Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml
2022-09-08T01:17:52.543Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-08T01:17:52.544Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml 3a6301ad-beb4-49db-a494-77dbf8f74a26 20368
2022-09-08T01:17:52.544Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-08T01:17:52.544Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml
2022-09-08T01:17:52.544Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T01:17:52.545Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:17:52.546Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:17:52.547Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599872544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:17:52.647Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:17:52.648Z||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-08T01:17:52.648Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:17:52.715Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:52.716Z||pool-12-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:17:53.547Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a2a08d42-c438-4c01-91f0-31e25e772987 from URL: /sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env
2022-09-08T01:17:53.548Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-08T01:17:53.548Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env
2022-09-08T01:17:53.755Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-08T01:17:53.756Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env a2a08d42-c438-4c01-91f0-31e25e772987 2098
2022-09-08T01:17:53.756Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-08T01:17:53.756Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env
2022-09-08T01:17:53.756Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T01:17:53.756Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:17:53.758Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:17:53.758Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599873756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:17:53.858Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:17:53.859Z||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-08T01:17:53.859Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:17:53.928Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:53.929Z||pool-13-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:17:54.759Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 38ea6075-2674-4b52-b5cf-fae483577336
2022-09-08T01:17:54.759Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b0a1d0e6-9b2f 0 bd37e626-de1d-41e4-a3df-c60d981b1d1a 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-08T01:17:54.801Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56a5d978, org.onap.sdc.toscaparser.api.parameters.Input@7f56a515, org.onap.sdc.toscaparser.api.parameters.Input@6a58ae46, org.onap.sdc.toscaparser.api.parameters.Input@448f2630, org.onap.sdc.toscaparser.api.parameters.Input@3c9949c0]
2022-09-08T01:17:54.805Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.805Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-08 01-15-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:17:54.805Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-09-08T01:17:54.806Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= cac04d36-9818-49f0-a45c-1e5a1c061065
2022-09-08T01:17:54.806Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cac04d36-9818-49f0-a45c-1e5a1c061065 matches Tosca VF Customization UUID: cac04d36-9818-49f0-a45c-1e5a1c061065
2022-09-08T01:17:54.806Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: cac04d36-9818-49f0-a45c-1e5a1c061065 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-08T01:17:54.813Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.813Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-08 01-15-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:17:54.814Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id cac04d36-9818-49f0-a45c-1e5a1c061065: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-08T01:17:54.814Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e748cf2
2022-09-08T01:17:54.814Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.814Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-08 01-15-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-08T01:17:54.815Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8793ced3-f075-457f-84ca-4033c5ab1dc4
2022-09-08T01:17:54.816Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8793ced3-f075-457f-84ca-4033c5ab1dc4
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-08T01:17:54.827Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.827Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is matching search criteria
2022-09-08T01:17:54.828Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b0a1d0e6-9b2f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T01:17:54.828Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.828Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is matching search criteria
2022-09-08T01:17:54.829Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b0a1d0e6-9b2f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T01:17:54.829Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.829Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is not matching search criteria
2022-09-08T01:17:54.829Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T01:17:54.829Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-08T01:17:54.830Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T01:17:54.830Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T01:17:54.830Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T01:17:54.830Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:17:54.830Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T01:17:54.830Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T01:17:54.831Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T01:17:54.831Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T01:17:54.831Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:17:54.831Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=84711169-d582-42f1-91b2-4ea32f0c4f19
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-08T01:17:54.839Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.839Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is matching search criteria
2022-09-08T01:17:54.840Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b0a1d0e6-9b2f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T01:17:54.840Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.840Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is not matching search criteria
2022-09-08T01:17:54.840Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T01:17:54.840Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T01:17:54.841Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T01:17:54.841Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:17:54.841Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:17:54.841Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T01:17:54.841Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T01:17:54.841Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-08T01:17:54.842Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T01:17:54.842Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T01:17:54.842Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T01:17:54.842Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:17:54.842Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=026d652a-4df4-4e93-96a9-3736f86b516b
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-08T01:17:54.845Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.846Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is matching search criteria
2022-09-08T01:17:54.846Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b0a1d0e6-9b2f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T01:17:54.848Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.848Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is not matching search criteria
2022-09-08T01:17:54.849Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T01:17:54.849Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T01:17:54.849Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T01:17:54.849Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:17:54.849Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:17:54.849Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T01:17:54.850Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T01:17:54.850Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T01:17:54.850Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T01:17:54.850Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:17:54.850Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T01:17:54.851Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-08T01:17:54.851Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d7645154-477c-4da1-834e-1ad77b8b4e2a
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-08T01:17:54.854Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.854Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is matching search criteria
2022-09-08T01:17:54.854Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b0a1d0e6-9b2f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T01:17:54.854Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.855Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Node template vFW b0a1d0e6-9b2f 0 is matching search criteria
2022-09-08T01:17:54.855Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b0a1d0e6-9b2f 0] matching following query criteria: sdcType=VF, customizationUUID=cac04d36-9818-49f0-a45c-1e5a1c061065
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-08T01:17:54.858Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.858Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-08 01-15-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:17:54.858Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 38ea6075-2674-4b52-b5cf-fae483577336: vFW b0a1d0e6-9b2f
2022-09-08T01:17:54.858Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.859Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-08 01-15-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:17:54.859Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.859Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-08 01-15-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:17:54.859Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.859Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-08 01-15-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:17:54.860Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.860Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-08 01-15-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:17:54.860Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:17:54.860Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-08 01-15-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:17:54.860Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-09-08 01-15-12
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-08T01:17:55.255Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b0a1d0e6-9b2f bd37e626-de1d-41e4-a3df-c60d981b1d1a 1 ASDC deployResourceStructure
2022-09-08T01:17:55.255Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json ASDC sendASDCNotification
2022-09-08T01:17:55.255Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json
2022-09-08T01:17:55.256Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-08T01:17:55.256Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:17:55.257Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:17:55.257Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599875255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-08T01:17:55.358Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-08T01:17:55.359Z||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-08T01:17:55.359Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:17:55.396Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:55.397Z||pool-14-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:17:56.258Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-08T01:17:56.259Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml
2022-09-08T01:17:56.259Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-08T01:17:56.259Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:17:56.261Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:17:56.261Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599876258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-08T01:17:56.361Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:17:56.361Z||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-08T01:17:56.362Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:17:56.401Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:56.402Z||pool-15-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":4,"count":1}
2022-09-08T01:17:57.261Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-08T01:17:57.262Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env
2022-09-08T01:17:57.262Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-08T01:17:57.262Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:17:57.264Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:17:57.264Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599877261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-08T01:17:57.364Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:17:57.365Z||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-08T01:17:57.365Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:17:57.401Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:57.401Z||pool-16-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-09-08T01:17:58.265Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar ASDC sendASDCNotification
2022-09-08T01:17:58.265Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar
2022-09-08T01:17:58.265Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-08T01:17:58.266Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:17:58.268Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:17:58.268Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599878265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-08T01:17:58.368Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:17:58.369Z||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-08T01:17:58.369Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:17:58.483Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:17:58.484Z||pool-17-thread-1|||||INFO|500||cambria reply ok (116 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:17:59.269Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44306da2-c074-488c-9b5a-5c384a193571
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-08T01:17:59.308Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44306da2-c074-488c-9b5a-5c384a193571
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-08T01:17:59.313Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T01:17:59.313Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-08T01:17:59.313Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-08T01:18:29.314Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44306da2-c074-488c-9b5a-5c384a193571
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-08T01:18:29.335Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44306da2-c074-488c-9b5a-5c384a193571
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-08T01:18:29.341Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T01:18:29.341Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-08T01:18:29.341Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-08T01:18:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:18:38.158Z||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-08T01:18:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:18:38.243Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:18:38.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:18:38.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "aai-ml",
"timestamp": 1662599860425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:18:38.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:18:59.341Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44306da2-c074-488c-9b5a-5c384a193571
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-08T01:18:59.372Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44306da2-c074-488c-9b5a-5c384a193571
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-08T01:18:59.377Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T01:18:59.377Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-08T01:18:59.377Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-08T01:19:29.378Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44306da2-c074-488c-9b5a-5c384a193571
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-08T01:19:29.395Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44306da2-c074-488c-9b5a-5c384a193571
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-08T01:19:29.398Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T01:19:29.399Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-08T01:19:29.399Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-08T01:19:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:19:38.158Z||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-08T01:19:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:19:38.257Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:19:38.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:19:38.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "cds",
"timestamp": 1662599859370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:19:38.259Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:19:59.399Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44306da2-c074-488c-9b5a-5c384a193571
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-08T01:19:59.419Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44306da2-c074-488c-9b5a-5c384a193571
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-08T01:19:59.422Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T01:19:59.423Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-08T01:19:59.423Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-08T01:20:29.423Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44306da2-c074-488c-9b5a-5c384a193571
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-08T01:20:29.438Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44306da2-c074-488c-9b5a-5c384a193571
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-08T01:20:29.441Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T01:20:29.441Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-08T01:20:29.441Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-08T01:20:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:20:38.158Z||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-08T01:20:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:20:38.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:20:38.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599858154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:20:38.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662599858242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:20:38.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "aai-ml",
"timestamp": 1662599861473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-08T01:20:38.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:20:38.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599858154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json",
"status": "NOTIFIED"
}
2022-09-08T01:20:38.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662599858242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json",
"status": "NOTIFIED"
}
2022-09-08T01:20:38.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "aai-ml",
"timestamp": 1662599862502,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-08T01:20:38.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:20:38.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599858154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-08T01:20:38.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662599858242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-08T01:20:38.731Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "aai-ml",
"timestamp": 1662599863510,
"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-08T01:20:38.766Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 44306da2-c074-488c-9b5a-5c384a193571
2022-09-08T01:20:38.766Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44306da2-c074-488c-9b5a-5c384a193571 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-08T01:20:38.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599858154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:20:38.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662599858242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:20:38.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599858154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-08T01:20:38.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662599858242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-08T01:20:38.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599858154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:20:38.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662599858242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:20:38.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599858154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T01:20:38.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662599858242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T01:20:38.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662599864771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:20:38.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662599866190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:20:38.813Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:20:38.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599866436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:20:38.813Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:20:38.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662599864771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:20:38.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662599867500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:20:38.814Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:20:38.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662599864771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:20:38.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662599864771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:20:38.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662599868686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:20:38.815Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:20:38.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662599864771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:20:38.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662599869937,
"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-08T01:20:38.855Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44306da2-c074-488c-9b5a-5c384a193571
2022-09-08T01:20:38.855Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44306da2-c074-488c-9b5a-5c384a193571 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-08T01:20:38.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662599864771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:20:38.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662599870943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-08T01:20:38.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:20:38.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599871195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:20:38.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:20:38.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662599864771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T01:20:38.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-08T01:20:38.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599872544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:20:38.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:20:38.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662599872969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:20:38.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:20:38.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599873756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:20:38.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:20:38.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599875255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/vfwb0a1d0e69b2f0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-08T01:20:38.905Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:20:38.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599876258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-08T01:20:38.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:20:38.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599877261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/resourceInstances/vfwb0a1d0e69b2f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-08T01:20:38.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:20:38.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662599878265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-08T01:20:38.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:20:38.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662599884099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908011512/1.0/artifacts/service-Vfw20220908011512-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-08T01:20:38.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:20:38.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:20:38.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662599885114,
"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-08T01:20:38.923Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44306da2-c074-488c-9b5a-5c384a193571
2022-09-08T01:20:38.923Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44306da2-c074-488c-9b5a-5c384a193571 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-08T01:20:59.441Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44306da2-c074-488c-9b5a-5c384a193571
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-08T01:20:59.460Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44306da2-c074-488c-9b5a-5c384a193571
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-08T01:20:59.464Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T01:20:59.464Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-08T01:20:59.465Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-08T01:20:59.465Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-08T01:20:59.465Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-08T01:20:59.465Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-08T01:20:59.481Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-08T01:21:29.482Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44306da2-c074-488c-9b5a-5c384a193571 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-08T01:21:29.496Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44306da2-c074-488c-9b5a-5c384a193571 and serviceModelVersionId: 38ea6075-2674-4b52-b5cf-fae483577336
2022-09-08T01:21:29.496Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c68d49b5-4bcb-491b-8509-0ccd6f187aad
2022-09-08T01:21:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:21:38.158Z||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-08T01:21:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:21:44.263Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c68d49b5-4bcb-491b-8509-0ccd6f187aad/model-vers/model-ver/38ea6075-2674-4b52-b5cf-fae483577336?depth=0
2022-09-08T01:21:44.369Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-08T01:21:44.875Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c68d49b5-4bcb-491b-8509-0ccd6f187aad/model-vers/model-ver/38ea6075-2674-4b52-b5cf-fae483577336?depth=0|INFO|500||Invoke
2022-09-08T01:21:44.883Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c68d49b5-4bcb-491b-8509-0ccd6f187aad/model-vers/model-ver/38ea6075-2674-4b52-b5cf-fae483577336?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c68d49b5-4bcb-491b-8509-0ccd6f187aad/model-vers/model-ver/38ea6075-2674-4b52-b5cf-fae483577336?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44306da2-c074-488c-9b5a-5c384a193571], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e2be54d-511e-4940-8a55-aa7b33b0b160], X-ECOMP-RequestID=[44306da2-c074-488c-9b5a-5c384a193571], X-TransactionId=[], X-ONAP-RequestID=[44306da2-c074-488c-9b5a-5c384a193571], Content-Type=[application/merge-patch+json]}
2022-09-08T01:21:44.904Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c68d49b5-4bcb-491b-8509-0ccd6f187aad/model-vers/model-ver/38ea6075-2674-4b52-b5cf-fae483577336?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-09-08T01:21:44.935Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c68d49b5-4bcb-491b-8509-0ccd6f187aad/model-vers/model-ver/38ea6075-2674-4b52-b5cf-fae483577336?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/c68d49b5-4bcb-491b-8509-0ccd6f187aad/model-vers/model-ver/38ea6075-2674-4b52-b5cf-fae483577336?depth=0 has http status code:503 and response headers:{date=[Thu, 08 Sep 2022 01:21:44 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-08T01:21:44.938Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c68d49b5-4bcb-491b-8509-0ccd6f187aad/model-vers/model-ver/38ea6075-2674-4b52-b5cf-fae483577336?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-08T01:21:44.939Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c68d49b5-4bcb-491b-8509-0ccd6f187aad/model-vers/model-ver/38ea6075-2674-4b52-b5cf-fae483577336?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-08T01:21:44.952Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=44306da2-c074-488c-9b5a-5c384a193571 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-08T01:21:44.952Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=44306da2-c074-488c-9b5a-5c384a193571 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-08T01:21:44.953Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=44306da2-c074-488c-9b5a-5c384a193571 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-08T01:21:44.953Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=44306da2-c074-488c-9b5a-5c384a193571 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-08T01:21:44.961Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-08T01:21:44.962Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44306da2-c074-488c-9b5a-5c384a193571 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=44306da2-c074-488c-9b5a-5c384a193571 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-08T01:21:44.963Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-08T01:21:44.964Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:21:44.966Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:21:44.966Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600104962,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d44306da2-c074-488c-9b5a-5c384a193571 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-08T01:21:45.066Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:21:45.067Z||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-08T01:21:45.067Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:21:45.276Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:21:45.277Z||pool-18-thread-1|||||INFO|500||cambria reply ok (210 ms):{"serverTimeMs":1,"count":1}
2022-09-08T01:21:45.887Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:21:45.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-08T01:21:45.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "44306da2-c074-488c-9b5a-5c384a193571",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600104962,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d44306da2-c074-488c-9b5a-5c384a193571 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-08T01:21:45.889Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-08T01:21:45.984Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:21:45.984Z|44306da2-c074-488c-9b5a-5c384a193571|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-08T01:21:45.985Z|44306da2-c074-488c-9b5a-5c384a193571|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:21:57.186Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:21:57.187Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:21:57.187Z|44306da2-c074-488c-9b5a-5c384a193571|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-08T01:21:57.188Z|44306da2-c074-488c-9b5a-5c384a193571|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:22:06.959Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:22:06.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:22:06.960Z||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-08T01:22:06.960Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:22:16.839Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:22:16.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:22:16.840Z||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-08T01:22:16.841Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:22:26.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:22:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:22:38.155Z||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-08T01:22:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:22:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:22:38.157Z||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-08T01:22:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:22:48.068Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:22:48.090Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:23:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:23:38.155Z||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-08T01:23:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:23:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:23:38.157Z||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-08T01:23:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:23:47.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:23:47.900Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:24:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:24:38.156Z||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-08T01:24:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:24:38.157Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:24:38.157Z|44306da2-c074-488c-9b5a-5c384a193571|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-08T01:24:38.157Z|44306da2-c074-488c-9b5a-5c384a193571|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:24:47.757Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:24:47.799Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:25:38.155Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:25:38.156Z||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-08T01:25:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:25:38.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:25:38.158Z||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-08T01:25:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:25:47.773Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:25:47.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:26:38.155Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:26:38.156Z||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-08T01:26:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:26:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:26:38.157Z||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-08T01:26:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:26:47.857Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:26:47.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:27:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:27:38.155Z||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-08T01:27:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:27:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:27:38.157Z||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-08T01:27:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:27:47.855Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:27:47.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:28:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:28:38.155Z||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-08T01:28:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:28:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:28:38.157Z||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-08T01:28:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:28:47.769Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:28:47.839Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:29:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:29:38.155Z||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-08T01:29:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:29:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:29:38.157Z||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-08T01:29:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:29:47.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:29:47.934Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:30:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:30:38.155Z||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-08T01:30:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:30:38.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:30:38.157Z||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-08T01:30:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:30:47.948Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:30:47.973Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:31:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:31:38.155Z||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-08T01:31:38.155Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:31:38.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:31:38.157Z||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-08T01:31:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:31:47.846Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:31:47.861Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:38.154Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:32:38.156Z||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-08T01:32:38.156Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:32:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:32:38.157Z||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-08T01:32:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:32:38.826Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:38.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"354a0a7a-bc12-4a25-a85b-6db08acfc6ef","serviceName":"vFW 2022-09-08 01-30-24","serviceVersion":"1.0","serviceUUID":"102b0492-2438-4f26-8787-4604738dbdc6","serviceDescription":"catalog service description","serviceInvariantUUID":"0ea73708-c7ad-43ce-8b39-4060b5ebe8e6","resources":[{"resourceInstanceName":"vFW 17db8a30-952b 0","resourceName":"vFW 17db8a30-952b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"24bc0839-1a1d-4d03-a374-3178c31733dc","resourceInvariantUUID":"6d1ec2a1-0c2f-4150-bc26-0a71333fb8c5","resourceCustomizationUUID":"0b14157c-13f2-41c2-ae00-7b38fcb8daf4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vf-license-model.xml","artifactChecksum":"ZWNmYzA1OTIzZTk5M2MzODI3YWM5OGMyYzQ4YTBjNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a902452d-63bb-4043-80fb-1c6b5b4da5f9","artifactVersion":"1"},{"artifactName":"vfw17db8a30952b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json","artifactChecksum":"ZjA0NjlkZmY4NTEwMjFhYWUxM2NlMWViMTU2ZmUzZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d28ca91d-57fb-4cf8-90da-53d62f023ade","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c06c073-aec1-46b5-9112-36ef95b42cae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vendor-license-model.xml","artifactChecksum":"MDI5NjZmYzUyZDlkM2FmYzJiNjM2NDE1N2M0NjZkNDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"84533bd0-bbc5-4001-9115-cfa5f18d5db6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b675f2d-b927-4e4d-94fb-e5933281811d","artifactVersion":"2","generatedFromUUID":"2c06c073-aec1-46b5-9112-36ef95b42cae"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220908013024-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-template.yml","artifactChecksum":"ZDk4OTE2MDZlYjY4MTljN2VhNzBkZmE2OTRlMmNjMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88fa7b1a-b3e7-47d3-a0db-ed52bbfad9e8","artifactVersion":"1"},{"artifactName":"service-Vfw20220908013024-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar","artifactChecksum":"M2QyMzg4MDE2YjZlMjI5ODc3Mjk5NmM4ZWVlZTk5NzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"097045e2-3d6e-4db0-95b5-5b71b286e14f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-08T01:32:38.833Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T01:32:38.833Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:32:38.838Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:32:38.838Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600758154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:38.849Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:38.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662600718243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:38.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662600718243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json",
"status": "NOTIFIED"
}
2022-09-08T01:32:38.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662600718243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-08T01:32:38.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "cds",
"timestamp": 1662600729797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:38.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662600718243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:38.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "cds",
"timestamp": 1662600729797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:38.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662600718243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-08T01:32:38.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "cds",
"timestamp": 1662600729797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:38.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662600718243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:38.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "cds",
"timestamp": 1662600729797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:38.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662600718243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T01:32:38.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "cds",
"timestamp": 1662600729797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:38.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662600734698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:32:38.862Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:32:38.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "cds",
"timestamp": 1662600729797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:38.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662600734765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:38.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "cds",
"timestamp": 1662600729797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T01:32:38.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662600735817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:32:38.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:32:38.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662600734765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:38.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662600736938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:32:38.866Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:32:38.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "cds",
"timestamp": 1662600737791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:32:38.867Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:32:38.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662600734765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:38.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662600738029,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-08T01:32:38.938Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-08T01:32:38.939Z||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-08T01:32:38.939Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:32:38.962Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 354a0a7a-bc12-4a25-a85b-6db08acfc6ef
2022-09-08T01:32:38.962Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 354a0a7a-bc12-4a25-a85b-6db08acfc6ef 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-08T01:32:38.994Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:38.995Z||pool-19-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:32:38.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662600734765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:38.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662600739048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-08T01:32:38.997Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:32:38.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662600734765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:38.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662600734765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:38.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662600734765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T01:32:38.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662600742624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:32:38.999Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:32:38.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "aai-ml",
"timestamp": 1662600747263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:38.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:38.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:38.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "aai-ml",
"timestamp": 1662600747263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:39.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:39.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:39.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "aai-ml",
"timestamp": 1662600747263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:39.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:39.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:39.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662600748387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-08T01:32:39.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:32:39.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:39.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "aai-ml",
"timestamp": 1662600747263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:39.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:39.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:39.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662600749411,
"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-08T01:32:39.022Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 354a0a7a-bc12-4a25-a85b-6db08acfc6ef
2022-09-08T01:32:39.022Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 354a0a7a-bc12-4a25-a85b-6db08acfc6ef 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-08T01:32:39.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:39.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "aai-ml",
"timestamp": 1662600747263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:39.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:39.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:39.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "aai-ml",
"timestamp": 1662600747263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:39.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:39.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:39.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "aai-ml",
"timestamp": 1662600747263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T01:32:39.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:32:39.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:39.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "aai-ml",
"timestamp": 1662600755161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:32:39.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:32:39.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:39.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "aai-ml",
"timestamp": 1662600756169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-08T01:32:39.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:32:39.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:39.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "aai-ml",
"timestamp": 1662600757175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-08T01:32:39.059Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:32:39.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:32:39.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "aai-ml",
"timestamp": 1662600758180,
"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-08T01:32:39.093Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 354a0a7a-bc12-4a25-a85b-6db08acfc6ef
2022-09-08T01:32:39.093Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 354a0a7a-bc12-4a25-a85b-6db08acfc6ef 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-08T01:32:39.839Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T01:32:39.840Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:32:39.842Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:32:39.842Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600758154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json",
"status": "NOTIFIED"
}
2022-09-08T01:32:39.942Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:32:39.943Z||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-08T01:32:39.943Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:32:39.994Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:39.995Z||pool-20-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-09-08T01:32:40.843Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T01:32:40.843Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:32:40.845Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:32:40.845Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600758154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-08T01:32:40.946Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-08T01:32:40.946Z||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-08T01:32:40.947Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:32:40.969Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:40.970Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:32:41.846Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T01:32:41.847Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:32:41.849Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:32:41.849Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600758154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:41.950Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-08T01:32:41.951Z||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-08T01:32:41.951Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:32:42.004Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:42.004Z||pool-22-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-09-08T01:32:42.849Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T01:32:42.850Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:32:42.852Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:32:42.852Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600758154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-08T01:32:42.953Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-08T01:32:42.954Z||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-08T01:32:42.954Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:32:43.007Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:43.007Z||pool-23-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:32:43.853Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T01:32:43.854Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:32:43.856Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:32:43.856Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600758154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:32:43.956Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:32:43.957Z||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-08T01:32:43.957Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:32:44.013Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:44.013Z||pool-24-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":2,"count":1}
2022-09-08T01:32:44.857Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T01:32:44.857Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:32:44.859Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:32:44.860Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600758154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T01:32:44.960Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:32:44.961Z||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-08T01:32:44.961Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:32:45.063Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:45.064Z||pool-25-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":3,"count":1}
2022-09-08T01:32:45.861Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"serviceName": "vFW 2022-09-08 01-30-24",
"serviceVersion": "1.0",
"serviceUUID": "102b0492-2438-4f26-8787-4604738dbdc6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0ea73708-c7ad-43ce-8b39-4060b5ebe8e6",
"resources": [
{
"resourceInstanceName": "vFW 17db8a30-952b 0",
"resourceCustomizationUUID": "0b14157c-13f2-41c2-ae00-7b38fcb8daf4",
"resourceName": "vFW 17db8a30-952b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "24bc0839-1a1d-4d03-a374-3178c31733dc",
"resourceInvariantUUID": "6d1ec2a1-0c2f-4150-bc26-0a71333fb8c5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw17db8a30952b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json",
"artifactChecksum": "ZjA0NjlkZmY4NTEwMjFhYWUxM2NlMWViMTU2ZmUzZjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d28ca91d-57fb-4cf8-90da-53d62f023ade",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2c06c073-aec1-46b5-9112-36ef95b42cae",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b675f2d-b927-4e4d-94fb-e5933281811d",
"generatedFromUUID": "2c06c073-aec1-46b5-9112-36ef95b42cae"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b675f2d-b927-4e4d-94fb-e5933281811d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220908013024-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar",
"artifactChecksum": "M2QyMzg4MDE2YjZlMjI5ODc3Mjk5NmM4ZWVlZTk5NzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "097045e2-3d6e-4db0-95b5-5b71b286e14f"
}
],
"workloadContext": "Production"
}
2022-09-08T01:32:45.862Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-08T01:32:45.862Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 102b0492-2438-4f26-8787-4604738dbdc6 ASDC
2022-09-08T01:32:45.863Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:354a0a7a-bc12-4a25-a85b-6db08acfc6ef
ServiceName:vFW 2022-09-08 01-30-24
ServiceVersion:1.0
ServiceUUID:102b0492-2438-4f26-8787-4604738dbdc6
ServiceInvariantUUID:0ea73708-c7ad-43ce-8b39-4060b5ebe8e6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220908013024-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar
ArtifactUUID:097045e2-3d6e-4db0-95b5-5b71b286e14f
ArtifactChecksum:M2QyMzg4MDE2YjZlMjI5ODc3Mjk5NmM4ZWVlZTk5NzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 17db8a30-952b 0
ResourceCustomizationUUID:0b14157c-13f2-41c2-ae00-7b38fcb8daf4
ResourceInvariantUUID:6d1ec2a1-0c2f-4150-bc26-0a71333fb8c5
ResourceName:vFW 17db8a30-952b
ResourceType:VF
ResourceUUID:24bc0839-1a1d-4d03-a374-3178c31733dc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw17db8a30952b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json
ArtifactUUID:d28ca91d-57fb-4cf8-90da-53d62f023ade
ArtifactChecksum:ZjA0NjlkZmY4NTEwMjFhYWUxM2NlMWViMTU2ZmUzZjA=
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/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml
ArtifactUUID:2c06c073-aec1-46b5-9112-36ef95b42cae
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/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env
ArtifactUUID:8b675f2d-b927-4e4d-94fb-e5933281811d
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/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env
ArtifactUUID:8b675f2d-b927-4e4d-94fb-e5933281811d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-08T01:32:45.863Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 102b0492-2438-4f26-8787-4604738dbdc6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-08T01:32:45.914Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-08T01:32:45.915Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-08T01:32:45.915Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-08T01:32:45.915Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 097045e2-3d6e-4db0-95b5-5b71b286e14f from URL: /sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar
2022-09-08T01:32:45.916Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-08T01:32:45.916Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar
2022-09-08T01:32:46.066Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-08T01:32:46.067Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar 097045e2-3d6e-4db0-95b5-5b71b286e14f 100581
2022-09-08T01:32:46.067Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar ASDC sendASDCNotification
2022-09-08T01:32:46.067Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar
2022-09-08T01:32:46.068Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T01:32:46.068Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:32:46.070Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:32:46.070Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600766067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:32:46.170Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:32:46.171Z||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-08T01:32:46.172Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:32:46.214Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:46.215Z||pool-26-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:32:47.070Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-08T01:32:47.072Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-08T01:32:47.072Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 097045e2-3d6e-4db0-95b5-5b71b286e14f, URL: /sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar to file: /app/ASDC/1/service-Vfw20220908013024-csar.csar
2022-09-08T01:32:47.072Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220908013024-csar.csar
2022-09-08T01:32:47.073Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220908013024-csar.csar
2022-09-08T01:32:47.073Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220908013024-csar.csar
2022-09-08T01:32:47.316Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13641052709687695756/Definitions/service-Vfw20220908013024-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-09-08T01:32:49.451Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-08T01:32:49.452Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-08T01:32:49.452Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220908013024-csar.csar
2022-09-08T01:32:49.452Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-08T01:32:49.452Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-Vfw20220908013024-csar.csar
2022-09-08T01:32:49.452Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-Vfw20220908013024-csar.csar
2022-09-08T01:32:49.452Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-Vfw20220908013024-csar.csar
2022-09-08T01:32:49.452Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 17db8a30-952b 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-Vfw20220908013024-csar.csar
2022-09-08T01:32:49.453Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-Vfw20220908013024-csar.csar
2022-09-08T01:32:49.453Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-Vfw20220908013024-csar.csar
2022-09-08T01:32:49.453Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-Vfw20220908013024-csar.csar
2022-09-08T01:32:49.453Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-Vfw20220908013024-csar.csar
2022-09-08T01:32:49.453Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-Vfw20220908013024-csar.csar
2022-09-08T01:32:49.453Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-Vfw20220908013024-csar.csar
2022-09-08T01:32:49.453Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-Vfw20220908013024-csar.csar
2022-09-08T01:32:49.453Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-08T01:32:49.454Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:49.454Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 01-30-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:32:49.454Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is matching search criteria
2022-09-08T01:32:49.455Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-08T01:32:49.455Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 17db8a30-952b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-08T01:32:49.455Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:49.455Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 01-30-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:32:49.456Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is matching search criteria
2022-09-08T01:32:49.456Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-08T01:32:49.456Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 17db8a30-952b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-08T01:32:49.456Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:49.456Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 01-30-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:32:49.457Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:49.457Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is not matching search criteria
2022-09-08T01:32:49.457Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T01:32:49.457Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T01:32:49.457Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T01:32:49.458Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:32:49.458Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:32:49.458Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T01:32:49.458Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T01:32:49.458Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T01:32:49.458Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T01:32:49.459Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:32:49.459Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T01:32:49.459Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T01:32:49.459Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T01:32:49.459Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T01:32:49.459Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:32:49.460Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-08T01:32:49.460Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:49.460Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 01-30-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-08T01:32:49.460Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:49.460Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is matching search criteria
2022-09-08T01:32:49.461Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 17db8a30-952b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T01:32:49.461Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:49.461Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is matching search criteria
2022-09-08T01:32:49.461Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 17db8a30-952b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T01:32:49.461Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:49.462Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is matching search criteria
2022-09-08T01:32:49.462Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 17db8a30-952b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T01:32:49.462Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:49.462Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is not matching search criteria
2022-09-08T01:32:49.462Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T01:32:49.462Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-08T01:32:49.463Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T01:32:49.463Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T01:32:49.463Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T01:32:49.463Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:32:49.463Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T01:32:49.463Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T01:32:49.464Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T01:32:49.464Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T01:32:49.464Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:32:49.464Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e1a5d6e9-2751-4c18-8528-7f65ef92a4f5
2022-09-08T01:32:49.464Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:49.465Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is not matching search criteria
2022-09-08T01:32:49.465Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T01:32:49.465Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T01:32:49.465Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T01:32:49.465Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:32:49.466Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:32:49.466Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T01:32:49.466Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T01:32:49.466Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-08T01:32:49.466Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T01:32:49.466Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T01:32:49.467Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T01:32:49.467Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:32:49.467Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17a67d2f-fa47-41ef-a066-c0f303ca3fd7
2022-09-08T01:32:49.467Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:49.467Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is not matching search criteria
2022-09-08T01:32:49.468Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T01:32:49.468Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T01:32:49.468Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T01:32:49.468Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:32:49.468Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:32:49.468Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T01:32:49.469Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T01:32:49.469Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T01:32:49.469Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T01:32:49.469Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:32:49.469Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T01:32:49.469Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-08T01:32:49.470Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a2b29bc4-f720-492c-b890-3f0a7d51dae2
2022-09-08T01:32:49.470Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:49.470Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 01-30-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:32:49.471Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:49.471Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 01-30-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:32:49.471Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:49.471Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 01-30-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:32:49.471Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:49.471Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 01-30-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:32:49.472Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-08 01-30-24
Description:catalog service description
Model UUID:102b0492-2438-4f26-8787-4604738dbdc6
Model Version:NULL
Model InvariantUuid:0ea73708-c7ad-43ce-8b39-4060b5ebe8e6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 17db8a30-952b
Model UUID:776be24f-d459-43e3-8cff-f549c995707b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6d1ec2a1-0c2f-4150-bc26-0a71333fb8c5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0b14157c-13f2-41c2-ae00-7b38fcb8daf4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c7699117-1c9d-4c68-8497-11dbe08aa301
ModelName:Vfw17db8a30952b..base_vfw..module-0
ModelUuid:d69009a9-6da9-478a-821f-6a8e0b750065
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e1a5d6e9-2751-4c18-8528-7f65ef92a4f5
ModelInvariantUuid:6c5aa778-6685-46aa-958c-714e752ecbfc
ModelName:vFW 17db8a30-952b-nodes.vfwCvfc
ModelUuid:dd960b46-271f-4d38-86ec-990ceec81f95
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:1b20ea7f-2563-4913-af9a-96c4054b9a9d
ModelInvariantUuid:9b141383-23f2-4652-957c-af001a7fec32
ModelName:Vfw17db8a30952b.compute.nodes.heat.vfw
ModelUuid:e0395744-3ffc-419b-9497-9993c5c11bb5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:17a67d2f-fa47-41ef-a066-c0f303ca3fd7
ModelInvariantUuid:2fd70037-92f9-495f-8da7-cc2f7c475ff8
ModelName:vFW 17db8a30-952b-nodes.vsnCvfc
ModelUuid:f677f544-180c-4b6a-9a45-6aec544399ca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4bc8dc05-c7af-416c-a931-d6f713059bbd
ModelInvariantUuid:0a376abd-17eb-4b38-8bd1-d9921181fa7c
ModelName:Vfw17db8a30952b.compute.nodes.heat.vsn
ModelUuid:2e8de6ff-cec2-409f-88a6-64f86fdc50e5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a2b29bc4-f720-492c-b890-3f0a7d51dae2
ModelInvariantUuid:309c202a-f074-4f7e-9b6c-03e8700cd7db
ModelName:vFW 17db8a30-952b-nodes.vpgCvfc
ModelUuid:a5195e33-2254-4cf2-9529-f9c2c0466b86
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:43f72539-b513-4c52-b34f-94aa656ababe
ModelInvariantUuid:9d6f4182-fa84-4f9a-a64f-f00b50343f01
ModelName:Vfw17db8a30952b.compute.nodes.heat.vpg
ModelUuid:428d5ecb-2e80-4e05-8b0e-688866d04787
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-08T01:32:49.485Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 24bc0839-1a1d-4d03-a374-3178c31733dc
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-08T01:32:49.491Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||vFW 17db8a30-952b 0
2022-09-08T01:32:49.491Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 24bc0839-1a1d-4d03-a374-3178c31733dc
2022-09-08T01:32:49.492Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d28ca91d-57fb-4cf8-90da-53d62f023ade from URL: /sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json
2022-09-08T01:32:49.492Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-08T01:32:49.492Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json
2022-09-08T01:32:49.594Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-08T01:32:49.594Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json d28ca91d-57fb-4cf8-90da-53d62f023ade 785
2022-09-08T01:32:49.595Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json ASDC sendASDCNotification
2022-09-08T01:32:49.595Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json
2022-09-08T01:32:49.595Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T01:32:49.595Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:32:49.597Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:32:49.597Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600769595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:32:49.697Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:32:49.698Z||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-08T01:32:49.698Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:32:49.731Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:49.733Z||pool-27-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:32:50.598Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw17db8a30952b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c7699117-1c9d-4c68-8497-11dbe08aa301",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d69009a9-6da9-478a-821f-6a8e0b750065",
"vfModuleModelCustomizationUUID": "54c33f23-fdfe-40b1-82a6-cbc575071f63",
"isBase": true,
"artifacts": [
"2c06c073-aec1-46b5-9112-36ef95b42cae",
"8b675f2d-b927-4e4d-94fb-e5933281811d"
],
"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-08T01:32:50.604Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw17db8a30952b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d69009a9-6da9-478a-821f-6a8e0b750065
VfModuleModelInvariantUUID:c7699117-1c9d-4c68-8497-11dbe08aa301
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c06c073-aec1-46b5-9112-36ef95b42cae
,
8b675f2d-b927-4e4d-94fb-e5933281811d
}
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-08T01:32:50.606Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw17db8a30952b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c7699117-1c9d-4c68-8497-11dbe08aa301",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d69009a9-6da9-478a-821f-6a8e0b750065",
"vfModuleModelCustomizationUUID": "54c33f23-fdfe-40b1-82a6-cbc575071f63",
"isBase": true,
"artifacts": [
"2c06c073-aec1-46b5-9112-36ef95b42cae",
"8b675f2d-b927-4e4d-94fb-e5933281811d"
],
"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-08T01:32:50.606Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw17db8a30952b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d69009a9-6da9-478a-821f-6a8e0b750065
VfModuleModelInvariantUUID:c7699117-1c9d-4c68-8497-11dbe08aa301
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c06c073-aec1-46b5-9112-36ef95b42cae
,
8b675f2d-b927-4e4d-94fb-e5933281811d
}
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-08T01:32:50.606Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2c06c073-aec1-46b5-9112-36ef95b42cae from URL: /sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml
2022-09-08T01:32:50.607Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-08T01:32:50.607Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml
2022-09-08T01:32:50.819Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-08T01:32:50.819Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml 2c06c073-aec1-46b5-9112-36ef95b42cae 20368
2022-09-08T01:32:50.820Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-08T01:32:50.820Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml
2022-09-08T01:32:50.820Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T01:32:50.820Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:32:50.822Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:32:50.822Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600770820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:32:50.922Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:32:50.923Z||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-08T01:32:50.924Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:32:50.997Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:50.998Z||pool-28-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:32:51.823Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8b675f2d-b927-4e4d-94fb-e5933281811d from URL: /sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env
2022-09-08T01:32:51.824Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-08T01:32:51.824Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env
2022-09-08T01:32:51.991Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-08T01:32:51.992Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env 8b675f2d-b927-4e4d-94fb-e5933281811d 2098
2022-09-08T01:32:51.992Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-08T01:32:51.993Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env
2022-09-08T01:32:51.993Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T01:32:51.993Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:32:51.995Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:32:51.995Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600771992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:32:52.095Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:32:52.096Z||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-08T01:32:52.096Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:32:52.155Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:52.155Z||pool-29-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:32:52.995Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 102b0492-2438-4f26-8787-4604738dbdc6
2022-09-08T01:32:52.996Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 17db8a30-952b 0 24bc0839-1a1d-4d03-a374-3178c31733dc 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-08T01:32:53.021Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e0f4c66, org.onap.sdc.toscaparser.api.parameters.Input@6a24b0c2, org.onap.sdc.toscaparser.api.parameters.Input@20e9f9c8, org.onap.sdc.toscaparser.api.parameters.Input@39b0c679, org.onap.sdc.toscaparser.api.parameters.Input@7d98d155]
2022-09-08T01:32:53.022Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.022Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 01-30-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:32:53.022Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-09-08T01:32:53.023Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 0b14157c-13f2-41c2-ae00-7b38fcb8daf4
2022-09-08T01:32:53.023Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0b14157c-13f2-41c2-ae00-7b38fcb8daf4 matches Tosca VF Customization UUID: 0b14157c-13f2-41c2-ae00-7b38fcb8daf4
2022-09-08T01:32:53.023Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 0b14157c-13f2-41c2-ae00-7b38fcb8daf4 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-08T01:32:53.028Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.028Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 01-30-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:32:53.029Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 0b14157c-13f2-41c2-ae00-7b38fcb8daf4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-08T01:32:53.029Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6201d27b
2022-09-08T01:32:53.029Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.029Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 01-30-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-08T01:32:53.030Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54c33f23-fdfe-40b1-82a6-cbc575071f63
2022-09-08T01:32:53.030Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54c33f23-fdfe-40b1-82a6-cbc575071f63
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-08T01:32:53.034Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.034Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is matching search criteria
2022-09-08T01:32:53.034Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 17db8a30-952b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T01:32:53.034Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.034Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is matching search criteria
2022-09-08T01:32:53.035Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 17db8a30-952b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T01:32:53.035Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.035Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is not matching search criteria
2022-09-08T01:32:53.035Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T01:32:53.035Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-08T01:32:53.036Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T01:32:53.036Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T01:32:53.036Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T01:32:53.036Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:32:53.036Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T01:32:53.036Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T01:32:53.036Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T01:32:53.037Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T01:32:53.037Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:32:53.037Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e1a5d6e9-2751-4c18-8528-7f65ef92a4f5
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-08T01:32:53.041Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.041Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is matching search criteria
2022-09-08T01:32:53.041Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 17db8a30-952b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T01:32:53.042Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.042Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is not matching search criteria
2022-09-08T01:32:53.042Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T01:32:53.042Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T01:32:53.042Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T01:32:53.042Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:32:53.043Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:32:53.043Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T01:32:53.043Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T01:32:53.043Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-08T01:32:53.043Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-08T01:32:53.044Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-08T01:32:53.047Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-08T01:32:53.047Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:32:53.047Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17a67d2f-fa47-41ef-a066-c0f303ca3fd7
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-08T01:32:53.051Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.051Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is matching search criteria
2022-09-08T01:32:53.051Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 17db8a30-952b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T01:32:53.051Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.051Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is not matching search criteria
2022-09-08T01:32:53.052Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-08T01:32:53.052Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-08T01:32:53.052Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-08T01:32:53.052Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:32:53.052Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-08T01:32:53.052Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-08T01:32:53.053Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-08T01:32:53.053Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-08T01:32:53.053Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-08T01:32:53.053Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-08T01:32:53.053Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-08T01:32:53.053Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-08T01:32:53.054Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a2b29bc4-f720-492c-b890-3f0a7d51dae2
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-08T01:32:53.057Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.057Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is matching search criteria
2022-09-08T01:32:53.057Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 17db8a30-952b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-08T01:32:53.057Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.058Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Node template vFW 17db8a30-952b 0 is matching search criteria
2022-09-08T01:32:53.058Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 17db8a30-952b 0] matching following query criteria: sdcType=VF, customizationUUID=0b14157c-13f2-41c2-ae00-7b38fcb8daf4
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-08T01:32:53.061Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.061Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 01-30-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:32:53.062Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 102b0492-2438-4f26-8787-4604738dbdc6: vFW 17db8a30-952b
2022-09-08T01:32:53.062Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.062Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 01-30-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:32:53.062Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.062Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 01-30-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:32:53.062Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.062Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 01-30-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:32:53.063Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.063Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 01-30-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:32:53.063Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T01:32:53.063Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-08 01-30-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T01:32:53.063Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-09-08 01-30-24
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-08T01:32:53.369Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 17db8a30-952b 24bc0839-1a1d-4d03-a374-3178c31733dc 1 ASDC deployResourceStructure
2022-09-08T01:32:53.369Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json ASDC sendASDCNotification
2022-09-08T01:32:53.369Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json
2022-09-08T01:32:53.370Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-08T01:32:53.370Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:32:53.372Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:32:53.372Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600773369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-08T01:32:53.472Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:32:53.473Z||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-08T01:32:53.473Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:32:53.503Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:53.503Z||pool-30-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-09-08T01:32:54.372Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-08T01:32:54.374Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml
2022-09-08T01:32:54.374Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-08T01:32:54.374Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:32:54.376Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:32:54.377Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600774372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-08T01:32:54.477Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:32:54.478Z||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-08T01:32:54.478Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:32:54.528Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:54.529Z||pool-31-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:32:55.378Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-08T01:32:55.379Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env
2022-09-08T01:32:55.379Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-08T01:32:55.379Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:32:55.382Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:32:55.382Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600775378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-08T01:32:55.482Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:32:55.483Z||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-08T01:32:55.483Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:32:55.522Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:55.523Z||pool-32-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":2,"count":1}
2022-09-08T01:32:56.383Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar ASDC sendASDCNotification
2022-09-08T01:32:56.383Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar
2022-09-08T01:32:56.384Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-08T01:32:56.384Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:32:56.386Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:32:56.386Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600776383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-08T01:32:56.486Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-08T01:32:56.487Z||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-08T01:32:56.487Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:32:56.512Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:32:56.512Z||pool-33-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-08T01:32:57.387Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 354a0a7a-bc12-4a25-a85b-6db08acfc6ef
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-08T01:32:57.404Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 354a0a7a-bc12-4a25-a85b-6db08acfc6ef
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-08T01:32:57.409Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-08T01:32:57.409Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-08T01:32:57.409Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-08T01:32:57.410Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-08T01:32:57.410Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-08T01:32:57.410Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:32:57.418Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-08T01:33:27.418Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 354a0a7a-bc12-4a25-a85b-6db08acfc6ef 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-08T01:33:27.426Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 354a0a7a-bc12-4a25-a85b-6db08acfc6ef and serviceModelVersionId: 102b0492-2438-4f26-8787-4604738dbdc6
2022-09-08T01:33:27.426Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ea73708-c7ad-43ce-8b39-4060b5ebe8e6
2022-09-08T01:33:27.428Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ea73708-c7ad-43ce-8b39-4060b5ebe8e6/model-vers/model-ver/102b0492-2438-4f26-8787-4604738dbdc6?depth=0
2022-09-08T01:33:27.435Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-08T01:33:27.511Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/0ea73708-c7ad-43ce-8b39-4060b5ebe8e6/model-vers/model-ver/102b0492-2438-4f26-8787-4604738dbdc6?depth=0|INFO|500||Invoke
2022-09-08T01:33:27.512Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/0ea73708-c7ad-43ce-8b39-4060b5ebe8e6/model-vers/model-ver/102b0492-2438-4f26-8787-4604738dbdc6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/0ea73708-c7ad-43ce-8b39-4060b5ebe8e6/model-vers/model-ver/102b0492-2438-4f26-8787-4604738dbdc6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[354a0a7a-bc12-4a25-a85b-6db08acfc6ef], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d4971634-c8c9-4f60-abb3-6df068b42c18], X-ECOMP-RequestID=[354a0a7a-bc12-4a25-a85b-6db08acfc6ef], X-TransactionId=[], X-ONAP-RequestID=[354a0a7a-bc12-4a25-a85b-6db08acfc6ef], Content-Type=[application/merge-patch+json]}
2022-09-08T01:33:27.519Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/0ea73708-c7ad-43ce-8b39-4060b5ebe8e6/model-vers/model-ver/102b0492-2438-4f26-8787-4604738dbdc6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-09-08T01:33:27.525Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/0ea73708-c7ad-43ce-8b39-4060b5ebe8e6/model-vers/model-ver/102b0492-2438-4f26-8787-4604738dbdc6?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/0ea73708-c7ad-43ce-8b39-4060b5ebe8e6/model-vers/model-ver/102b0492-2438-4f26-8787-4604738dbdc6?depth=0 has http status code:503 and response headers:{date=[Thu, 08 Sep 2022 01:33:27 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-08T01:33:27.526Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/0ea73708-c7ad-43ce-8b39-4060b5ebe8e6/model-vers/model-ver/102b0492-2438-4f26-8787-4604738dbdc6?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-08T01:33:27.526Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/0ea73708-c7ad-43ce-8b39-4060b5ebe8e6/model-vers/model-ver/102b0492-2438-4f26-8787-4604738dbdc6?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-08T01:33:27.528Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=354a0a7a-bc12-4a25-a85b-6db08acfc6ef upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-08T01:33:27.528Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=354a0a7a-bc12-4a25-a85b-6db08acfc6ef 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-08T01:33:27.529Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=354a0a7a-bc12-4a25-a85b-6db08acfc6ef upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-08T01:33:27.529Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=354a0a7a-bc12-4a25-a85b-6db08acfc6ef 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-08T01:33:27.536Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:33:27.536Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 354a0a7a-bc12-4a25-a85b-6db08acfc6ef and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=354a0a7a-bc12-4a25-a85b-6db08acfc6ef upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-08T01:33:27.536Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-08T01:33:27.536Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T01:33:27.538Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T01:33:27.538Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600807536,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d354a0a7a-bc12-4a25-a85b-6db08acfc6ef upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-08T01:33:27.639Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T01:33:27.640Z||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-08T01:33:27.640Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T01:33:27.765Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:33:27.766Z||pool-34-thread-1|||||INFO|500||cambria reply ok (127 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-08T01:33:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:33:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:33:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:33:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:33:38.157Z||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-08T01:33:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:33:38.427Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:33:38.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-08T01:33:38.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600758154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:33:38.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-08T01:33:47.899Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:34:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:34:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:34:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:34:38.157Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:34:38.157Z||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-08T01:34:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:34:38.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:34:38.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-08T01:34:38.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600758154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json",
"status": "NOTIFIED"
}
2022-09-08T01:34:38.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-08T01:34:38.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-08T01:34:38.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600758154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-08T01:34:38.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-08T01:34:38.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-08T01:34:38.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600758154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:34:38.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-08T01:34:38.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-08T01:34:38.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600758154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-08T01:34:38.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-08T01:34:38.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-08T01:34:38.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600758154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T01:34:38.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-08T01:34:38.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-08T01:34:38.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600758154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T01:34:38.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-08T01:34:38.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-08T01:34:38.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600766067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:34:38.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:34:38.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-08T01:34:38.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600769595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:34:38.788Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:34:38.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-08T01:34:38.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600770820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:34:38.789Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:34:38.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-08T01:34:38.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600771992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-08T01:34:38.789Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:34:38.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-08T01:34:38.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600773369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/vfw17db8a30952b0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-08T01:34:38.789Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:34:38.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-08T01:34:38.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600774372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-08T01:34:38.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:34:38.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-08T01:34:38.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600775378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/resourceInstances/vfw17db8a30952b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-08T01:34:38.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:34:38.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-08T01:34:38.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600776383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220908013024/1.0/artifacts/service-Vfw20220908013024-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-08T01:34:38.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:34:38.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-08T01:34:38.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "354a0a7a-bc12-4a25-a85b-6db08acfc6ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662600807536,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d354a0a7a-bc12-4a25-a85b-6db08acfc6ef upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-08T01:34:38.791Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-08T01:34:47.958Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:35:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:35:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:35:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:35:38.157Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:35:38.157Z||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-08T01:35:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:35:47.984Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:35:48.000Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:36:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:36:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:36:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:36:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:36:38.157Z||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-08T01:36:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:36:48.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:36:48.175Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:37:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:37:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:37:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:37:38.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:37:38.158Z||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-08T01:37:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:37:48.095Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:37:48.149Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:38:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:38:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:38:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:38:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:38:38.157Z||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-08T01:38:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:38:48.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:38:48.020Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:39:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:39:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:39:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:39:38.157Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:39:38.157Z||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-08T01:39:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:39:47.828Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:39:47.865Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:40:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:40:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:40:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:40:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:40:38.158Z||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-08T01:40:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:40:47.776Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:40:47.813Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:41:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:41:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:41:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:41:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:41:38.157Z||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-08T01:41:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:41:47.908Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:41:48.014Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:42:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:42:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:42:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:42:38.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:42:38.158Z||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-08T01:42:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:42:47.940Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:42:47.984Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:43:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:43:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:43:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:43:38.157Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:43:38.157Z||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-08T01:43:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:43:47.939Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:43:47.958Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:44:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:44:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:44:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:44:38.157Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:44:38.157Z||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-08T01:44:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:44:48.212Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:44:48.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:45:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:45:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:45:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:45:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:45:38.157Z||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-08T01:45:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:45:48.052Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:45:48.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:46:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:46:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:46:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:46:38.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:46:38.157Z||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-08T01:46:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:46:47.918Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:46:47.944Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:47:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:47:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:47:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:47:38.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:47:38.158Z||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-08T01:47:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:47:48.117Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:47:48.162Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:48:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:48:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:48:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:48:38.157Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:48:38.166Z|44306da2-c074-488c-9b5a-5c384a193571|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-08T01:48:38.166Z|44306da2-c074-488c-9b5a-5c384a193571|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:48:47.872Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:48:47.996Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:49:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:49:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:49:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:49:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:49:38.157Z||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-08T01:49:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:49:47.896Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:49:47.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:50:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:50:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:50:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:50:38.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:50:38.158Z||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-08T01:50:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:50:47.794Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:50:47.795Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:51:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:51:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:51:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:51:38.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:51:38.157Z||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-08T01:51:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:51:47.854Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:51:47.932Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:52:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:52:38.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:52:38.157Z||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-08T01:52:38.157Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:52:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:52:38.158Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:52:47.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:52:47.991Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:53:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:53:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:53:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:53:38.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:53:38.157Z||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-08T01:53:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:53:48.037Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:53:48.082Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:54:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:54:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:54:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:54:38.157Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:54:38.158Z||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-08T01:54:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:54:47.868Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:54:47.888Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:55:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:55:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:55:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:55:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:55:38.158Z||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-08T01:55:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:55:47.878Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:55:47.886Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:56:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:56:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:56:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:56:38.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:56:38.157Z||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-08T01:56:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:56:47.944Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:56:47.980Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:57:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:57:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:57:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:57:38.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:57:38.158Z||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-08T01:57:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:57:47.865Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:57:47.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:58:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:58:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:58:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:58:38.157Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:58:38.158Z||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-08T01:58:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:58:47.781Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:58:47.828Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:59:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:59:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T01:59:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:59:38.157Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T01:59:38.157Z|44306da2-c074-488c-9b5a-5c384a193571|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-08T01:59:38.157Z|44306da2-c074-488c-9b5a-5c384a193571|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T01:59:47.904Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T01:59:47.985Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:00:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:00:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:00:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:00:38.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:00:38.157Z||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-08T02:00:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:00:48.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:00:48.060Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:01:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:01:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:01:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:01:38.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:01:38.157Z||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-08T02:01:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:01:48.334Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:01:48.392Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:02:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:02:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:02:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:02:38.157Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:02:38.157Z||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-08T02:02:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:02:47.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:02:47.877Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:03:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:03:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:03:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:03:38.157Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:03:38.158Z|44306da2-c074-488c-9b5a-5c384a193571|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-08T02:03:38.158Z|44306da2-c074-488c-9b5a-5c384a193571|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:03:48.014Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:03:48.039Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:04:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:04:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:04:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:04:38.157Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:04:38.157Z||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-08T02:04:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:04:47.920Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:04:47.953Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:05:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:05:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:05:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:05:38.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:05:38.158Z||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-08T02:05:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:05:47.979Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:05:48.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:06:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:06:38.157Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:06:38.157Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:06:38.157Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:06:38.157Z||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-08T02:06:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:06:47.851Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:06:47.925Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:07:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:07:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:07:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:07:38.157Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:07:38.157Z|44306da2-c074-488c-9b5a-5c384a193571|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-08T02:07:38.157Z|44306da2-c074-488c-9b5a-5c384a193571|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:07:48.012Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:07:48.171Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:08:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:08:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:08:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:08:38.157Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:08:38.158Z|44306da2-c074-488c-9b5a-5c384a193571|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-08T02:08:38.158Z|44306da2-c074-488c-9b5a-5c384a193571|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:08:48.426Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:08:48.615Z|44306da2-c074-488c-9b5a-5c384a193571|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:09:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:09:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:09:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:09:38.157Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:09:38.158Z||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-08T02:09:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:09:48.510Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:09:48.854Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:10:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:10:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:10:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:10:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:10:38.157Z||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-08T02:10:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:10:47.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:10:47.988Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:11:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:11:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:11:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:11:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:11:38.157Z||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-08T02:11:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:11:48.188Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:11:48.283Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:12:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:12:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:12:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:12:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:12:38.158Z||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-08T02:12:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:12:47.810Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:12:47.872Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:13:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:13:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:13:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:13:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:13:38.157Z||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-08T02:13:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:13:47.800Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:13:47.865Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:14:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:14:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:14:38.156Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:14:38.157Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:14:38.157Z||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-08T02:14:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:14:48.102Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:14:48.471Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:15:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:15:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:15:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:15:38.157Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:15:38.157Z||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-08T02:15:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:15:48.073Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:15:48.117Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:16:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:16:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:16:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:16:38.157Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:16:38.157Z||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-08T02:16:38.158Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:16:48.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:16:48.182Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:17:38.154Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:17:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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-08T02:17:38.155Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:17:38.157Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-08T02:17:38.157Z||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-08T02:17:38.157Z||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 lFcB3hJpeyLuNCIW) ...
2022-09-08T02:17:38.834Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:17:38.836Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-08T02:17:38.836Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c23c67d7-27ef-431e-b247-c49d3f9bc91b","serviceName":"Demo_pNF_n21kufYULmNKANcTFdww","serviceVersion":"1.0","serviceUUID":"13c431c6-8d6c-46f4-8dc5-5c3e5f822b8f","serviceDescription":"catalog service description","serviceInvariantUUID":"a31bccfb-69ee-43a7-a34a-74d344e6f3eb","resources":[{"resourceInstanceName":"pNF 5ba20937-3dfe 0","resourceName":"pNF 5ba20937-3dfe","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"496ef07b-67b4-4841-888e-0f74c518d4fd","resourceInvariantUUID":"e65abdda-57af-46a3-8b47-25a365faa134","resourceCustomizationUUID":"debd7ed0-9c01-4f58-a49f-3347d30df85a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/resourceInstances/pnf5ba209373dfe0/artifacts/vf-license-model.xml","artifactChecksum":"M2JjODAzYTI5NGU3ZDdjNGQ5ZmNjYTQxMDZhNmMyOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"49cb74ee-68f7-4df7-9ece-8715af3fc4e1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/resourceInstances/pnf5ba209373dfe0/artifacts/pNF.csar","artifactChecksum":"N2U5ZGM0NGM1YzdjY2ZjYmRhYTUzMzNhZDg3N2NmYzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59040152-168a-405e-aa1b-603edea5ef19","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/resourceInstances/pnf5ba209373dfe0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26fbe8a8-5999-4aa5-88ac-5c6f869d35f0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/resourceInstances/pnf5ba209373dfe0/artifacts/vendor-license-model.xml","artifactChecksum":"MmVmYTU1Y2FhZGEyMTBlYWE3YzE3YjZjZmE3YWExOGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a3a461cc-0753-41ee-baad-8d269484bfbe","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/resourceInstances/pnf5ba209373dfe0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f8c8b621-65bf-4211-951f-30f56921bb8d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/resourceInstances/pnf5ba209373dfe0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"29caf0fc-2be9-47bb-a28e-4e522e403f40","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN21kufyulmnkanctfdww-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/artifacts/service-DemoPnfN21kufyulmnkanctfdww-template.yml","artifactChecksum":"NzFiMjUwZmRmN2U5OWI3MThhNjBjNGJlNTIwN2QxN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c2b8084-0432-4166-81e8-e89bfb547995","artifactVersion":"1"},{"artifactName":"service-DemoPnfN21kufyulmnkanctfdww-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/artifacts/service-DemoPnfN21kufyulmnkanctfdww-csar.csar","artifactChecksum":"ODM3ZjY5MmE4YWVkZGVlZTJmOTBlOWU4NzdhMTI1ZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a68a05c3-3c75-4062-9324-0f857d888678","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-08T02:17:38.843Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T02:17:38.844Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T02:17:38.848Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T02:17:38.849Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c23c67d7-27ef-431e-b247-c49d3f9bc91b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662603458154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/resourceInstances/pnf5ba209373dfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T02:17:38.948Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-08T02:17:38.950Z||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-08T02:17:38.950Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T02:17:38.989Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:17:38.990Z||pool-35-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":6,"count":1}
2022-09-08T02:17:39.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:17:39.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-08T02:17:39.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c23c67d7-27ef-431e-b247-c49d3f9bc91b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662603458154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/resourceInstances/pnf5ba209373dfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T02:17:39.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-08T02:17:39.849Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T02:17:39.851Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T02:17:39.853Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T02:17:39.853Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c23c67d7-27ef-431e-b247-c49d3f9bc91b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662603458154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/resourceInstances/pnf5ba209373dfe0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-08T02:17:39.953Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T02:17:39.954Z||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-08T02:17:39.954Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T02:17:40.011Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:17:40.012Z||pool-36-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-09-08T02:17:40.853Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T02:17:40.854Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T02:17:40.856Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T02:17:40.856Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c23c67d7-27ef-431e-b247-c49d3f9bc91b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662603458154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/resourceInstances/pnf5ba209373dfe0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-08T02:17:40.957Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-08T02:17:40.957Z||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-08T02:17:40.958Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T02:17:40.981Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:17:40.982Z||pool-37-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-08T02:17:41.857Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T02:17:41.858Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T02:17:41.860Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T02:17:41.860Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c23c67d7-27ef-431e-b247-c49d3f9bc91b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662603458154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/resourceInstances/pnf5ba209373dfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-08T02:17:41.960Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T02:17:41.961Z||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-08T02:17:41.961Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T02:17:42.099Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:17:42.100Z||pool-38-thread-1|||||INFO|500||cambria reply ok (140 ms):{"serverTimeMs":0,"count":1}
2022-09-08T02:17:42.860Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T02:17:42.861Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T02:17:42.864Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T02:17:42.864Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c23c67d7-27ef-431e-b247-c49d3f9bc91b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662603458154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/resourceInstances/pnf5ba209373dfe0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T02:17:42.964Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-08T02:17:42.965Z||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-08T02:17:42.965Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T02:17:43.020Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:17:43.021Z||pool-39-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-09-08T02:17:43.865Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T02:17:43.866Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T02:17:43.868Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T02:17:43.869Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c23c67d7-27ef-431e-b247-c49d3f9bc91b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662603458154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/resourceInstances/pnf5ba209373dfe0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-08T02:17:43.969Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T02:17:43.969Z||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-08T02:17:43.970Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T02:17:44.014Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:17:44.014Z||pool-40-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-09-08T02:17:44.869Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T02:17:44.870Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T02:17:44.872Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T02:17:44.872Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c23c67d7-27ef-431e-b247-c49d3f9bc91b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662603458154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/artifacts/service-DemoPnfN21kufyulmnkanctfdww-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-08T02:17:44.972Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T02:17:44.973Z||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-08T02:17:44.973Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T02:17:45.054Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:17:45.054Z||pool-41-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-09-08T02:17:45.873Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-08T02:17:45.873Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T02:17:45.875Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T02:17:45.875Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c23c67d7-27ef-431e-b247-c49d3f9bc91b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662603458154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/artifacts/service-DemoPnfN21kufyulmnkanctfdww-csar.csar",
"status": "NOTIFIED"
}
2022-09-08T02:17:45.976Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-08T02:17:45.977Z||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-08T02:17:45.977Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T02:17:46.035Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:17:46.035Z||pool-42-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-09-08T02:17:46.876Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "c23c67d7-27ef-431e-b247-c49d3f9bc91b",
"serviceName": "Demo_pNF_n21kufYULmNKANcTFdww",
"serviceVersion": "1.0",
"serviceUUID": "13c431c6-8d6c-46f4-8dc5-5c3e5f822b8f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a31bccfb-69ee-43a7-a34a-74d344e6f3eb",
"resources": [
{
"resourceInstanceName": "pNF 5ba20937-3dfe 0",
"resourceCustomizationUUID": "debd7ed0-9c01-4f58-a49f-3347d30df85a",
"resourceName": "pNF 5ba20937-3dfe",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "496ef07b-67b4-4841-888e-0f74c518d4fd",
"resourceInvariantUUID": "e65abdda-57af-46a3-8b47-25a365faa134",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfN21kufyulmnkanctfdww-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/artifacts/service-DemoPnfN21kufyulmnkanctfdww-csar.csar",
"artifactChecksum": "ODM3ZjY5MmE4YWVkZGVlZTJmOTBlOWU4NzdhMTI1ZWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a68a05c3-3c75-4062-9324-0f857d888678"
}
],
"workloadContext": "Production"
}
2022-09-08T02:17:46.877Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-08T02:17:46.877Z|354a0a7a-bc12-4a25-a85b-6db08acfc6ef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13c431c6-8d6c-46f4-8dc5-5c3e5f822b8f ASDC
2022-09-08T02:17:46.878Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c23c67d7-27ef-431e-b247-c49d3f9bc91b
ServiceName:Demo_pNF_n21kufYULmNKANcTFdww
ServiceVersion:1.0
ServiceUUID:13c431c6-8d6c-46f4-8dc5-5c3e5f822b8f
ServiceInvariantUUID:a31bccfb-69ee-43a7-a34a-74d344e6f3eb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN21kufyulmnkanctfdww-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/artifacts/service-DemoPnfN21kufyulmnkanctfdww-csar.csar
ArtifactUUID:a68a05c3-3c75-4062-9324-0f857d888678
ArtifactChecksum:ODM3ZjY5MmE4YWVkZGVlZTJmOTBlOWU4NzdhMTI1ZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5ba20937-3dfe 0
ResourceCustomizationUUID:debd7ed0-9c01-4f58-a49f-3347d30df85a
ResourceInvariantUUID:e65abdda-57af-46a3-8b47-25a365faa134
ResourceName:pNF 5ba20937-3dfe
ResourceType:PNF
ResourceUUID:496ef07b-67b4-4841-888e-0f74c518d4fd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-09-08T02:17:46.878Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13c431c6-8d6c-46f4-8dc5-5c3e5f822b8f 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-08T02:17:46.937Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-08T02:17:46.938Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-08T02:17:46.939Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-08T02:17:46.939Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a68a05c3-3c75-4062-9324-0f857d888678 from URL: /sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/artifacts/service-DemoPnfN21kufyulmnkanctfdww-csar.csar
2022-09-08T02:17:46.939Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-08T02:17:46.939Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/artifacts/service-DemoPnfN21kufyulmnkanctfdww-csar.csar
2022-09-08T02:17:47.354Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-08T02:17:47.355Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/artifacts/service-DemoPnfN21kufyulmnkanctfdww-csar.csar a68a05c3-3c75-4062-9324-0f857d888678 87765
2022-09-08T02:17:47.355Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/artifacts/service-DemoPnfN21kufyulmnkanctfdww-csar.csar ASDC sendASDCNotification
2022-09-08T02:17:47.355Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/artifacts/service-DemoPnfN21kufyulmnkanctfdww-csar.csar
2022-09-08T02:17:47.356Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-08T02:17:47.357Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-08T02:17:47.359Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-08T02:17:47.360Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c23c67d7-27ef-431e-b247-c49d3f9bc91b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662603467355,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/artifacts/service-DemoPnfN21kufyulmnkanctfdww-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-08T02:17:47.460Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-08T02:17:47.460Z||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-08T02:17:47.461Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lFcB3hJpeyLuNCIW) ...
2022-09-08T02:17:47.510Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-08T02:17:47.510Z||pool-43-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-09-08T02:17:48.360Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-08T02:17:48.361Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-08T02:17:48.362Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a68a05c3-3c75-4062-9324-0f857d888678, URL: /sdc/v1/catalog/services/DemoPnfN21kufyulmnkanctfdww/1.0/artifacts/service-DemoPnfN21kufyulmnkanctfdww-csar.csar to file: /app/ASDC/1/service-DemoPnfN21kufyulmnkanctfdww-csar.csar
2022-09-08T02:17:48.362Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN21kufyulmnkanctfdww-csar.csar
2022-09-08T02:17:48.362Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN21kufyulmnkanctfdww-csar.csar
2022-09-08T02:17:48.363Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN21kufyulmnkanctfdww-csar.csar
2022-09-08T02:17:48.622Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17081938899828887116/Definitions/service-DemoPnfN21kufyulmnkanctfdww-template.yml
2022-09-08T02:17:49.492Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-08T02:17:49.493Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-08T02:17:49.493Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN21kufyulmnkanctfdww-csar.csar
2022-09-08T02:17:49.493Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-08T02:17:49.494Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5ba20937-3dfe 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-DemoPnfN21kufyulmnkanctfdww-csar.csar
2022-09-08T02:17:49.494Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||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-DemoPnfN21kufyulmnkanctfdww-csar.csar
2022-09-08T02:17:49.494Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfN21kufyulmnkanctfdww-csar.csar
2022-09-08T02:17:49.494Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||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-DemoPnfN21kufyulmnkanctfdww-csar.csar
2022-09-08T02:17:49.495Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|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-DemoPnfN21kufyulmnkanctfdww-csar.csar
2022-09-08T02:17:49.495Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|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-DemoPnfN21kufyulmnkanctfdww-csar.csar
2022-09-08T02:17:49.495Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|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-DemoPnfN21kufyulmnkanctfdww-csar.csar
2022-09-08T02:17:49.495Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-08T02:17:49.496Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T02:17:49.496Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_n21kufYULmNKANcTFdww is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T02:17:49.497Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||Node template pNF 5ba20937-3dfe 0 is matching search criteria
2022-09-08T02:17:49.497Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-08T02:17:49.497Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 5ba20937-3dfe 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-08T02:17:49.498Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T02:17:49.498Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_n21kufYULmNKANcTFdww is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T02:17:49.498Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||Node template pNF 5ba20937-3dfe 0 is matching search criteria
2022-09-08T02:17:49.498Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-08T02:17:49.498Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 5ba20937-3dfe 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-08T02:17:49.499Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T02:17:49.499Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_n21kufYULmNKANcTFdww is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T02:17:49.499Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T02:17:49.499Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_n21kufYULmNKANcTFdww is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T02:17:49.499Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T02:17:49.500Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_n21kufYULmNKANcTFdww is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T02:17:49.500Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-08T02:17:49.500Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_n21kufYULmNKANcTFdww is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-08T02:17:49.500Z|c23c67d7-27ef-431e-b247-c49d3f9bc91b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery